//
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([['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Tuesday','7/15/2025','7:00 PM','7140682','Mary-Poppins-7-15-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Wednesday','7/16/2025','7:00 PM','7140655','Mary-Poppins-7-16-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Thursday','7/17/2025','7:00 PM','7140683','Mary-Poppins-7-17-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Friday','7/18/2025','7:00 PM','7140684','Mary-Poppins-7-18-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Saturday','7/19/2025','2:00 PM','7140685','Mary-Poppins-7-19-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Saturday','7/19/2025','7:00 PM','7140686','Mary-Poppins-7-19-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Sunday','7/20/2025','2:00 PM','7140687','Mary-Poppins-7-20-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Tuesday','7/22/2025','7:00 PM','7140688','Mary-Poppins-7-22-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Wednesday','7/23/2025','7:00 PM','7140689','Mary-Poppins-7-23-2025'],['Mary Poppins Jr.','Square Foot Theatre & Tavern','Wallingford, CT','Wednesday','7/23/2025','7:30 PM','7254041','Mary-Poppins-Jr--7-23-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Thursday','7/24/2025','7:00 PM','7140690','Mary-Poppins-7-24-2025'],['Mary Poppins Jr.','Square Foot Theatre & Tavern','Wallingford, CT','Thursday','7/24/2025','7:30 PM','7254042','Mary-Poppins-Jr--7-24-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Friday','7/25/2025','7:00 PM','7140691','Mary-Poppins-7-25-2025'],['Mary Poppins Jr.','Square Foot Theatre & Tavern','Wallingford, CT','Friday','7/25/2025','7:30 PM','7254043','Mary-Poppins-Jr--7-25-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Saturday','7/26/2025','2:00 PM','7140692','Mary-Poppins-7-26-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Saturday','7/26/2025','7:00 PM','7140693','Mary-Poppins-7-26-2025'],['Mary Poppins Jr.','Square Foot Theatre & Tavern','Wallingford, CT','Saturday','7/26/2025','7:30 PM','7254044','Mary-Poppins-Jr--7-26-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Sunday','7/27/2025','2:00 PM','7140694','Mary-Poppins-7-27-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Tuesday','7/29/2025','7:00 PM','7140695','Mary-Poppins-7-29-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Wednesday','7/30/2025','7:00 PM','7140696','Mary-Poppins-7-30-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Thursday','7/31/2025','7:00 PM','7140697','Mary-Poppins-7-31-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Friday','8/1/2025','7:00 PM','7140698','Mary-Poppins-8-1-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Saturday','8/2/2025','2:00 PM','7140699','Mary-Poppins-8-2-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Saturday','8/2/2025','7:00 PM','7140700','Mary-Poppins-8-2-2025'],['Mary Poppins','The Legacy Theatre - GA','Tyrone, GA','Sunday','8/3/2025','2:00 PM','7140701','Mary-Poppins-8-3-2025']],'mary poppins','http://www.ticketnetwork.com/en/search/?text=mary%20poppins');