//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://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[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ 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-02A
TN_Widget.CreateTable([['IMomSoHard','Mystic Lake Showroom','Prior Lake, MN','Saturday','5/10/2025','8:00 PM','6938223','IMomSoHard-5-10-2025'],['Riverdance','Mystic Lake Showroom','Prior Lake, MN','Sunday','5/18/2025','7:00 PM','6963100','Riverdance-5-18-2025'],['Om Em Duoc Khong','Mystic Lake Showroom','Prior Lake, MN','Saturday','5/31/2025','7:30 PM','7061934','Om-Em-Duoc-Khong-5-31-2025'],['Australian Pink Floyd Show','Mystic Lake Showroom','Prior Lake, MN','Sunday','8/3/2025','8:00 PM','6859303','Australian-Pink-Floyd-Show-8-3-2025'],['Jeff Dunham','Mystic Lake Showroom','Prior Lake, MN','Friday','9/19/2025','8:00 PM','7105053','Jeff-Dunham-9-19-2025'],['Jeff Dunham','Mystic Lake Showroom','Prior Lake, MN','Saturday','9/20/2025','8:00 PM','7105054','Jeff-Dunham-9-20-2025'],['Brian Regan','Mystic Lake Showroom','Prior Lake, MN','Saturday','9/27/2025','8:00 PM','7068723','Brian-Regan-9-27-2025'],['Tesla','Mystic Lake Showroom','Prior Lake, MN','Friday','10/3/2025','8:00 PM','7139301','Tesla-10-3-2025'],['Tesla','Mystic Lake Showroom','Prior Lake, MN','Saturday','10/4/2025','8:00 PM','7139302','Tesla-10-4-2025'],['Ziggy Marley','Mystic Lake Showroom','Prior Lake, MN','Thursday','10/9/2025','7:30 PM','7021520','Ziggy-Marley-10-9-2025'],['The Temptations and The Four Tops','Mystic Lake Showroom','Prior Lake, MN','Friday','10/17/2025','8:00 PM','7120379','The-Temptations-and-The-Four-Tops-10-17-2025'],['Anjelah Johnson-Reyes','Mystic Lake Showroom','Prior Lake, MN','Friday','11/7/2025','8:00 PM','7035038','Anjelah-Johnson-Reyes-11-7-2025']],'Mystic Lake Casino Hotel','https://www.ticketnetwork.com/ticket/Mystic-Lake-Casino-Hotel-events.aspx');