// 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-02B TN_Widget.CreateTable([['Footloose','The Lobero Theatre','Santa Barbara, CA','Friday','5/24/2024','7:00 PM','6393361','Footloose-5-24-2024'],['Footloose','The Lobero Theatre','Santa Barbara, CA','Saturday','5/25/2024','1:00 PM','6393362','Footloose-5-25-2024'],['Footloose','The Lobero Theatre','Santa Barbara, CA','Saturday','5/25/2024','7:00 PM','6393363','Footloose-5-25-2024'],['Footloose','The Lobero Theatre','Santa Barbara, CA','Sunday','5/26/2024','1:00 PM','6393364','Footloose-5-26-2024'],['Footloose','Beau Rivage Theatre','Biloxi, MS','Friday','6/21/2024','7:00 PM','6297283','Footloose-6-21-2024'],['Footloose','Beau Rivage Theatre','Biloxi, MS','Saturday','6/22/2024','3:00 PM','6297285','Footloose-6-22-2024'],['Footloose','Beau Rivage Theatre','Biloxi, MS','Saturday','6/22/2024','7:00 PM','6297284','Footloose-6-22-2024'],['Footloose','Beau Rivage Theatre','Biloxi, MS','Sunday','6/23/2024','3:00 PM','6297286','Footloose-6-23-2024'],['Footloose','Beau Rivage Theatre','Biloxi, MS','Sunday','6/23/2024','7:00 PM','6297287','Footloose-6-23-2024'],['Footloose','Beau Rivage Theatre','Biloxi, MS','Thursday','6/27/2024','7:00 PM','6297288','Footloose-6-27-2024'],['Footloose','Beau Rivage Theatre','Biloxi, MS','Friday','6/28/2024','7:00 PM','6297289','Footloose-6-28-2024'],['Footloose','Beau Rivage Theatre','Biloxi, MS','Saturday','6/29/2024','3:00 PM','6297291','Footloose-6-29-2024'],['Footloose','Beau Rivage Theatre','Biloxi, MS','Saturday','6/29/2024','7:00 PM','6297290','Footloose-6-29-2024'],['Footloose','Beau Rivage Theatre','Biloxi, MS','Sunday','6/30/2024','3:00 PM','6297292','Footloose-6-30-2024'],['Footloose','Beau Rivage Theatre','Biloxi, MS','Sunday','6/30/2024','7:00 PM','6297293','Footloose-6-30-2024'],['Footloose','Beau Rivage Theatre','Biloxi, MS','Friday','7/5/2024','7:00 PM','6297295','Footloose-7-5-2024'],['Footloose','Beau Rivage Theatre','Biloxi, MS','Saturday','7/6/2024','3:00 PM','6297297','Footloose-7-6-2024'],['Footloose','Beau Rivage Theatre','Biloxi, MS','Saturday','7/6/2024','7:00 PM','6297296','Footloose-7-6-2024'],['Footloose','Beau Rivage Theatre','Biloxi, MS','Sunday','7/7/2024','3:00 PM','6297298','Footloose-7-7-2024'],['Footloose','Beau Rivage Theatre','Biloxi, MS','Sunday','7/7/2024','7:00 PM','6297300','Footloose-7-7-2024'],['Footloose','Surflight Theatre','Beach Haven, NJ','Sunday','7/14/2024','2:00 PM','6381668','Footloose-7-14-2024']],'Footloose','http://www.ticketnetwork.com/ticket/Footloose-events.aspx');