//
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([['Becky Robinson','IP Casino Resort And Spa','Biloxi, MS','Saturday','8/22/2026','8:00 PM','7880510','Becky-Robinson-8-22-2026'],['GenX Takeover Comedy Tour','IP Casino Resort And Spa','Biloxi, MS','Saturday','9/19/2026','8:00 PM','7913269','GenX-Takeover-Comedy-Tour-9-19-2026'],['Jeffrey Osborne','IP Casino Resort And Spa','Biloxi, MS','Friday','9/25/2026','8:00 PM','7945425','Jeffrey-Osborne-9-25-2026'],['Travis Tritt','IP Casino Resort And Spa','Biloxi, MS','Friday','10/9/2026','8:00 PM','7775651','Travis-Tritt-10-9-2026'],['Grand Funk Railroad','IP Casino Resort And Spa','Biloxi, MS','Saturday','10/17/2026','8:00 PM','7954777','Grand-Funk-Railroad-10-17-2026'],['Golden Girls: The Laughs Continue','IP Casino Resort And Spa','Biloxi, MS','Friday','10/23/2026','8:00 PM','8054259','Golden-Girls--The-Laughs-Continue-10-23-2026'],['Here Come The Mummies','IP Casino Resort And Spa','Biloxi, MS','Thursday','10/29/2026','8:00 PM','7999792','Here-Come-The-Mummies-10-29-2026'],['Sebastian Bach','IP Casino Resort And Spa','Biloxi, MS','Saturday','11/7/2026','8:00 PM','8110657','Sebastian-Bach-11-7-2026'],['Matt Mathews','IP Casino Resort And Spa','Biloxi, MS','Saturday','11/14/2026','8:00 PM','7976650','Matt-Mathews-11-14-2026'],['Matt Mathews','IP Casino Resort And Spa','Biloxi, MS','Saturday','11/14/2026','10:30 PM','7983243','Matt-Mathews-11-14-2026'],['Brandon Bennett's Elvis My Way','IP Casino Resort And Spa','Biloxi, MS','Saturday','12/12/2026','8:00 PM','8178091','Brandon-Bennett-s-Elvis-My-Way-12-12-2026'],['Donnell Rawlings','IP Casino Resort And Spa','Biloxi, MS','Saturday','1/16/2027','8:00 PM','8195161','Donnell-Rawlings-1-16-2027'],['Brad Williams','IP Casino Resort And Spa','Biloxi, MS','Saturday','3/20/2027','8:00 PM','8075112','Brad-Williams-3-20-2027']],'IP Casino Resort and Spa','http://www.ticketnetwork.com/ticket/IP-Casino-Resort-and-Spa-events.aspx');