// 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 += '
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-04A TN_Widget.CreateTable([['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'],['The Mavericks','Mystic Lake Showroom','Prior Lake, MN','Saturday','7/25/2026','8:00 PM','7938839','The-Mavericks-7-25-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'],['Justin Moore','Mystic Lake Showroom','Prior Lake, MN','Friday','10/2/2026','8:00 PM','7937989','Justin-Moore-10-2-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'],['Alter Bridge','Mystic Lake Showroom','Prior Lake, MN','Saturday','11/14/2026','7:00 PM','7997003','Alter-Bridge-11-14-2026'],['Everclear','Mystic Lake Showroom','Prior Lake, MN','Sunday','11/15/2026','7:00 PM','7978143','Everclear-11-15-2026']],'Mystic Lake Casino Hotel','http://www.ticketnetwork.com/ticket/Mystic-Lake-Casino-Hotel-events.aspx');