//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-02A
TN_Widget.CreateTable([['Joywave','Vinyl Music Hall','Pensacola, FL','Sunday','5/11/2025','8:00 PM','7032435','Joywave-5-11-2025'],['Reggaeton Rave','Vinyl Music Hall','Pensacola, FL','Friday','5/16/2025','9:00 PM','7092755','Reggaeton-Rave-5-16-2025'],['Testament','Vinyl Music Hall','Pensacola, FL','Saturday','5/17/2025','8:00 PM','7022983','Testament-5-17-2025'],['Buckethead','Vinyl Music Hall','Pensacola, FL','Sunday','5/18/2025','7:00 PM','7092658','Buckethead-5-18-2025'],['The Crane Wives','Vinyl Music Hall','Pensacola, FL','Friday','5/23/2025','8:00 PM','6820275','The-Crane-Wives-5-23-2025'],['Best Song Ever - One Direction Dance Party','Vinyl Music Hall','Pensacola, FL','Saturday','5/24/2025','9:00 PM','7083817','Best-Song-Ever---One-Direction-Dance-Party-5-24-2025'],['Zoso - Led Zeppelin Tribute Band','Vinyl Music Hall','Pensacola, FL','Sunday','5/25/2025','8:00 PM','7012062','Zoso---Led-Zeppelin-Tribute-Band-5-25-2025'],['Umphrey's McGee','Vinyl Music Hall','Pensacola, FL','Thursday','5/29/2025','7:30 PM','6986590','Umphrey-s-McGee-5-29-2025'],['Pepper','Vinyl Music Hall','Pensacola, FL','Thursday','6/12/2025','7:00 PM','7085122','Pepper-6-12-2025'],['GWAR','Vinyl Music Hall','Pensacola, FL','Friday','6/20/2025','7:00 PM','6998232','GWAR-6-20-2025'],['The M-80s','Vinyl Music Hall','Pensacola, FL','Saturday','6/28/2025','8:00 PM','7092766','The-M-80s-6-28-2025'],['Gold Celeste & Vinyl Williams','The Great American Music Hall','San Francisco, CA','Sunday','7/13/2025','8:00 PM','7083871','Gold-Celeste---Vinyl-Williams-7-13-2025'],['Everclear','Vinyl Music Hall','Pensacola, FL','Sunday','10/5/2025','7:00 PM','7035629','Everclear-10-5-2025'],['Alestorm','Vinyl Music Hall','Pensacola, FL','Tuesday','10/14/2025','7:00 PM','7121815','Alestorm-10-14-2025'],['Phantogram','Vinyl Music Hall','Pensacola, FL','Wednesday','10/15/2025','8:00 PM','7138780','Phantogram-10-15-2025'],['Saint Motel','Vinyl Music Hall','Pensacola, FL','Friday','10/17/2025','7:00 PM','7120201','Saint-Motel-10-17-2025'],['Hayes Carll','Vinyl Music Hall','Pensacola, FL','Thursday','11/6/2025','8:00 PM','7111454','Hayes-Carll-11-6-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 Music Hall','http://www.ticketnetwork.com/ticket/Vinyl-Music-Hall-events.aspx');