// 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-02A TN_Widget.CreateTable([['Lil Poppa','Vinyl Music Hall','Pensacola, FL','Sunday','1/18/2026','10:00 PM','7630578','Lil-Poppa-1-18-2026'],['Flosstradamus','Vinyl Music Hall','Pensacola, FL','Friday','1/23/2026','8:00 PM','7530723','Flosstradamus-1-23-2026'],['Gary Clark Jr.','Vinyl Music Hall','Pensacola, FL','Wednesday','2/4/2026','7:00 PM','7588027','Gary-Clark-Jr--2-4-2026'],['Gary Clark Jr.','Vinyl Music Hall','Pensacola, FL','Thursday','2/5/2026','7:00 PM','7588026','Gary-Clark-Jr--2-5-2026'],['Tx2','Vinyl Music Hall','Pensacola, FL','Sunday','2/15/2026','7:00 PM','7634411','Tx2-2-15-2026'],['Railroad Earth','Vinyl Music Hall','Pensacola, FL','Monday','2/16/2026','7:00 PM','7630577','Railroad-Earth-2-16-2026'],['Capstan','Vinyl Music Hall','Pensacola, FL','Wednesday','2/18/2026','7:00 PM','7571128','Capstan-2-18-2026'],['Can't Feel My Face: 2010s Dance Party','Vinyl Music Hall','Pensacola, FL','Saturday','2/21/2026','10:00 PM','7630571','Can-t-Feel-My-Face--2010s-Dance-Party-2-21-2026'],['The Emo Night Tour','Vinyl Music Hall','Pensacola, FL','Saturday','2/28/2026','8:00 PM','7630569','The-Emo-Night-Tour-2-28-2026'],['The Red Jumpsuit Apparatus','Vinyl Music Hall','Pensacola, FL','Friday','3/6/2026','8:00 PM','7387144','The-Red-Jumpsuit-Apparatus-3-6-2026'],['Daniel Donato's Cosmic Country','Vinyl Music Hall','Pensacola, FL','Wednesday','4/15/2026','7:00 PM','7630576','Daniel-Donato-s-Cosmic-Country-4-15-2026'],['The Happy Fits','Vinyl Music Hall','Pensacola, FL','Saturday','4/18/2026','8:00 PM','7629673','The-Happy-Fits-4-18-2026'],['Panchiko','Vinyl Music Hall','Pensacola, FL','Monday','4/20/2026','7:00 PM','7573110','Panchiko-4-20-2026'],['Clutch','Vinyl Music Hall','Pensacola, FL','Friday','5/1/2026','7:30 PM','7616730','Clutch-5-1-2026'],['Cradle of Filth','Vinyl Music Hall','Pensacola, FL','Friday','5/8/2026','7:00 PM','7613989','Cradle-of-Filth-5-8-2026'],['Iration','Vinyl Music Hall','Pensacola, FL','Tuesday','5/19/2026','7:00 PM','7630556','Iration-5-19-2026']],'Vinyl Music Hall','http://www.ticketnetwork.com/ticket/Vinyl-Music-Hall-events.aspx');