//
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','Grand 1894 Opera House','Galveston, TX','Tuesday','2/11/2025','7:00 PM','6774607','Glenn-Miller-Orchestra-2-11-2025'],['Glenn Miller Orchestra','Murphey Performance Hall - San Angelo Performing Arts Center','San Angelo, TX','Saturday','2/15/2025','7:00 PM','6854152','Glenn-Miller-Orchestra-2-15-2025'],['Glenn Miller Orchestra','Gillioz Theatre','Springfield, MO','Tuesday','2/18/2025','7:00 PM','6748495','Glenn-Miller-Orchestra-2-18-2025'],['Glenn Miller Orchestra','Rose State Performing Arts Center At Civic Center Music Hall','Oklahoma City, OK','Wednesday','2/19/2025','7:00 PM','6748626','Glenn-Miller-Orchestra-2-19-2025'],['Glenn Miller Orchestra','The Avalon Theatre - CO','Grand Junction, CO','Thursday','2/27/2025','7:00 PM','6926259','Glenn-Miller-Orchestra-2-27-2025'],['Glenn Miller Orchestra','Yoshi's - Oakland','Oakland, CA','Sunday','3/9/2025','8:00 PM','6854532','Glenn-Miller-Orchestra-3-9-2025'],['Glenn Miller Orchestra','Turlock Community Theatre','Turlock, CA','Monday','3/10/2025','7:30 PM','6827456','Glenn-Miller-Orchestra-3-10-2025'],['Glenn Miller Orchestra','State Theatre for the Arts','Red Bluff, CA','Thursday','3/13/2025','7:00 PM','6966770','Glenn-Miller-Orchestra-3-13-2025'],['Glenn Miller Orchestra','The Craterian Theater at The Collier Center','Medford, OR','Saturday','3/22/2025','7:00 PM','6680613','Glenn-Miller-Orchestra-3-22-2025'],['Glenn Miller Orchestra','Elsinore Theatre','Salem, OR','Sunday','3/23/2025','2:30 PM','6919467','Glenn-Miller-Orchestra-3-23-2025'],['Glenn Miller Orchestra','Tower Theatre - OR','Bend, OR','Monday','3/24/2025','7:00 PM','6832719','Glenn-Miller-Orchestra-3-24-2025'],['Glenn Miller Orchestra','Rialto Theatre - Tacoma','Tacoma, WA','Tuesday','3/25/2025','7:00 PM','6836432','Glenn-Miller-Orchestra-3-25-2025'],['Glenn Miller Orchestra','Mary W. Sommervold Hall at Washington Pavilion','Sioux Falls, SD','Tuesday','4/8/2025','7:00 PM','6854308','Glenn-Miller-Orchestra-4-8-2025'],['Glenn Miller Orchestra','Sellersville Theater 1894','Sellersville, PA','Saturday','4/26/2025','2:00 PM','6954301','Glenn-Miller-Orchestra-4-26-2025'],['Glenn Miller Orchestra','The Weinberg Center For The Arts','Frederick, MD','Sunday','4/27/2025','2:00 PM','6643621','Glenn-Miller-Orchestra-4-27-2025'],['Glenn Miller Orchestra','Jarson Kaplan Theater at Aronoff Center','Cincinnati, OH','Wednesday','4/30/2025','7:00 PM','6885850','Glenn-Miller-Orchestra-4-30-2025'],['Glenn Miller Orchestra','Felix E. Martin Jr Hall','Greenville, KY','Thursday','5/1/2025','7:00 PM','6919583','Glenn-Miller-Orchestra-5-1-2025'],['Glenn Miller Orchestra','Charleston Music Hall','Charleston, SC','Sunday','5/4/2025','3:00 PM','6893418','Glenn-Miller-Orchestra-5-4-2025'],['Glenn Miller Orchestra','Chandler Music Hall','Randolph, VT','Thursday','5/8/2025','7:00 PM','6830647','Glenn-Miller-Orchestra-5-8-2025'],['Glenn Miller Orchestra','Paramount Theatre - Anderson','Anderson, IN','Saturday','5/24/2025','7:00 PM','6749505','Glenn-Miller-Orchestra-5-24-2025'],['Glenn Miller Orchestra','Five Flags Center - Theatre','Dubuque, IA','Wednesday','6/11/2025','7:00 PM','6953506','Glenn-Miller-Orchestra-6-11-2025'],['Glenn Miller Orchestra','Lexington Village Theatre','Lexington, MI','Sunday','7/27/2025','2:00 PM','6944839','Glenn-Miller-Orchestra-7-27-2025'],['Glenn Miller Orchestra','Lexington Village Theatre','Lexington, MI','Sunday','7/27/2025','5:00 PM','6954574','Glenn-Miller-Orchestra-7-27-2025'],['Glenn Miller Orchestra','Diana Wortham Theatre At Wortham Center','Asheville, NC','Wednesday','8/6/2025','7:00 PM','6520768','Glenn-Miller-Orchestra-8-6-2025'],['Glenn Miller Orchestra','Peoples Bank Theatre','Marietta, OH','Sunday','8/10/2025','3:00 PM','6825665','Glenn-Miller-Orchestra-8-10-2025'],['Glenn Miller Orchestra','Ohio Star Theater','Sugarcreek, OH','Monday','8/11/2025','1:00 PM','6805552','Glenn-Miller-Orchestra-8-11-2025'],['Glenn Miller Orchestra','Ohio Star Theater','Sugarcreek, OH','Monday','8/11/2025','7:00 PM','6805553','Glenn-Miller-Orchestra-8-11-2025'],['Glenn Miller Orchestra','The Long Center For The Performing Arts - IN','Lafayette, IN','Tuesday','11/11/2025','7:00 PM','6955759','Glenn-Miller-Orchestra-11-11-2025']],'Glenn Miller Orchestra','http://www.ticketnetwork.com/en/search/?text=Glenn Miller Orchestra');