//
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([['Happy Together Tour','IP Casino Resort And Spa','Biloxi, MS','Saturday','5/31/2025','8:00 PM','6946990','Happy-Together-Tour-5-31-2025'],['Ashley McBryde','IP Casino Resort And Spa','Biloxi, MS','Friday','6/13/2025','8:00 PM','7013563','Ashley-McBryde-6-13-2025'],['Colt Ford & Drake White','IP Casino Resort And Spa','Biloxi, MS','Saturday','6/21/2025','8:00 PM','7029029','Colt-Ford---Drake-White-6-21-2025'],['Matt Mathews','IP Casino Resort And Spa','Biloxi, MS','Thursday','7/10/2025','8:00 PM','7068066','Matt-Mathews-7-10-2025'],['Matt Mathews','IP Casino Resort And Spa','Biloxi, MS','Friday','7/11/2025','8:00 PM','7062093','Matt-Mathews-7-11-2025'],['Queensryche','IP Casino Resort And Spa','Biloxi, MS','Friday','8/1/2025','8:00 PM','7098393','Queensryche-8-1-2025'],['Becky Robinson','IP Casino Resort And Spa','Biloxi, MS','Friday','8/22/2025','8:00 PM','7066688','Becky-Robinson-8-22-2025'],['Brad Williams','IP Casino Resort And Spa','Biloxi, MS','Friday','9/12/2025','8:00 PM','7092619','Brad-Williams-9-12-2025'],['Midland - Band','IP Casino Resort And Spa','Biloxi, MS','Friday','11/7/2025','8:00 PM','6874908','Midland---Band-11-7-2025'],['Blues Traveler','IP Casino Resort And Spa','Biloxi, MS','Saturday','11/15/2025','8:00 PM','6782730','Blues-Traveler-11-15-2025']],'IP Casino Resort and Spa','http://www.ticketnetwork.com/ticket/IP-Casino-Resort-and-Spa-events.aspx');