// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A TN_Widget.CreateTable([['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 & Burning Spear','Mystic Lake Showroom','Prior Lake, MN','Thursday','10/9/2025','7:30 PM','7021520','Ziggy-Marley---Burning-Spear-10-9-2025'],['The Temptations & The Four Tops','Mystic Lake Showroom','Prior Lake, MN','Friday','10/17/2025','8:00 PM','7120379','The-Temptations---The-Four-Tops-10-17-2025'],['Theresa Caputo','Mystic Lake Showroom','Prior Lake, MN','Saturday','10/18/2025','8:00 PM','7148373','Theresa-Caputo-10-18-2025'],['Theresa Caputo','Mystic Lake Showroom','Prior Lake, MN','Sunday','10/19/2025','3:00 PM','7148464','Theresa-Caputo-10-19-2025'],['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'],['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'],['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']],'Mystic Lake Casino Hotel','https://www.ticketnetwork.com/ticket/Mystic-Lake-Casino-Hotel-events.aspx');