//
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([['GCD Ultimate Cheer Mix Recital & End of the Year Party','Allen County War Memorial Coliseum','Fort Wayne, IN','Saturday','3/21/2026','1:00 PM','7716986','GCD-Ultimate-Cheer-Mix-Recital---End-of-the-Year-Party-3-21-2026'],['Pro Cheer League - Nashville','Nashville Municipal Auditorium','Nashville, TN','Friday','3/27/2026','5:00 PM','7799951','Pro-Cheer-League---Nashville-3-27-2026'],['House of Cheer','Dr. Phillips Center - Walt Disney Theater','Orlando, FL','Monday','6/12/2073','7:30 PM','5665759','House-of-Cheer-6-12-2073'],['House of Cheer','Florida Theatre Jacksonville','Jacksonville, FL','Tuesday','6/13/2073','7:30 PM','5665760','House-of-Cheer-6-13-2073'],['House of Cheer','The Lyric Baltimore','Baltimore, MD','Thursday','6/15/2073','7:30 PM','5665762','House-of-Cheer-6-15-2073'],['House of Cheer','American Music Theatre','Lancaster, PA','Friday','6/16/2073','7:00 PM','5665764','House-of-Cheer-6-16-2073'],['House of Cheer','Durham Performing Arts Center','Durham, NC','Saturday','6/17/2073','7:30 PM','5665765','House-of-Cheer-6-17-2073'],['House of Cheer','Fabulous Fox Theatre - Atlanta','Atlanta, GA','Sunday','6/18/2073','7:00 PM','5656063','House-of-Cheer-6-18-2073'],['House of Cheer','The Met Presented by Highmark','Philadelphia, PA','Thursday','6/22/2073','8:00 PM','5665769','House-of-Cheer-6-22-2073'],['House of Cheer','MGM Music Hall at Fenway Park','Boston, MA','Saturday','6/24/2073','8:00 PM','5665771','House-of-Cheer-6-24-2073'],['House of Cheer','1st Summit Arena at Cambria County War Memorial ','Johnstown, PA','Monday','6/26/2073','7:00 PM','5665773','House-of-Cheer-6-26-2073'],['House of Cheer','Fabulous Fox Theatre - St. Louis','St. Louis, MO','Thursday','6/29/2073','7:30 PM','5665775','House-of-Cheer-6-29-2073'],['House of Cheer','Mahalia Jackson Theater for the Performing Arts','New Orleans, LA','Wednesday','7/5/2073','7:30 PM','5665781','House-of-Cheer-7-5-2073'],['House of Cheer','Boeing Center at Tech Port','San Antonio, TX','Friday','7/7/2073','8:00 PM','5665782','House-of-Cheer-7-7-2073'],['House of Cheer','Smart Financial Centre','Sugar Land, TX','Saturday','7/8/2073','7:30 PM','5665784','House-of-Cheer-7-8-2073'],['House of Cheer','Texas Trust CU Theatre at Grand Prairie','Grand Prairie, TX','Sunday','7/9/2073','7:00 PM','5665785','House-of-Cheer-7-9-2073'],['House of Cheer','Peacock Theater - Los Angeles','Los Angeles, CA','Saturday','7/15/2073','8:00 PM','5665789','House-of-Cheer-7-15-2073'],['House of Cheer','The Theater at Virgin Hotels - Las Vegas','Las Vegas, NV','Sunday','7/16/2073','8:00 PM','5665790','House-of-Cheer-7-16-2073']],'CHEER Live','http://www.ticketnetwork.com/en/search/?text=CHEER%20Live');