//
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([['The Story So Far','House Of Blues - Chicago','Chicago, IL','Saturday','8/1/2026','10:00 PM','8013397','The-Story-So-Far-8-1-2026'],['Aftershock Festival: My Chemical Romance, Limp Bizkit, Pierce The Veil & Tool - 4 Day Pass','Discovery Park','Sacramento, CA','Thursday','10/1/2026','TBD','7586692','Aftershock-Festival--My-Chemical-Romance--Limp-Bizkit--Pierce-The-Veil---Tool---4-Day-Pass-10-1-2026'],['Aftershock Festival: Pierce The Veil, Babymetal, A Day To Remember & Black Label Society - Saturday','Discovery Park','Sacramento, CA','Saturday','10/3/2026','11:00 AM','7767892','Aftershock-Festival--Pierce-The-Veil--Babymetal--A-Day-To-Remember---Black-Label-Society---Saturday-10-3-2026'],['The Story So Far','The Dome by Rutter Mills','Virginia Beach, VA','Saturday','10/17/2026','7:30 PM','7893631','The-Story-So-Far-10-17-2026'],['The Story So Far','The Fillmore - Charlotte','Charlotte, NC','Sunday','10/18/2026','7:00 PM','7893640','The-Story-So-Far-10-18-2026'],['The Story So Far','Starland Ballroom','Sayreville, NJ','Tuesday','10/20/2026','7:30 PM','7893710','The-Story-So-Far-10-20-2026'],['The Story So Far','Citizens Live at The Wylie','Pittsburgh, PA','Wednesday','10/21/2026','6:00 PM','7893647','The-Story-So-Far-10-21-2026'],['The Story So Far','The Dome at Toyota Oakdale Theatre','Wallingford, CT','Friday','10/23/2026','6:30 PM','7893653','The-Story-So-Far-10-23-2026'],['The Story So Far','The Strand Theatre - RI','Providence, RI','Saturday','10/24/2026','7:30 PM','7893711','The-Story-So-Far-10-24-2026'],['The Story So Far','Terminal 5','New York, NY','Sunday','10/25/2026','7:00 PM','7893712','The-Story-So-Far-10-25-2026'],['The Story So Far','GLC Live at 20 Monroe','Grand Rapids, MI','Tuesday','10/27/2026','6:30 PM','7893660','The-Story-So-Far-10-27-2026'],['The Story So Far','The Andrew J Brady ICON Music Center','Cincinnati, OH','Friday','10/30/2026','7:00 PM','7893670','The-Story-So-Far-10-30-2026'],['The Story So Far','Val Air Ballroom','West Des Moines, IA','Saturday','10/31/2026','7:30 PM','7893713','The-Story-So-Far-10-31-2026'],['The Story So Far','The Midland Theatre - MO','Kansas City, MO','Sunday','11/1/2026','7:30 PM','7893714','The-Story-So-Far-11-1-2026'],['The Story So Far','The Aztec Theatre ','San Antonio, TX','Tuesday','11/3/2026','7:00 PM','7893682','The-Story-So-Far-11-3-2026'],['The Story So Far','Rialto Theatre - Tucson','Tucson, AZ','Thursday','11/5/2026','7:00 PM','7893686','The-Story-So-Far-11-5-2026']],'The Story So Far','http://www.ticketnetwork.com/ticket/The-Story-So-Far-events.aspx');