//
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-03A
TN_Widget.CreateTable([['The Story So Far','Myth Live','Saint Paul, MN','Tuesday','9/9/2025','7:00 PM','7099732','The-Story-So-Far-9-9-2025'],['The Story So Far','The Salt Shed Outdoors - Chicago','Chicago, IL','Thursday','9/11/2025','7:00 PM','7099808','The-Story-So-Far-9-11-2025'],['The Story So Far','Masonic Temple Theatre','Detroit, MI','Friday','9/12/2025','6:00 PM','7099809','The-Story-So-Far-9-12-2025'],['The Story So Far','Jacobs Pavilion','Cleveland, OH','Saturday','9/13/2025','7:00 PM','7099810','The-Story-So-Far-9-13-2025'],['The Story So Far','The Factory - Chesterfield','St. Louis, MO','Tuesday','9/16/2025','7:00 PM','7099811','The-Story-So-Far-9-16-2025'],['The Story So Far','Iron City - Birmingham','Birmingham, AL','Friday','9/19/2025','7:00 PM','7099812','The-Story-So-Far-9-19-2025'],['The Story So Far','The Caverns - TN','Pelham, TN','Saturday','9/20/2025','7:00 PM','7099813','The-Story-So-Far-9-20-2025'],['The Story So Far','The Bomb Factory','Dallas, TX','Monday','9/22/2025','7:00 PM','7099814','The-Story-So-Far-9-22-2025'],['The Story So Far','The Criterion - Oklahoma City','Oklahoma City, OK','Tuesday','9/23/2025','7:00 PM','7099815','The-Story-So-Far-9-23-2025'],['The Story So Far','Heaven Stage at Masquerade - GA','Atlanta, GA','Thursday','9/25/2025','6:00 PM','7099816','The-Story-So-Far-9-25-2025'],['The Story So Far','Heaven Stage at Masquerade - GA','Atlanta, GA','Friday','9/26/2025','6:00 PM','7099817','The-Story-So-Far-9-26-2025'],['The Story So Far','Orlando Amphitheater at Central Florida Fairgrounds','Orlando, FL','Saturday','9/27/2025','7:00 PM','7099818','The-Story-So-Far-9-27-2025'],['The Story So Far','Special Events Center At Greensboro Complex','Greensboro, NC','Monday','9/29/2025','7:00 PM','7099819','The-Story-So-Far-9-29-2025'],['The Story So Far','The Anthem - D.C.','Washington, DC','Wednesday','10/1/2025','7:00 PM','7099820','The-Story-So-Far-10-1-2025'],['The Story So Far','Brooklyn Mirage','Brooklyn, NY','Thursday','10/2/2025','7:00 PM','7099831','The-Story-So-Far-10-2-2025'],['The Story So Far','Worcester Palladium - Outdoors','Worcester, MA','Friday','10/3/2025','7:00 PM','7099843','The-Story-So-Far-10-3-2025'],['The Story So Far','Franklin Music Hall','Philadelphia, PA','Saturday','10/4/2025','6:30 PM','7099844','The-Story-So-Far-10-4-2025'],['The Story So Far','The Mission Ballroom','Denver, CO','Tuesday','10/7/2025','7:00 PM','7099845','The-Story-So-Far-10-7-2025'],['The Story So Far','Mesa Amphitheatre','Mesa, AZ','Friday','10/10/2025','7:00 PM','7099846','The-Story-So-Far-10-10-2025'],['The Story So Far','The Observatory Grounds - Santa Ana','Santa Ana, CA','Saturday','10/11/2025','5:30 PM','7099847','The-Story-So-Far-10-11-2025']],'The Story So Far','http://www.ticketnetwork.com/ticket/The-Story-So-Far-events.aspx');