//
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-04B
TN_Widget.CreateTable([['Hannah Berner','Mystic Lake Showroom','Prior Lake, MN','Friday','10/24/2025','8:00 PM','7166193','Hannah-Berner-10-24-2025'],['Anjelah Johnson-Reyes','Mystic Lake Showroom','Prior Lake, MN','Friday','11/7/2025','8:00 PM','7035038','Anjelah-Johnson-Reyes-11-7-2025'],['The Brotherly Love Podcast','Mystic Lake Showroom','Prior Lake, MN','Saturday','11/8/2025','8:00 PM','7353519','The-Brotherly-Love-Podcast-11-8-2025'],['Ledisi','Mystic Lake Showroom','Prior Lake, MN','Friday','11/14/2025','8:00 PM','7337392','Ledisi-11-14-2025'],['Daniel O'Donnell','Mystic Lake Showroom','Prior Lake, MN','Friday','11/21/2025','7:00 PM','7312047','Daniel-O-Donnell-11-21-2025'],['Matteo Lane','Mystic Lake Showroom','Prior Lake, MN','Saturday','11/22/2025','8:00 PM','7281962','Matteo-Lane-11-22-2025'],['Mystic Lake Vietnamese Concert: Mai Mai Ben Nhau','Mystic Lake Showroom','Prior Lake, MN','Saturday','11/29/2025','7:30 PM','7490249','Mystic-Lake-Vietnamese-Concert--Mai-Mai-Ben-Nhau-11-29-2025'],['Mark Normand','Mystic Lake Showroom','Prior Lake, MN','Saturday','12/6/2025','8:00 PM','7395789','Mark-Normand-12-6-2025'],['Rain - A Beatles Christmas Tribute','Mystic Lake Showroom','Prior Lake, MN','Friday','12/12/2025','8:00 PM','7281970','Rain---A-Beatles-Christmas-Tribute-12-12-2025'],['Hairball','Mystic Lake Showroom','Prior Lake, MN','Saturday','12/13/2025','8:00 PM','7425365','Hairball-12-13-2025'],['The Price Is Right - Live Stage Show','Mystic Lake Showroom','Prior Lake, MN','Thursday','3/5/2026','8:00 PM','7473866','The-Price-Is-Right---Live-Stage-Show-3-5-2026'],['The Price Is Right - Live Stage Show','Mystic Lake Showroom','Prior Lake, MN','Friday','3/6/2026','8:00 PM','7473867','The-Price-Is-Right---Live-Stage-Show-3-6-2026'],['The Price Is Right - Live Stage Show','Mystic Lake Showroom','Prior Lake, MN','Saturday','3/7/2026','3:00 PM','7473869','The-Price-Is-Right---Live-Stage-Show-3-7-2026'],['The Price Is Right - Live Stage Show','Mystic Lake Showroom','Prior Lake, MN','Saturday','3/7/2026','8:00 PM','7473868','The-Price-Is-Right---Live-Stage-Show-3-7-2026'],['The Price Is Right - Live Stage Show','Mystic Lake Showroom','Prior Lake, MN','Sunday','3/8/2026','3:00 PM','7473870','The-Price-Is-Right---Live-Stage-Show-3-8-2026'],['Heart','Mystic Lake Showroom','Prior Lake, MN','Friday','3/13/2026','8:00 PM','7414703','Heart-3-13-2026'],['Morgan Jay','Mystic Lake Showroom','Prior Lake, MN','Saturday','6/13/2026','8:00 PM','7410881','Morgan-Jay-6-13-2026'],['Morgan Jay','Mystic Lake Showroom','Prior Lake, MN','Sunday','6/14/2026','8:00 PM','7417585','Morgan-Jay-6-14-2026']],'Mystic Lake Casino Hotel','https://www.ticketnetwork.com/ticket/Mystic-Lake-Casino-Hotel-events.aspx');