//
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-01A
TN_Widget.CreateTable([['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'],['Rumours ATL - A Fleetwood Mac Tribute','Vinyl Music Hall','Pensacola, FL','Friday','8/29/2025','8:00 PM','7171848','Rumours-ATL---A-Fleetwood-Mac-Tribute-8-29-2025'],['The Emo Night Tour','Vinyl Music Hall','Pensacola, FL','Saturday','9/20/2025','8:00 PM','7180206','The-Emo-Night-Tour-9-20-2025'],['Unknown Mortal Orchestra','Vinyl Music Hall','Pensacola, FL','Tuesday','9/30/2025','7:00 PM','7224074','Unknown-Mortal-Orchestra-9-30-2025'],['Everclear','Vinyl Music Hall','Pensacola, FL','Sunday','10/5/2025','7:00 PM','7035629','Everclear-10-5-2025'],['The Melvins','Vinyl Music Hall','Pensacola, FL','Friday','10/10/2025','8:00 PM','7154645','The-Melvins-10-10-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','8: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'],['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');