//
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-04A
TN_Widget.CreateTable([['Bryce Vine','Knitting Factory Spokane','Spokane, WA','Saturday','2/1/2025','8:00 PM','6837456','Bryce-Vine-2-1-2025'],['Shrek Rave','Knitting Factory Spokane','Spokane, WA','Saturday','2/8/2025','9:00 PM','6904253','Shrek-Rave-2-8-2025'],['Palaye Royale','Knitting Factory Spokane','Spokane, WA','Monday','2/10/2025','8:00 PM','6877815','Palaye-Royale-2-10-2025'],['Zoso - Led Zeppelin Tribute Band','Knitting Factory Spokane','Spokane, WA','Friday','2/14/2025','8:00 PM','6540480','Zoso---Led-Zeppelin-Tribute-Band-2-14-2025'],['Cavetown','Knitting Factory Spokane','Spokane, WA','Sunday','2/16/2025','8:00 PM','6591357','Cavetown-2-16-2025'],['Myles Kennedy','Knitting Factory Spokane','Spokane, WA','Friday','2/21/2025','8:00 PM','6502497','Myles-Kennedy-2-21-2025'],['Jaeda and Friends','Knitting Factory Spokane','Spokane, WA','Saturday','2/22/2025','8:00 PM','6893910','Jaeda-and-Friends-2-22-2025'],['The Elovaters','Knitting Factory Spokane','Spokane, WA','Sunday','2/23/2025','7:00 PM','6821156','The-Elovaters-2-23-2025'],['Jerry Cantrell','Knitting Factory Spokane','Spokane, WA','Friday','3/7/2025','8:00 PM','6764310','Jerry-Cantrell-3-7-2025'],['Daily Bread','Knitting Factory Spokane','Spokane, WA','Thursday','3/20/2025','8:00 PM','6790816','Daily-Bread-3-20-2025'],['Sullivan King','Knitting Factory Spokane','Spokane, WA','Friday','3/21/2025','8:00 PM','6752822','Sullivan-King-3-21-2025'],['The Amity Affliction','Knitting Factory Spokane','Spokane, WA','Saturday','3/22/2025','7:00 PM','6844338','The-Amity-Affliction-3-22-2025'],['Kayzo','Knitting Factory Spokane','Spokane, WA','Wednesday','3/26/2025','8:00 PM','6875845','Kayzo-3-26-2025'],['Hell's Belles','Knitting Factory Spokane','Spokane, WA','Friday','3/28/2025','8:00 PM','6768309','Hell-s-Belles-3-28-2025'],['Emo Nite','Knitting Factory Spokane','Spokane, WA','Saturday','3/29/2025','8:00 PM','6946687','Emo-Nite-3-29-2025'],['Elderbrook','Knitting Factory Spokane','Spokane, WA','Tuesday','4/1/2025','8:00 PM','6827055','Elderbrook-4-1-2025'],['Restless Road','Knitting Factory Spokane','Spokane, WA','Friday','4/11/2025','8:00 PM','6927704','Restless-Road-4-11-2025'],['Paleface Swiss','Knitting Factory Spokane','Spokane, WA','Friday','4/18/2025','8:00 PM','6596886','Paleface-Swiss-4-18-2025'],['Deafheaven, Gatecreeper & Trauma Ray','Knitting Factory Spokane','Spokane, WA','Saturday','4/26/2025','8:00 PM','6961360','Deafheaven--Gatecreeper---Trauma-Ray-4-26-2025'],['Dirtwire','Knitting Factory Spokane','Spokane, WA','Thursday','5/1/2025','8:00 PM','6843876','Dirtwire-5-1-2025'],['The Dip','Knitting Factory Spokane','Spokane, WA','Friday','5/16/2025','8:00 PM','6839610','The-Dip-5-16-2025'],['Ty Myers','Knitting Factory Spokane','Spokane, WA','Saturday','5/31/2025','8:00 PM','6936427','Ty-Myers-5-31-2025'],['Napalm Death & Melvins','Knitting Factory Spokane','Spokane, WA','Sunday','6/1/2025','8:00 PM','6838760','Napalm-Death---Melvins-6-1-2025'],['Livingston - Artist','Knitting Factory Spokane','Spokane, WA','Saturday','6/7/2025','8:00 PM','6932893','Livingston---Artist-6-7-2025']],'Knitting Factory Spokane','https://www.ticketnetwork.com/ticket/Knitting-Factory-Spokane-events.aspx');