// 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 t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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 newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Dark Desert Eagles - Eagles Tribute','Blue Ocean Music Hall','Salisbury, MA','Friday','12/26/2025','8:00 PM','7294550','Dark-Desert-Eagles---Eagles-Tribute-12-26-2025'],['Dark Desert Eagles - Eagles Tribute','Blue Ocean Music Hall','Salisbury, MA','Saturday','12/27/2025','8:00 PM','7297599','Dark-Desert-Eagles---Eagles-Tribute-12-27-2025'],['Another Tequila Sunrise - Eagles Tribute','The Spire Center for the Performing Arts','Plymouth, MA','Saturday','12/27/2025','8:00 PM','7450632','Another-Tequila-Sunrise---Eagles-Tribute-12-27-2025'],['Buffalo Red Zone Tailgate: Buffalo Bills vs. Philadelphia Eagles','Gameday Hospitality - Orchard Park','Orchard Park, NY','Sunday','12/28/2025','1:00 PM','7298977','Buffalo-Red-Zone-Tailgate--Buffalo-Bills-vs--Philadelphia-Eagles-12-28-2025'],['Texas Tech Red Raiders vs. Winthrop Eagles','United Supermarkets Arena','Lubbock, TX','Sunday','12/28/2025','1:00 PM','7360983','Texas-Tech-Red-Raiders-vs--Winthrop-Eagles-12-28-2025'],['Another Tequila Sunrise - Eagles Tribute','The Spire Center for the Performing Arts','Plymouth, MA','Sunday','12/28/2025','2:00 PM','7450633','Another-Tequila-Sunrise---Eagles-Tribute-12-28-2025'],['Morehead State Eagles vs. Alice Lloyd Eagles','Ellis T. Johnson Arena','Morehead, KY','Sunday','12/28/2025','2:00 PM','7524836','Morehead-State-Eagles-vs--Alice-Lloyd-Eagles-12-28-2025'],['George Washington Colonials Women's Basketball vs. Coppin State Eagles','Charles E. Smith Center','Washington, DC','Sunday','12/28/2025','2:00 PM','7268978','George-Washington-Colonials-Women-s-Basketball-vs--Coppin-State-Eagles-12-28-2025'],['Boston College Eagles vs. Le Moyne Dolphins','Conte Forum','Chestnut Hill, MA','Sunday','12/28/2025','2:00 PM','7299168','Boston-College-Eagles-vs--Le-Moyne-Dolphins-12-28-2025'],['Florida Gulf Coast Eagles vs. University of Fort Lauderdale Eagles','Alico Arena','Fort Myers, FL','Sunday','12/28/2025','2:00 PM','7401647','Florida-Gulf-Coast-Eagles-vs--University-of-Fort-Lauderdale-Eagles-12-28-2025']],'The Eagles','https://www.ticketnetwork.com');