//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.CreateTable([['Jinjer','Revolution Concert House and Event Center','Garden City, ID','Friday','7/10/2026','7:00 PM','7810842','Jinjer-7-10-2026'],['The Marcus King Band','Revolution Concert House and Event Center','Garden City, ID','Saturday','7/11/2026','8:00 PM','7791353','The-Marcus-King-Band-7-11-2026'],['Eslabon Armado','Revolution Concert House and Event Center','Garden City, ID','Wednesday','7/29/2026','8:00 PM','8042291','Eslabon-Armado-7-29-2026'],['Interpol','Revolution Concert House and Event Center','Garden City, ID','Monday','8/3/2026','8:00 PM','7922248','Interpol-8-3-2026'],['Rio Da Yung OG','Revolution Concert House and Event Center','Garden City, ID','Wednesday','8/12/2026','8:00 PM','7963261','Rio-Da-Yung-OG-8-12-2026'],['Soul Asylum','Revolution Concert House and Event Center','Garden City, ID','Wednesday','8/19/2026','8:00 PM','8025506','Soul-Asylum-8-19-2026'],['Mickey Avalon','Revolution Concert House and Event Center','Garden City, ID','Friday','8/21/2026','8:00 PM','8014711','Mickey-Avalon-8-21-2026'],['Theory Of A Deadman & Sevendust','Revolution Concert House and Event Center','Garden City, ID','Friday','9/25/2026','7:00 PM','7939182','Theory-Of-A-Deadman---Sevendust-9-25-2026'],['Black Label Society','Revolution Concert House and Event Center','Garden City, ID','Tuesday','9/29/2026','7:30 PM','7896485','Black-Label-Society-9-29-2026'],['President - Band','Revolution Concert House and Event Center','Garden City, ID','Thursday','10/1/2026','7:00 PM','7841239','President---Band-10-1-2026'],['Filter & Finger Eleven','Revolution Concert House and Event Center','Garden City, ID','Friday','10/2/2026','7:30 PM','7616206','Filter---Finger-Eleven-10-2-2026'],['Mastodon','Revolution Concert House and Event Center','Garden City, ID','Wednesday','10/7/2026','7:00 PM','8019047','Mastodon-10-7-2026'],['Cameron Whitcomb','Revolution Concert House and Event Center','Garden City, ID','Friday','10/9/2026','8:00 PM','7948277','Cameron-Whitcomb-10-9-2026'],['Charles Wesley Godwin','Revolution Concert House and Event Center','Garden City, ID','Saturday','10/17/2026','8:00 PM','7980329','Charles-Wesley-Godwin-10-17-2026'],['Taste of Chaos: Hollywood Undead & In This Moment','Revolution Concert House and Event Center','Garden City, ID','Wednesday','10/21/2026','6:00 PM','8006072','Taste-of-Chaos--Hollywood-Undead---In-This-Moment-10-21-2026'],['Pouya','Revolution Concert House and Event Center','Garden City, ID','Saturday','10/31/2026','8:00 PM','8038533','Pouya-10-31-2026'],['Switchfoot & Anberlin','Revolution Concert House and Event Center','Garden City, ID','Friday','11/20/2026','8:00 PM','7954600','Switchfoot---Anberlin-11-20-2026']],'Revolution Concert House','http://www.ticketnetwork.com/ticket/Revolution-Concert-House-events.aspx');