//
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-03A
TN_Widget.CreateTable([['Bainbridge x High Zombie','Skyway Theatre - The Loft','Minneapolis, MN','Friday','7/11/2025','9:00 PM','7183208','Bainbridge-x-High-Zombie-7-11-2025'],['Cheat Codes','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','7/12/2025','9:00 PM','7174249','Cheat-Codes-7-12-2025'],['Tsimba X Thred','Skyway Theatre - The Loft','Minneapolis, MN','Friday','7/18/2025','9:00 PM','7186060','Tsimba-X-Thred-7-18-2025'],['Codd Dubz','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','7/19/2025','9:00 PM','7072146','Codd-Dubz-7-19-2025'],['Odd Mob','Skyway Theatre - The Loft','Minneapolis, MN','Thursday','7/24/2025','9:00 PM','7146822','Odd-Mob-7-24-2025'],['Khold','Skyway Theatre - The Loft','Minneapolis, MN','Friday','7/25/2025','9:00 PM','7249328','Khold-7-25-2025'],['Oppidan','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','7/26/2025','9:00 PM','7122042','Oppidan-7-26-2025'],['DJ D.O.D.','Skyway Theatre - The Loft','Minneapolis, MN','Friday','8/1/2025','9:00 PM','7173289','DJ-D-O-D--8-1-2025'],['VRG','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','8/2/2025','9:00 PM','7197763','VRG-8-2-2025'],['Saymyname','Skyway Theatre - The Loft','Minneapolis, MN','Friday','8/8/2025','9:00 PM','7209825','Saymyname-8-8-2025'],['Two Percent','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','8/9/2025','9:00 PM','7242230','Two-Percent-8-9-2025'],['Luci x Bernzikial','Skyway Theatre - The Loft','Minneapolis, MN','Friday','8/15/2025','9:00 PM','7260422','Luci-x-Bernzikial-8-15-2025'],['Slang Dogs','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','8/16/2025','9:00 PM','7238590','Slang-Dogs-8-16-2025'],['Hekler','Skyway Theatre - The Loft','Minneapolis, MN','Friday','8/22/2025','9:00 PM','7265775','Hekler-8-22-2025'],['Riot Ten','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','8/23/2025','9:00 PM','7228440','Riot-Ten-8-23-2025'],['Will Clarke','Skyway Theatre - The Loft','Minneapolis, MN','Friday','8/29/2025','7:30 PM','7155384','Will-Clarke-8-29-2025'],['Valentino Khan','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','8/30/2025','9:00 PM','7126676','Valentino-Khan-8-30-2025'],['SweetTooth','Skyway Theatre - The Loft','Minneapolis, MN','Friday','9/5/2025','9:00 PM','7248073','SweetTooth-9-5-2025'],['Hostage Situation','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','9/6/2025','9:00 PM','7235240','Hostage-Situation-9-6-2025'],['Lit Lords','Skyway Theatre - The Loft','Minneapolis, MN','Friday','9/12/2025','9:00 PM','7124708','Lit-Lords-9-12-2025'],['NOTD','Skyway Theatre - The Loft','Minneapolis, MN','Friday','9/19/2025','9:00 PM','7262853','NOTD-9-19-2025'],['Vastive','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','10/11/2025','9:00 PM','7227946','Vastive-10-11-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'],['Dirt Monkey & Smoakland','Skyway Theatre - The Loft','Minneapolis, MN','Saturday','12/6/2025','9:00 PM','7152940','Dirt-Monkey---Smoakland-12-6-2025']],'Skyway Theater','https://www.ticketnetwork.com/ticket/Skyway-Theater-events.aspx');