//
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-02A
TN_Widget.CreateTable([['Common Kings','Revolution Concert House and Event Center','Garden City, ID','Wednesday','2/19/2025','8:00 PM','6831898','Common-Kings-2-19-2025'],['Gavin Adcock','Revolution Concert House and Event Center','Garden City, ID','Monday','2/24/2025','8:00 PM','6645535','Gavin-Adcock-2-24-2025'],['bbno$','Revolution Concert House and Event Center','Garden City, ID','Saturday','3/15/2025','8:00 PM','6872034','bbno--3-15-2025'],['Killswitch Engage','Revolution Concert House and Event Center','Garden City, ID','Monday','3/17/2025','6:30 PM','6789666','Killswitch-Engage-3-17-2025'],['The Driver Era','Revolution Concert House and Event Center','Garden City, ID','Friday','3/28/2025','8:00 PM','6736353','The-Driver-Era-3-28-2025'],['Underoath','Revolution Concert House and Event Center','Garden City, ID','Wednesday','4/2/2025','7:00 PM','6978158','Underoath-4-2-2025'],['Russell Dickerson','Revolution Concert House and Event Center','Garden City, ID','Saturday','4/5/2025','8:00 PM','6696096','Russell-Dickerson-4-5-2025'],['Meshuggah, Cannibal Corpse & Carcass','Revolution Concert House and Event Center','Garden City, ID','Sunday','4/6/2025','7:00 PM','6860983','Meshuggah--Cannibal-Corpse---Carcass-4-6-2025'],['Hollywood Undead & Tech N9Ne','Revolution Concert House and Event Center','Garden City, ID','Monday','4/7/2025','6:25 PM','6888049','Hollywood-Undead---Tech-N9Ne-4-7-2025'],['Petty Theft - Tom Petty Tribute Band','Revolution Concert House and Event Center','Garden City, ID','Saturday','4/19/2025','8:00 PM','6977598','Petty-Theft---Tom-Petty-Tribute-Band-4-19-2025'],['Geoff Tate's Operation: Mindcrime','Revolution Concert House and Event Center','Garden City, ID','Friday','4/25/2025','8:00 PM','6739580','Geoff-Tate-s-Operation--Mindcrime-4-25-2025'],['Dylan Scott','Revolution Concert House and Event Center','Garden City, ID','Thursday','5/1/2025','7:30 PM','6750220','Dylan-Scott-5-1-2025'],['Hairball','Revolution Concert House and Event Center','Garden City, ID','Friday','5/2/2025','8:00 PM','6889818','Hairball-5-2-2025'],['St. Louis Symphony Orchestra: Jeff Tyzik - Beatles Revolution','Stifel Theatre','St. Louis, MO','Saturday','5/17/2025','7:30 PM','6918138','St--Louis-Symphony-Orchestra--Jeff-Tyzik---Beatles-Revolution-5-17-2025'],['Hippie Sabotage','Revolution Concert House and Event Center','Garden City, ID','Friday','5/23/2025','8:00 PM','6968940','Hippie-Sabotage-5-23-2025'],['Dance Gavin Dance','Revolution Concert House and Event Center','Garden City, ID','Wednesday','6/25/2025','7:00 PM','6930353','Dance-Gavin-Dance-6-25-2025']],'Revolution Concert House','https://www.ticketnetwork.com/ticket/Revolution-Concert-House-events.aspx');