//
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([['The Red Jumpsuit Apparatus','Vinyl Music Hall','Pensacola, FL','Friday','3/6/2026','8:00 PM','7387144','The-Red-Jumpsuit-Apparatus-3-6-2026'],['Gasolina Reggaeton Party','Vinyl Music Hall','Pensacola, FL','Saturday','3/14/2026','9:00 PM','7735124','Gasolina-Reggaeton-Party-3-14-2026'],['Rakim','Vinyl Music Hall','Pensacola, FL','Friday','3/20/2026','7:00 PM','7743547','Rakim-3-20-2026'],['Hail The Sun','Vinyl Music Hall','Pensacola, FL','Friday','4/10/2026','7:00 PM','7677813','Hail-The-Sun-4-10-2026'],['Surfer Girl','Vinyl Music Hall','Pensacola, FL','Sunday','4/12/2026','8:00 PM','7695496','Surfer-Girl-4-12-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'],['Drivin' N' Cryin'','Vinyl Music Hall','Pensacola, FL','Friday','4/17/2026','8:00 PM','7743557','Drivin--N--Cryin--4-17-2026'],['The Happy Fits','Vinyl Music Hall','Pensacola, FL','Saturday','4/18/2026','7: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'],['Ani DiFranco','Vinyl Music Hall','Pensacola, FL','Saturday','4/25/2026','8:00 PM','7740070','Ani-DiFranco-4-25-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'],['Demon Hunter','Vinyl Music Hall','Pensacola, FL','Saturday','5/9/2026','7:30 PM','7694595','Demon-Hunter-5-9-2026'],['Iration','Vinyl Music Hall','Pensacola, FL','Tuesday','5/19/2026','7:00 PM','7630556','Iration-5-19-2026'],['Bodysnatcher','Vinyl Music Hall','Pensacola, FL','Friday','6/5/2026','7:00 PM','7743554','Bodysnatcher-6-5-2026'],['KBong & Johnny Cosmic','Vinyl Music Hall','Pensacola, FL','Wednesday','6/10/2026','7:00 PM','7759150','KBong---Johnny-Cosmic-6-10-2026'],['Between The Buried and Me','Vinyl Music Hall','Pensacola, FL','Wednesday','6/17/2026','7:00 PM','7757161','Between-The-Buried-and-Me-6-17-2026'],['Juvenile and The 400 Degreez Band','Vinyl Music Hall','Pensacola, FL','Friday','7/24/2026','7:00 PM','7743556','Juvenile-and-The-400-Degreez-Band-7-24-2026']],'Vinyl Music Hall','http://www.ticketnetwork.com/ticket/Vinyl-Music-Hall-events.aspx');