//
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-02A
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([['Charlie Wilson','The Theater at MGM National Harbor','Oxon Hill, MD','Sunday','5/11/2025','8:00 PM','6956820','Charlie-Wilson-5-11-2025'],['Ledisi','The Theater at MGM National Harbor','Oxon Hill, MD','Friday','5/30/2025','7:00 PM','6986024','Ledisi-5-30-2025'],['Ledisi','The Theater at MGM National Harbor','Oxon Hill, MD','Saturday','5/31/2025','7:00 PM','6986025','Ledisi-5-31-2025'],['BINI','The Theater at MGM National Harbor','Oxon Hill, MD','Tuesday','6/3/2025','8:00 PM','6997821','BINI-6-3-2025'],['Zac Brown Band','The Theater at MGM National Harbor','Oxon Hill, MD','Friday','6/6/2025','8:00 PM','6944460','Zac-Brown-Band-6-6-2025'],['Kansas, .38 Special & The Outlaws','The Theater at MGM National Harbor','Oxon Hill, MD','Saturday','6/7/2025','6:30 PM','6955761','Kansas---38-Special---The-Outlaws-6-7-2025'],['Bibi','The Theater at MGM National Harbor','Oxon Hill, MD','Thursday','6/12/2025','8:00 PM','7037490','Bibi-6-12-2025'],['Theresa Caputo','The Theater at MGM National Harbor','Oxon Hill, MD','Friday','6/13/2025','8:00 PM','6927661','Theresa-Caputo-6-13-2025'],['Shaan','The Theater at MGM National Harbor','Oxon Hill, MD','Sunday','6/29/2025','7:00 PM','7090298','Shaan-6-29-2025'],['DeRay Davis','The Theater at MGM National Harbor','Oxon Hill, MD','Saturday','7/5/2025','8:00 PM','6957955','DeRay-Davis-7-5-2025'],['Nurse John','The Theater at MGM National Harbor','Oxon Hill, MD','Friday','7/11/2025','8:00 PM','6864203','Nurse-John-7-11-2025'],['The Rose','The Theater at MGM National Harbor','Oxon Hill, MD','Wednesday','7/16/2025','8:00 PM','7074001','The-Rose-7-16-2025'],['Rob Thomas & A Great Big World','The Theater at MGM National Harbor','Oxon Hill, MD','Sunday','8/10/2025','7:30 PM','7141344','Rob-Thomas---A-Great-Big-World-8-10-2025'],['Eladio Carrion','The Theater at MGM National Harbor','Oxon Hill, MD','Thursday','8/28/2025','8:00 PM','7114773','Eladio-Carrion-8-28-2025'],['Earthquake','The Theater at MGM National Harbor','Oxon Hill, MD','Friday','8/29/2025','8:00 PM','6971177','Earthquake-8-29-2025'],['Ben Schwartz','The Theater at MGM National Harbor','Oxon Hill, MD','Saturday','9/6/2025','8:00 PM','7104671','Ben-Schwartz-9-6-2025'],['Ms. Pat','The Theater at MGM National Harbor','Oxon Hill, MD','Saturday','9/13/2025','8:00 PM','7120367','Ms--Pat-9-13-2025'],['Wheel Of Fortune Live!','The Theater at MGM National Harbor','Oxon Hill, MD','Thursday','9/25/2025','8:00 PM','7104649','Wheel-Of-Fortune-Live--9-25-2025'],['Maz Jobrani','The Theater at MGM National Harbor','Oxon Hill, MD','Saturday','10/4/2025','8:00 PM','7081432','Maz-Jobrani-10-4-2025'],['Air','The Theater at MGM National Harbor','Oxon Hill, MD','Tuesday','10/7/2025','8:00 PM','7121695','Air-10-7-2025'],['StayC','The Theater at MGM National Harbor','Oxon Hill, MD','Thursday','10/16/2025','8:00 PM','7138689','StayC-10-16-2025'],['Eddie Griffin','The Theater at MGM National Harbor','Oxon Hill, MD','Saturday','10/25/2025','8:00 PM','7091885','Eddie-Griffin-10-25-2025'],['Christmas Together: Amy Grant, Michael W. Smith & CeCe Winans','The Theater at MGM National Harbor','Oxon Hill, MD','Sunday','11/30/2025','7:30 PM','7101263','Christmas-Together--Amy-Grant--Michael-W--Smith---CeCe-Winans-11-30-2025'],['Air Supply','The Theater at MGM National Harbor','Oxon Hill, MD','Friday','12/5/2025','8:00 PM','7069090','Air-Supply-12-5-2025'],['Earth, Wind and Fire','The Theater at MGM National Harbor','Oxon Hill, MD','Friday','12/12/2025','8:00 PM','7138655','Earth--Wind-and-Fire-12-12-2025'],['Earth, Wind and Fire','The Theater at MGM National Harbor','Oxon Hill, MD','Saturday','12/13/2025','8:00 PM','7138662','Earth--Wind-and-Fire-12-13-2025']],'The Theater at MGM National Harbor ','http://www.ticketnetwork.com/en/search/?text=The Theater at MGM National Harbor ');