// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04B TN_Widget.CreateTable([['The New York Bee Gees - Bee Gees Tribute','Lava Cantina The Colony','The Colony, TX','Friday','5/17/2024','8:00 PM','6362643','The-New-York-Bee-Gees---Bee-Gees-Tribute-5-17-2024'],['Get The Led Out - Tribute Band','Lava Cantina The Colony','The Colony, TX','Saturday','5/18/2024','8:00 PM','6316095','Get-The-Led-Out---Tribute-Band-5-18-2024'],['Parental Advisory Tour: Josey Scott, Trapt, Adema & Tantric','Lava Cantina The Colony','The Colony, TX','Wednesday','5/22/2024','7:00 PM','6332149','Parental-Advisory-Tour--Josey-Scott--Trapt--Adema---Tantric-5-22-2024'],['Science on Tap: Lava, Mudflows and Ash - Volcanoes In The Pacific Northwest','Alberta Rose Theatre','Portland, OR','Wednesday','5/22/2024','7:00 PM','6233771','Science-on-Tap--Lava--Mudflows-and-Ash---Volcanoes-In-The-Pacific-Northwest-5-22-2024'],['Alien Ant Farm','Lava Cantina The Colony','The Colony, TX','Thursday','5/23/2024','7:00 PM','6362635','Alien-Ant-Farm-5-23-2024'],['The Spazmatics','Lava Cantina The Colony','The Colony, TX','Friday','5/24/2024','8:00 PM','6362640','The-Spazmatics-5-24-2024'],['Le Freak','Lava Cantina The Colony','The Colony, TX','Saturday','5/25/2024','8:00 PM','6362639','Le-Freak-5-25-2024'],['Bowling for Soup','Lava Cantina The Colony','The Colony, TX','Friday','5/31/2024','8:00 PM','6321663','Bowling-for-Soup-5-31-2024'],['Bowling for Soup','Lava Cantina The Colony','The Colony, TX','Saturday','6/1/2024','8:00 PM','6321664','Bowling-for-Soup-6-1-2024'],['Powerman 5000','Lava Cantina The Colony','The Colony, TX','Tuesday','7/9/2024','6:00 PM','6393011','Powerman-5000-7-9-2024'],['Yachtley Crew','Lava Cantina The Colony','The Colony, TX','Friday','7/12/2024','8:00 PM','6321573','Yachtley-Crew-7-12-2024'],['MJ Live - Michael Jackson Tribute','Lava Cantina The Colony','The Colony, TX','Saturday','7/13/2024','8:00 PM','6356827','MJ-Live---Michael-Jackson-Tribute-7-13-2024'],['Afroman','Lava Cantina The Colony','The Colony, TX','Wednesday','7/17/2024','7:00 PM','6356825','Afroman-7-17-2024'],['Hot Lava','Stephen Talkhouse','Amagansett, NY','Thursday','7/25/2024','10:30 PM','6323235','Hot-Lava-7-25-2024'],['Winger & Lynch Mob','Lava Cantina The Colony','The Colony, TX','Wednesday','7/31/2024','7:00 PM','6362642','Winger---Lynch-Mob-7-31-2024'],['Hot Lava','Stephen Talkhouse','Amagansett, NY','Friday','8/9/2024','10:30 PM','6323236','Hot-Lava-8-9-2024'],['Hot Lava','Stephen Talkhouse','Amagansett, NY','Saturday','9/21/2024','10:30 PM','6323237','Hot-Lava-9-21-2024']],'Lava','http://www.ticketnetwork.com/ticket/Lava-events.aspx');