//
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-02A
TN_Widget.CreateTable([['Ben Folds','Strand Theatre at Appell Center for the Performing Arts','York, PA','Friday','3/14/2025','7:30 PM','6479465','Ben-Folds-3-14-2025'],['Ben Folds & A Piano','Niswonger Performing Arts Center - Ohio','Van Wert, OH','Saturday','3/15/2025','7:30 PM','6941179','Ben-Folds---A-Piano-3-15-2025'],['Ben Folds','Victory Theatre - IN','Evansville, IN','Sunday','3/16/2025','7:00 PM','6893986','Ben-Folds-3-16-2025'],['Ben Folds & The Kansas City Symphony','Helzberg Hall - Kauffman Center for the Performing Arts','Kansas City, MO','Tuesday','3/18/2025','7:00 PM','6573420','Ben-Folds---The-Kansas-City-Symphony-3-18-2025'],['Ben Folds & The Kansas City Symphony','Helzberg Hall - Kauffman Center for the Performing Arts','Kansas City, MO','Wednesday','3/19/2025','7:00 PM','6573421','Ben-Folds---The-Kansas-City-Symphony-3-19-2025'],['Ben Folds','ETSU Martin Center','Johnson City, TN','Friday','4/11/2025','7:30 PM','6416565','Ben-Folds-4-11-2025'],['Ben Folds','Peoples Bank Theatre','Marietta, OH','Saturday','4/12/2025','8:00 PM','6551820','Ben-Folds-4-12-2025'],['Ben Folds','Robins Theatre','Warren, OH','Sunday','4/13/2025','7:00 PM','6891508','Ben-Folds-4-13-2025'],['Ben Folds & The Cincinnati Pops Orchestra','Springer Auditorium At Cincinnati Music Hall','Cincinnati, OH','Tuesday','4/15/2025','7:30 PM','6589212','Ben-Folds---The-Cincinnati-Pops-Orchestra-4-15-2025'],['Ben Folds','Segerstrom Center For The Arts - Renee and Henry Segerstrom Concert Hall','Costa Mesa, CA','Friday','4/25/2025','8:00 PM','6572205','Ben-Folds-4-25-2025'],['Ben Folds','Segerstrom Center For The Arts - Renee and Henry Segerstrom Concert Hall','Costa Mesa, CA','Saturday','4/26/2025','8:00 PM','6572206','Ben-Folds-4-26-2025'],['Milwaukee Symphony Orchestra: Ben Folds','Bradley Symphony Center','Milwaukee, WI','Saturday','5/3/2025','7:30 PM','6485828','Milwaukee-Symphony-Orchestra--Ben-Folds-5-3-2025'],['Ben Folds','The Grand Theatre - Wausau','Wausau, WI','Sunday','5/4/2025','7:30 PM','6814442','Ben-Folds-5-4-2025'],['Ben Folds & Omaha Symphony ','Kiewit Hall At Holland Performing Arts Center','Omaha, NE','Friday','5/9/2025','7:30 PM','6285085','Ben-Folds---Omaha-Symphony--5-9-2025'],['Ben Folds & Omaha Symphony ','Kiewit Hall At Holland Performing Arts Center','Omaha, NE','Saturday','5/10/2025','7:30 PM','6285084','Ben-Folds---Omaha-Symphony--5-10-2025'],['Ben Folds','Merriweather Post Pavilion','Columbia, MD','Sunday','5/18/2025','7:30 PM','6873477','Ben-Folds-5-18-2025'],['Ben Folds With The Detroit Symphony Orchestra','Detroit Symphony Orchestra Hall','Detroit, MI','Friday','5/23/2025','8:00 PM','6661241','Ben-Folds-With-The-Detroit-Symphony-Orchestra-5-23-2025'],['Ben Folds With The Detroit Symphony Orchestra','Detroit Symphony Orchestra Hall','Detroit, MI','Saturday','5/24/2025','8:00 PM','6661242','Ben-Folds-With-The-Detroit-Symphony-Orchestra-5-24-2025'],['Ben Folds & Chicago Symphony Orchestra','Chicago Symphony Center','Chicago, IL','Monday','6/16/2025','7:30 PM','6832242','Ben-Folds---Chicago-Symphony-Orchestra-6-16-2025'],['Ben Folds & The Atlanta Symphony Orchestra','Atlanta Symphony Hall','Atlanta, GA','Friday','9/26/2025','8:00 PM','6956818','Ben-Folds---The-Atlanta-Symphony-Orchestra-9-26-2025'],['Ben Folds & The Atlanta Symphony Orchestra','Atlanta Symphony Hall','Atlanta, GA','Saturday','9/27/2025','8:00 PM','6956819','Ben-Folds---The-Atlanta-Symphony-Orchestra-9-27-2025']],'Ben Folds','http://www.ticketnetwork.com/ticket/Ben-Folds-events.aspx');