//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
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,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['Joshua Bell','Kuss Auditorium At Clark State Community College','Springfield, OH','Thursday','7/30/2026','7:30 PM','8043840','Joshua-Bell-7-30-2026'],['Boston Symphony Orchestra: Andris Nelsons & Joshua Bell - Open Rehearsal: Bruch Scottish Fantasy','Tanglewood','Lenox, MA','Saturday','8/1/2026','10:30 AM','7714197','Boston-Symphony-Orchestra--Andris-Nelsons---Joshua-Bell---Open-Rehearsal--Bruch-Scottish-Fantasy-8-1-2026'],['Boston Symphony Orchestra: Andris Nelsons & Joshua Bell - Bruch Scottish Fantasy','Tanglewood','Lenox, MA','Sunday','8/2/2026','2:30 PM','7714192','Boston-Symphony-Orchestra--Andris-Nelsons---Joshua-Bell---Bruch-Scottish-Fantasy-8-2-2026'],['Joshua Bell & The Atlanta Symphony Orchestra','Atlanta Symphony Hall','Atlanta, GA','Wednesday','9/16/2026','8:00 PM','8054278','Joshua-Bell---The-Atlanta-Symphony-Orchestra-9-16-2026'],['Madison Symphony Orchestra: Opening Night with Joshua Bell','Overture Hall At Overture Center for the Arts','Madison, WI','Friday','9/18/2026','6:00 PM','7878069','Madison-Symphony-Orchestra--Opening-Night-with-Joshua-Bell-9-18-2026'],['Joshua Bell','The Historic Theater at The Music Hall','Portsmouth, NH','Sunday','9/20/2026','3:00 PM','7876333','Joshua-Bell-9-20-2026'],['Joshua Bell','Bergen Performing Arts Center','Englewood, NJ','Tuesday','11/3/2026','8:00 PM','7961851','Joshua-Bell-11-3-2026'],['Tucson Symphony Orchestra: Joshua Bell','The Linda Ronstadt Music Hall At Tucson Convention Center','Tucson, AZ','Wednesday','2/17/2027','7:30 PM','8043943','Tucson-Symphony-Orchestra--Joshua-Bell-2-17-2027'],['Austin Symphony Orchestra: Joshua Bell Play Beethoven','Dell Hall at Long Center For The Performing Arts','Austin, TX','Saturday','2/20/2027','8:00 PM','7950474','Austin-Symphony-Orchestra--Joshua-Bell-Play-Beethoven-2-20-2027'],['San Francisco Symphony: Joshua Bell Plays Beethoven','Davies Symphony Hall','San Francisco, CA','Thursday','2/25/2027','7:30 PM','7847237','San-Francisco-Symphony--Joshua-Bell-Plays-Beethoven-2-25-2027'],['San Francisco Symphony: Joshua Bell Plays Beethoven','Davies Symphony Hall','San Francisco, CA','Friday','2/26/2027','7:30 PM','7847238','San-Francisco-Symphony--Joshua-Bell-Plays-Beethoven-2-26-2027'],['San Francisco Symphony: Joshua Bell Plays Beethoven','Davies Symphony Hall','San Francisco, CA','Saturday','2/27/2027','7:30 PM','7847239','San-Francisco-Symphony--Joshua-Bell-Plays-Beethoven-2-27-2027'],['Utah Symphony: Earl Lee - Joshua Bell Plays Beethoven','Abravanel Hall','Salt Lake City, UT','Wednesday','3/17/2027','7:00 PM','7846773','Utah-Symphony--Earl-Lee---Joshua-Bell-Plays-Beethoven-3-17-2027'],['Joshua Bell','Mccallum Theatre','Palm Desert, CA','Thursday','4/1/2027','7:00 PM','7952800','Joshua-Bell-4-1-2027']],'joshua bell','http://www.ticketnetwork.com/en/search/?text=joshua%20bell');