// 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([['NOTD','Skyway Theatre - The Loft','Minneapolis, MN','Friday','9/19/2025','9:00 PM','7262853','NOTD-9-19-2025'],['Ian Asher','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','9/20/2025','9:00 PM','7309643','Ian-Asher-9-20-2025'],['VLCN','Skyway Theatre - The Loft','Minneapolis, MN','Friday','10/3/2025','9:00 PM','7315701','VLCN-10-3-2025'],['Perry Wayne','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','10/4/2025','9:00 PM','7271576','Perry-Wayne-10-4-2025'],['Vincent Antone','Skyway Theatre - The Loft','Minneapolis, MN','Friday','10/10/2025','9:00 PM','7309914','Vincent-Antone-10-10-2025'],['Vastive','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','10/11/2025','9:00 PM','7227946','Vastive-10-11-2025'],['Beauz','Skyway Theatre - The Loft','Minneapolis, MN','Friday','10/17/2025','9:00 PM','7335323','Beauz-10-17-2025'],['Cyclops','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','10/18/2025','9:00 PM','7286328','Cyclops-10-18-2025'],['Video Game Rave','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','11/1/2025','9:00 PM','7302001','Video-Game-Rave-11-1-2025'],['Madgrrl','Skyway Theatre - The Loft','Minneapolis, MN','Friday','11/7/2025','9:00 PM','7372416','Madgrrl-11-7-2025'],['Izzy Vadim','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','11/8/2025','9:00 PM','7342422','Izzy-Vadim-11-8-2025'],['Flosstradamus','Skyway Theatre - The Loft','Minneapolis, MN','Friday','11/14/2025','9:00 PM','7295295','Flosstradamus-11-14-2025'],['Simula','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','11/15/2025','9:00 PM','7338803','Simula-11-15-2025'],['Ahee','Skyway Theatre - The Loft','Minneapolis, MN','Friday','11/21/2025','9:00 PM','7262881','Ahee-11-21-2025'],['Riot','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','11/22/2025','9:00 PM','7240988','Riot-11-22-2025'],['Yookie','Skyway Theatre - The Loft','Minneapolis, MN','Friday','11/28/2025','9:00 PM','7335593','Yookie-11-28-2025'],['Vaski','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','11/29/2025','9:00 PM','7352110','Vaski-11-29-2025'],['Dirt Monkey & Smoakland','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','12/6/2025','9:00 PM','7152940','Dirt-Monkey---Smoakland-12-6-2025'],['smith.','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','12/13/2025','9:00 PM','7275566','smith--12-13-2025']],'Skyway Theater','http://www.ticketnetwork.com/ticket/Skyway-Theater-events.aspx');