// 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-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['ECHL North Division Semifinals: Maine Mariners vs. Adirondack Thunder - Home Game 1, Series Game 1','Cross Insurance Arena','Portland, ME','Friday','4/24/2026','6:00 PM','7810526','ECHL-North-Division-Semifinals--Maine-Mariners-vs--Adirondack-Thunder---Home-Game-1--Series-Game-1-4-24-2026'],['Jonell Mosser & Kentucky Thunder','3rd & Lindsley','Nashville, TN','Friday','4/24/2026','8:00 PM','7840192','Jonell-Mosser---Kentucky-Thunder-4-24-2026'],['ECHL North Division Semifinals: Maine Mariners vs. Adirondack Thunder - Home Game 2, Series Game 2','Cross Insurance Arena','Portland, ME','Saturday','4/25/2026','6:00 PM','7810527','ECHL-North-Division-Semifinals--Maine-Mariners-vs--Adirondack-Thunder---Home-Game-2--Series-Game-2-4-25-2026'],['ECHL North Division Semifinals: Maine Mariners vs. Adirondack Thunder - Home Game 3, Series Game 6 (If Necessary)','Cross Insurance Arena','Portland, ME','Tuesday','5/5/2026','7:00 PM','7810528','ECHL-North-Division-Semifinals--Maine-Mariners-vs--Adirondack-Thunder---Home-Game-3--Series-Game-6--If-Necessary--5-5-2026'],['ECHL North Division Semifinals: Maine Mariners vs. Adirondack Thunder - Home Game 4, Series Game 7 (If Necessary)','Cross Insurance Arena','Portland, ME','Wednesday','5/6/2026','7:00 PM','7810529','ECHL-North-Division-Semifinals--Maine-Mariners-vs--Adirondack-Thunder---Home-Game-4--Series-Game-7--If-Necessary--5-6-2026'],['Country Thunder Florida: Gavin Adcock, Zach Top & Kane Brown - 3 Day Pass','Tradewinds Resort','St. Petersburg, FL','Friday','5/8/2026','TBD','7632660','Country-Thunder-Florida--Gavin-Adcock--Zach-Top---Kane-Brown---3-Day-Pass-5-8-2026'],['Country Thunder Florida - Friday','Tradewinds Resort','St. Petersburg, FL','Friday','5/8/2026','12:00 PM','7741504','Country-Thunder-Florida---Friday-5-8-2026'],['Country Thunder Florida - Saturday','Tradewinds Resort','St. Petersburg, FL','Saturday','5/9/2026','12:00 PM','7741505','Country-Thunder-Florida---Saturday-5-9-2026'],['Country Thunder Florida - Sunday','Tradewinds Resort','St. Petersburg, FL','Sunday','5/10/2026','12:00 PM','7741506','Country-Thunder-Florida---Sunday-5-10-2026'],['Tim Hicks','Thunder Bay Community Auditorium','Thunder Bay, Canada','Sunday','5/24/2026','8:00 PM','7628303','Tim-Hicks-5-24-2026']],'"Country Thunder"','https://www.ticketnetwork.com');