//
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-01A
TN_Widget.CreateTable([['Jo Dee Messina','Mystic Lake Showroom','Prior Lake, MN','Friday','5/8/2026','8:00 PM','7716116','Jo-Dee-Messina-5-8-2026'],['Ja Rule','Mystic Lake Showroom','Prior Lake, MN','Saturday','5/9/2026','8:00 PM','7732054','Ja-Rule-5-9-2026'],['ZZ Top','Mystic Lake Showroom','Prior Lake, MN','Friday','5/15/2026','8:00 PM','7617826','ZZ-Top-5-15-2026'],['David Spade','Mystic Lake Showroom','Prior Lake, MN','Saturday','5/30/2026','8:00 PM','7772627','David-Spade-5-30-2026'],['Alison Krauss And Union Station','Mystic Lake Showroom','Prior Lake, MN','Friday','6/12/2026','7:30 PM','7753199','Alison-Krauss-And-Union-Station-6-12-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'],['Matt Mathews','Mystic Lake Showroom','Prior Lake, MN','Wednesday','6/17/2026','8:00 PM','7741399','Matt-Mathews-6-17-2026'],['Matt Mathews','Mystic Lake Showroom','Prior Lake, MN','Thursday','6/18/2026','8:00 PM','7522220','Matt-Mathews-6-18-2026'],['Taking Back Sunday & Bayside','Mystic Lake Showroom','Prior Lake, MN','Saturday','6/20/2026','8:00 PM','7731912','Taking-Back-Sunday---Bayside-6-20-2026'],['Deep Purple','Mystic Lake Showroom','Prior Lake, MN','Thursday','8/27/2026','8:00 PM','7841081','Deep-Purple-8-27-2026'],['Kathleen Madigan','Mystic Lake Showroom','Prior Lake, MN','Saturday','9/26/2026','8:00 PM','7793716','Kathleen-Madigan-9-26-2026'],['Kenny Wayne Shepherd Band','Mystic Lake Showroom','Prior Lake, MN','Saturday','10/17/2026','8:00 PM','7863343','Kenny-Wayne-Shepherd-Band-10-17-2026'],['IMomSoHard','Mystic Lake Showroom','Prior Lake, MN','Friday','11/6/2026','8:00 PM','7775628','IMomSoHard-11-6-2026']],'Mystic Lake Casino Hotel','https://www.ticketnetwork.com/ticket/Mystic-Lake-Casino-Hotel-events.aspx');