//
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 O'Jays','Diamonstein Concert Hall - CNU Ferguson Center for the Arts','Newport News, VA','Friday','9/26/2025','8:00 PM','7141312','The-O-Jays-9-26-2025'],['Nile','Studio B at Skyway Theatre','Minneapolis, MN','Saturday','9/27/2025','7:00 PM','7196339','Nile-9-27-2025'],['Cautious Clay','Le Studio TD','Montreal, Canada','Wednesday','10/8/2025','8:00 PM','7289681','Cautious-Clay-10-8-2025'],['Destin Conrad','Le Studio TD','Montreal, Canada','Saturday','10/11/2025','8:00 PM','7259662','Destin-Conrad-10-11-2025'],['Janine','The Studio at The Bomb Factory','Dallas, TX','Tuesday','10/14/2025','8:00 PM','7292305','Janine-10-14-2025'],['Saxsquatch','Studio B at Skyway Theatre','Minneapolis, MN','Thursday','10/16/2025','7:00 PM','7249338','Saxsquatch-10-16-2025'],['Jeffrey Osborne','IP Casino Resort And Spa','Biloxi, MS','Friday','10/17/2025','8:00 PM','7244050','Jeffrey-Osborne-10-17-2025'],['Joe Kay','The Studio at The Bomb Factory','Dallas, TX','Saturday','10/18/2025','9:00 PM','7244457','Joe-Kay-10-18-2025'],['A Skylit Drive','Studio B at Skyway Theatre','Minneapolis, MN','Wednesday','10/29/2025','7:00 PM','7319942','A-Skylit-Drive-10-29-2025'],['Vampires Everywhere!','Studio B at Skyway Theatre','Minneapolis, MN','Tuesday','11/4/2025','7:00 PM','7339404','Vampires-Everywhere--11-4-2025'],['Confetti','Studio B at Skyway Theatre','Minneapolis, MN','Sunday','11/9/2025','8:00 PM','7192537','Confetti-11-9-2025'],['Omnium Gatherum','Studio B at Skyway Theatre','Minneapolis, MN','Sunday','11/23/2025','7:00 PM','7269389','Omnium-Gatherum-11-23-2025'],['Sajaa','Le Studio TD','Montreal, Canada','Friday','11/28/2025','8:00 PM','7378993','Sajaa-11-28-2025'],['Tommy Castro And The Painkillers','Studio Theatre at King Center For The Performing Arts','Melbourne, FL','Saturday','4/11/2026','8:00 PM','7406127','Tommy-Castro-And-The-Painkillers-4-11-2026']],'Studio B','http://www.ticketnetwork.com/ticket/Studio-B-events.aspx');