// 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-04A TN_Widget.CreateTable([['Matisyahu','Vinyl Music Hall','Pensacola, FL','Tuesday','10/28/2025','7:00 PM','7335113','Matisyahu-10-28-2025'],['Nekrogoblikon','Vinyl Music Hall','Pensacola, FL','Wednesday','10/29/2025','7:00 PM','7312133','Nekrogoblikon-10-29-2025'],['Hardcore Halloween Rave','Vinyl Music Hall','Pensacola, FL','Thursday','10/30/2025','9:00 PM','7465777','Hardcore-Halloween-Rave-10-30-2025'],['Gasolina Reggaeton Party','Vinyl Music Hall','Pensacola, FL','Friday','10/31/2025','9:00 PM','7418899','Gasolina-Reggaeton-Party-10-31-2025'],['It's A 2000s Halloween Party','Vinyl Music Hall','Pensacola, FL','Saturday','11/1/2025','10:00 PM','7465778','It-s-A-2000s-Halloween-Party-11-1-2025'],['Hayes Carll','Vinyl Music Hall','Pensacola, FL','Thursday','11/6/2025','8:00 PM','7111454','Hayes-Carll-11-6-2025'],['iDKHOW','Vinyl Music Hall','Pensacola, FL','Monday','11/10/2025','8:00 PM','7435924','iDKHOW-11-10-2025'],['Ne Obliviscaris','Vinyl Music Hall','Pensacola, FL','Tuesday','11/11/2025','7:00 PM','7364806','Ne-Obliviscaris-11-11-2025'],['Memphis May Fire','Vinyl Music Hall','Pensacola, FL','Monday','11/17/2025','7:00 PM','7322102','Memphis-May-Fire-11-17-2025'],['Better Lovers','Vinyl Music Hall','Pensacola, FL','Tuesday','11/18/2025','7:00 PM','7366972','Better-Lovers-11-18-2025'],['Can't Feel My Face','Vinyl Music Hall','Pensacola, FL','Friday','11/21/2025','10:00 PM','7465779','Can-t-Feel-My-Face-11-21-2025'],['CRYRS - Premiere Emo Experience','Vinyl Music Hall','Pensacola, FL','Saturday','11/22/2025','8:00 PM','7040466','CRYRS---Premiere-Emo-Experience-11-22-2025'],['Vinyl','Sweetwater Music Hall','Mill Valley, CA','Wednesday','11/26/2025','8:00 PM','7430711','Vinyl-11-26-2025'],['The Red Jumpsuit Apparatus','Vinyl Music Hall','Pensacola, FL','Saturday','11/29/2025','8:00 PM','7387144','The-Red-Jumpsuit-Apparatus-11-29-2025'],['Zakk Sabbath - Zakk Wylde's Black Sabbath Cover Band','Vinyl Music Hall','Pensacola, FL','Tuesday','12/2/2025','7:00 PM','7194271','Zakk-Sabbath---Zakk-Wylde-s-Black-Sabbath-Cover-Band-12-2-2025'],['Whitechapel','Vinyl Music Hall','Pensacola, FL','Thursday','12/4/2025','7:00 PM','7180348','Whitechapel-12-4-2025']],'Vinyl Music Hall','http://www.ticketnetwork.com/ticket/Vinyl-Music-Hall-events.aspx');