//
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([['Bone Thugs N Harmony','Sound Board at MotorCity Casino Hotel','Detroit, MI','Friday','6/5/2026','8:00 PM','7871038','Bone-Thugs-N-Harmony-6-5-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'],['Night of Knockouts XLI','Sound Board at MotorCity Casino Hotel','Detroit, MI','Friday','6/26/2026','7:00 PM','7973464','Night-of-Knockouts-XLI-6-26-2026'],['Gin Blossoms','Sound Board at MotorCity Casino Hotel','Detroit, MI','Sunday','6/28/2026','7:30 PM','7767005','Gin-Blossoms-6-28-2026'],['Maz Jobrani','Sound Board at MotorCity Casino Hotel','Detroit, MI','Saturday','7/18/2026','8:00 PM','7885092','Maz-Jobrani-7-18-2026'],['Night Ranger','Sound Board at MotorCity Casino Hotel','Detroit, MI','Sunday','7/26/2026','7:30 PM','7836922','Night-Ranger-7-26-2026'],['Richard Marx','Sound Board at MotorCity Casino Hotel','Detroit, MI','Wednesday','8/12/2026','8:00 PM','7814955','Richard-Marx-8-12-2026'],['Hanson','Sound Board at MotorCity Casino Hotel','Detroit, MI','Thursday','8/13/2026','8:00 PM','7885149','Hanson-8-13-2026'],['Dwele','Sound Board at MotorCity Casino Hotel','Detroit, MI','Thursday','9/10/2026','8:00 PM','7954976','Dwele-9-10-2026'],['Rickey Smiley','Sound Board at MotorCity Casino Hotel','Detroit, MI','Saturday','9/12/2026','8:00 PM','7948872','Rickey-Smiley-9-12-2026'],['Raheem DeVaughn','Sound Board at MotorCity Casino Hotel','Detroit, MI','Saturday','9/26/2026','8:00 PM','7990196','Raheem-DeVaughn-9-26-2026'],['Gary Owen','Sound Board at MotorCity Casino Hotel','Detroit, MI','Friday','11/13/2026','7:00 PM','7864071','Gary-Owen-11-13-2026'],['Gary Owen','Sound Board at MotorCity Casino Hotel','Detroit, MI','Saturday','11/14/2026','7:00 PM','7864072','Gary-Owen-11-14-2026']],'Sound Board at Motor City Casino','http://www.ticketnetwork.com/ticket/Sound-Board-at-Motor-City-Casino-events.aspx');