//
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([['Carcass','Workplay Theatre','Birmingham, AL','Tuesday','9/16/2025','7:30 PM','7314632','Carcass-9-16-2025'],['The Hails','Workplay Theatre','Birmingham, AL','Sunday','9/21/2025','7:00 PM','7292886','The-Hails-9-21-2025'],['Deafheaven','Workplay Theatre','Birmingham, AL','Thursday','9/25/2025','7:00 PM','7271873','Deafheaven-9-25-2025'],['Pure Prairie League','Workplay Theatre','Birmingham, AL','Saturday','9/27/2025','7:00 PM','7383442','Pure-Prairie-League-9-27-2025'],['Dying Fetus','Workplay Theatre','Birmingham, AL','Sunday','9/28/2025','7:30 PM','7248963','Dying-Fetus-9-28-2025'],['I Set My Friends On Fire','Workplay Theatre','Birmingham, AL','Wednesday','10/1/2025','7:00 PM','7172733','I-Set-My-Friends-On-Fire-10-1-2025'],['Magnitude','Workplay Theatre','Birmingham, AL','Thursday','10/2/2025','7:00 PM','7171858','Magnitude-10-2-2025'],['Unearth','Workplay Theatre','Birmingham, AL','Friday','10/3/2025','10:30 PM','7171826','Unearth-10-3-2025'],['Norma Jean','Workplay Theatre','Birmingham, AL','Saturday','10/4/2025','10:15 PM','7172731','Norma-Jean-10-4-2025'],['Archers - Artist','Workplay Theatre','Birmingham, AL','Tuesday','10/14/2025','6:30 PM','7295746','Archers---Artist-10-14-2025'],['Fear Factory','Workplay Theatre','Birmingham, AL','Thursday','10/23/2025','7:00 PM','7301457','Fear-Factory-10-23-2025'],['Hunny','Workplay Theatre','Birmingham, AL','Friday','10/24/2025','7:00 PM','7292883','Hunny-10-24-2025'],['Big Something','Workplay Theatre','Birmingham, AL','Saturday','11/1/2025','8:00 PM','7291272','Big-Something-11-1-2025'],['The Lemonheads','Workplay Theatre','Birmingham, AL','Tuesday','11/11/2025','8:00 PM','7233240','The-Lemonheads-11-11-2025'],['Talib Kweli','Workplay Theatre','Birmingham, AL','Saturday','11/29/2025','8:00 PM','7310566','Talib-Kweli-11-29-2025'],['Son Little','Workplay Theatre','Birmingham, AL','Friday','12/5/2025','7:00 PM','7284183','Son-Little-12-5-2025'],['Kings Kaleidoscope','Workplay Theatre','Birmingham, AL','Friday','5/15/2026','8:00 PM','7155355','Kings-Kaleidoscope-5-15-2026']],'WorkPlay Theatre','http://www.ticketnetwork.com/ticket/WorkPlay-Theatre-events.aspx');