//
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-03A
TN_Widget.CreateTable([['Bop To The Top','Workplay Theatre','Birmingham, AL','Friday','7/10/2026','9:00 PM','7920911','Bop-To-The-Top-7-10-2026'],['Jennifer Lyn and The Groove Revival','Workplay Theatre','Birmingham, AL','Wednesday','7/29/2026','7:00 PM','7871891','Jennifer-Lyn-and-The-Groove-Revival-7-29-2026'],['Drew Baldridge','Workplay Theatre','Birmingham, AL','Thursday','8/13/2026','8:00 PM','7925671','Drew-Baldridge-8-13-2026'],['Foxtide','Workplay Theatre','Birmingham, AL','Wednesday','8/26/2026','7:30 PM','8045207','Foxtide-8-26-2026'],['Greyhaven','Workplay Theatre','Birmingham, AL','Saturday','8/29/2026','7:00 PM','7981595','Greyhaven-8-29-2026'],['Hulvey','Workplay Theatre','Birmingham, AL','Tuesday','9/1/2026','7:00 PM','7863176','Hulvey-9-1-2026'],['Ron Pope','Workplay Theatre','Birmingham, AL','Saturday','9/12/2026','8:00 PM','7876390','Ron-Pope-9-12-2026'],['Show Me The Body','Workplay Theatre','Birmingham, AL','Friday','10/9/2026','7:00 PM','8035129','Show-Me-The-Body-10-9-2026'],['Silent Theory','Workplay Theatre','Birmingham, AL','Wednesday','10/14/2026','7:30 PM','8066377','Silent-Theory-10-14-2026'],['Nevertel','Workplay Theatre','Birmingham, AL','Friday','10/16/2026','7:00 PM','8019363','Nevertel-10-16-2026'],['Sawyer Hill','Workplay Theatre','Birmingham, AL','Sunday','11/1/2026','7:30 PM','8035579','Sawyer-Hill-11-1-2026'],['Silly Goose','Workplay Theatre','Birmingham, AL','Thursday','11/5/2026','7:30 PM','8020840','Silly-Goose-11-5-2026'],['Bowling For Soup','Workplay Theatre','Birmingham, AL','Saturday','11/7/2026','7:30 PM','8075046','Bowling-For-Soup-11-7-2026']],'WorkPlay Theatre','http://www.ticketnetwork.com/ticket/WorkPlay-Theatre-events.aspx');