//
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-01A
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','Hattiesburg Saenger Theater','Hattiesburg, MS','Saturday','4/25/2026','8:00 PM','7633242','Glenn-Miller-Orchestra-4-25-2026'],['Glenn Miller Orchestra','LRS Theatre at Hoogland Center for the Arts','Springfield, IL','Tuesday','4/28/2026','7:00 PM','7824767','Glenn-Miller-Orchestra-4-28-2026'],['Glenn Miller Orchestra','Meyer Theatre - WI','Green Bay, WI','Wednesday','4/29/2026','7:30 PM','7510052','Glenn-Miller-Orchestra-4-29-2026'],['Glenn Miller Orchestra','The Katharine Hepburn Cultural Arts Center','Old Saybrook, CT','Monday','5/4/2026','7:00 PM','7658105','Glenn-Miller-Orchestra-5-4-2026'],['Glenn Miller Orchestra','The Katharine Hepburn Cultural Arts Center','Old Saybrook, CT','Tuesday','5/5/2026','7:00 PM','7658106','Glenn-Miller-Orchestra-5-5-2026'],['Glenn Miller Orchestra','The Cabot - Cabot Performing Arts Center','Beverly, MA','Wednesday','5/6/2026','7:00 PM','7732793','Glenn-Miller-Orchestra-5-6-2026'],['Glenn Miller Orchestra','West Herr Riviera Theatre','North Tonawanda, NY','Saturday','5/9/2026','4:00 PM','7502753','Glenn-Miller-Orchestra-5-9-2026'],['Glenn Miller Orchestra','Mayo Performing Arts Center','Morristown, NJ','Friday','5/15/2026','7:30 PM','7232901','Glenn-Miller-Orchestra-5-15-2026'],['Glenn Miller Orchestra','Sellersville Theater 1894','Sellersville, PA','Thursday','5/28/2026','7:30 PM','7824758','Glenn-Miller-Orchestra-5-28-2026'],['Glenn Miller Orchestra','Avalon Theatre - MD','Easton, MD','Friday','5/29/2026','7:00 PM','7550881','Glenn-Miller-Orchestra-5-29-2026'],['Glenn Miller Orchestra','Charleston Music Hall','Charleston, SC','Tuesday','6/2/2026','7:00 PM','7727513','Glenn-Miller-Orchestra-6-2-2026'],['Glenn Miller Orchestra','Robinson Center Performance Hall','Little Rock, AR','Friday','6/5/2026','7:00 PM','7557083','Glenn-Miller-Orchestra-6-5-2026'],['Glenn Miller Orchestra','Dixie Carter Performing Arts Center','Huntingdon, TN','Saturday','6/6/2026','3:00 PM','7580135','Glenn-Miller-Orchestra-6-6-2026'],['Glenn Miller Orchestra','Sheldon Concert Hall','St. Louis, MO','Sunday','6/7/2026','4:00 PM','7872389','Glenn-Miller-Orchestra-6-7-2026'],['Glenn Miller Orchestra','Southern Theatre','Columbus, OH','Tuesday','6/9/2026','7:00 PM','7535401','Glenn-Miller-Orchestra-6-9-2026'],['Glenn Miller Orchestra','Muriel Kauffman Theatre - Kauffman Center for the Performing Arts','Kansas City, MO','Thursday','6/11/2026','7:30 PM','7638368','Glenn-Miller-Orchestra-6-11-2026'],['Glenn Miller Orchestra','Lied Center For Performing Arts','Lincoln, NE','Thursday','6/18/2026','7:30 PM','7223985','Glenn-Miller-Orchestra-6-18-2026'],['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','Vilar Performing Arts Center','Avon, CO','Sunday','7/19/2026','7:00 PM','7878387','Glenn-Miller-Orchestra-7-19-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','Weber Center for the Performing Arts','La Crosse, WI','Wednesday','7/29/2026','7:00 PM','7784929','Glenn-Miller-Orchestra-7-29-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','Lexington Village Theatre','Lexington, MI','Sunday','8/9/2026','2:00 PM','7846472','Glenn-Miller-Orchestra-8-9-2026']],'glenn miller orchestra','http://www.ticketnetwork.com/en/search/?text=glenn%20miller%20orchestra');