//
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([['Night of Knockouts XXXIX','Sound Board at MotorCity Casino Hotel','Detroit, MI','Saturday','3/28/2026','7:00 PM','7639742','Night-of-Knockouts-XXXIX-3-28-2026'],['Luenell','Sound Board at MotorCity Casino Hotel','Detroit, MI','Thursday','4/2/2026','8:00 PM','7666630','Luenell-4-2-2026'],['Lit & Fuel','Sound Board at MotorCity Casino Hotel','Detroit, MI','Friday','4/3/2026','8:00 PM','7619092','Lit---Fuel-4-3-2026'],['The Dramatics','Sound Board at MotorCity Casino Hotel','Detroit, MI','Friday','4/10/2026','8:00 PM','7684329','The-Dramatics-4-10-2026'],['Rahsaan Patterson','Sound Board at MotorCity Casino Hotel','Detroit, MI','Sunday','4/12/2026','7:30 PM','7673605','Rahsaan-Patterson-4-12-2026'],['Lyfe Jennings','Sound Board at MotorCity Casino Hotel','Detroit, MI','Thursday','4/16/2026','8:00 PM','7767044','Lyfe-Jennings-4-16-2026'],['Bruce Bruce','Sound Board at MotorCity Casino Hotel','Detroit, MI','Friday','4/17/2026','8:00 PM','7614890','Bruce-Bruce-4-17-2026'],['Night of Knockouts XL','Sound Board at MotorCity Casino Hotel','Detroit, MI','Friday','4/24/2026','7:00 PM','7802863','Night-of-Knockouts-XL-4-24-2026'],['2 Funny Mamas: Sherri Shepherd & Kym Whitley','Sound Board at MotorCity Casino Hotel','Detroit, MI','Friday','5/8/2026','8:00 PM','7709407','2-Funny-Mamas--Sherri-Shepherd---Kym-Whitley-5-8-2026'],['Jon B.','Sound Board at MotorCity Casino Hotel','Detroit, MI','Thursday','5/21/2026','8:00 PM','7720959','Jon-B--5-21-2026'],['Ruben Studdard','Sound Board at MotorCity Casino Hotel','Detroit, MI','Saturday','6/6/2026','8:00 PM','7735319','Ruben-Studdard-6-6-2026'],['D.L. Hughley','Sound Board at MotorCity Casino Hotel','Detroit, MI','Thursday','6/18/2026','8:00 PM','7748534','D-L--Hughley-6-18-2026'],['Gin Blossoms','Sound Board at MotorCity Casino Hotel','Detroit, MI','Sunday','6/28/2026','7:30 PM','7767005','Gin-Blossoms-6-28-2026'],['Richard Marx','Sound Board at MotorCity Casino Hotel','Detroit, MI','Wednesday','8/12/2026','8:00 PM','7814955','Richard-Marx-8-12-2026']],'Sound Board at Motor City Casino','http://www.ticketnetwork.com/ticket/Sound-Board-at-Motor-City-Casino-events.aspx');