//
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-03A
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([['Glenn Miller Orchestra','Ramsdell Regional Center for the Arts','Manistee, MI','Friday','6/26/2026','7:30 PM','7787832','Glenn-Miller-Orchestra-6-26-2026'],['Glenn Miller Orchestra','The Fisher Center for the Performing Arts','Nashville, TN','Tuesday','6/30/2026','7:00 PM','7739902','Glenn-Miller-Orchestra-6-30-2026'],['Glenn Miller Orchestra','Illinois Central College Performing Arts Center','Peoria, IL','Saturday','7/25/2026','7:00 PM','7837860','Glenn-Miller-Orchestra-7-25-2026'],['Glenn Miller Orchestra','Paramount Center for the Arts - MN','Saint Cloud, MN','Tuesday','7/28/2026','1:30 PM','7573626','Glenn-Miller-Orchestra-7-28-2026'],['Glenn Miller Orchestra','Wentz Concert Hall','Naperville, IL','Friday','7/31/2026','7:00 PM','7941815','Glenn-Miller-Orchestra-7-31-2026'],['Glenn Miller Orchestra','Wentz Concert Hall','Naperville, IL','Saturday','8/1/2026','7:00 PM','7941816','Glenn-Miller-Orchestra-8-1-2026'],['Glenn Miller Orchestra','George Van Dusen Theatre At North Shore Center For The Performing Arts','Skokie, IL','Sunday','8/2/2026','3:00 PM','7846139','Glenn-Miller-Orchestra-8-2-2026'],['Glenn Miller Orchestra','Cheboygan Opera House','Cheboygan, MI','Wednesday','8/5/2026','7:30 PM','7988314','Glenn-Miller-Orchestra-8-5-2026'],['Glenn Miller Orchestra','Lexington Village Theatre','Lexington, MI','Sunday','8/9/2026','2:00 PM','7846472','Glenn-Miller-Orchestra-8-9-2026'],['Glenn Miller Orchestra','Lexington Village Theatre','Lexington, MI','Sunday','8/9/2026','5:00 PM','7846473','Glenn-Miller-Orchestra-8-9-2026'],['Glenn Miller Orchestra','Elkton Music Hall','Elkton, MD','Thursday','8/13/2026','6:30 PM','7961181','Glenn-Miller-Orchestra-8-13-2026'],['Glenn Miller Orchestra','The Ridgefield Playhouse','Ridgefield, CT','Saturday','8/15/2026','8:00 PM','7811364','Glenn-Miller-Orchestra-8-15-2026'],['Glenn Miller Orchestra','Stadium Theatre Performing Arts Center','Woonsocket, RI','Sunday','8/16/2026','2:00 PM','7732599','Glenn-Miller-Orchestra-8-16-2026'],['Glenn Miller Orchestra','The Spire Center for the Performing Arts','Plymouth, MA','Tuesday','8/18/2026','7:00 PM','7988448','Glenn-Miller-Orchestra-8-18-2026'],['Glenn Miller Orchestra','The Spire Center for the Performing Arts','Plymouth, MA','Wednesday','8/19/2026','7:00 PM','7988449','Glenn-Miller-Orchestra-8-19-2026'],['Glenn Miller Orchestra','Nantucket Dreamland Theatre','Nantucket, MA','Thursday','8/20/2026','3:00 PM','8043884','Glenn-Miller-Orchestra-8-20-2026'],['Glenn Miller Orchestra','SoulJoel's at SunnyBrook','Pottstown, PA','Saturday','8/22/2026','6:00 PM','7869482','Glenn-Miller-Orchestra-8-22-2026'],['Glenn Miller Orchestra','Levoy Theatre','Millville, NJ','Sunday','8/23/2026','3:00 PM','7824755','Glenn-Miller-Orchestra-8-23-2026'],['Glenn Miller Orchestra','Uptown! Knauer Performing Arts Center','West Chester, PA','Thursday','10/22/2026','7:30 PM','8079962','Glenn-Miller-Orchestra-10-22-2026'],['Glenn Miller Orchestra','Keswick Theatre','Glenside, PA','Monday','10/26/2026','7:00 PM','7939079','Glenn-Miller-Orchestra-10-26-2026'],['Glenn Miller Orchestra','Bijou Theatre - TN','Knoxville, TN','Tuesday','11/3/2026','7:00 PM','7941564','Glenn-Miller-Orchestra-11-3-2026'],['Glenn Miller Orchestra','Tupelo Music Hall','Derry, NH','Sunday','11/15/2026','12:00 PM','7905227','Glenn-Miller-Orchestra-11-15-2026'],['Glenn Miller Orchestra','Tupelo Music Hall','Derry, NH','Sunday','11/15/2026','4:30 PM','7905226','Glenn-Miller-Orchestra-11-15-2026'],['Glenn Miller Orchestra','State Theatre - New Jersey','New Brunswick, NJ','Monday','11/23/2026','7:00 PM','8079845','Glenn-Miller-Orchestra-11-23-2026'],['Glenn Miller Orchestra','Arcada Theatre','Saint Charles, IL','Sunday','11/29/2026','3:00 PM','7950759','Glenn-Miller-Orchestra-11-29-2026']],'glenn miller orchestra','http://www.ticketnetwork.com/en/search/?text=glenn%20miller%20orchestra');