// 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-02A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Pensacola Ice Flyers vs. Evansville Thunderbolts','Pensacola Bay Center','Pensacola, FL','Saturday','2/22/2025','7:05 PM','6573174','Pensacola-Ice-Flyers-vs--Evansville-Thunderbolts-2-22-2025'],['Pensacola Ice Flyers vs. Evansville Thunderbolts','Pensacola Bay Center','Pensacola, FL','Sunday','2/23/2025','4:05 PM','6573193','Pensacola-Ice-Flyers-vs--Evansville-Thunderbolts-2-23-2025'],['Roanoke Rail Yard Dawgs vs. Pensacola Ice Flyers','Berglund Center Coliseum','Roanoke, VA','Friday','2/28/2025','7:05 PM','6573540','Roanoke-Rail-Yard-Dawgs-vs--Pensacola-Ice-Flyers-2-28-2025'],['Roanoke Rail Yard Dawgs vs. Pensacola Ice Flyers','Berglund Center Coliseum','Roanoke, VA','Saturday','3/1/2025','7:05 PM','6573541','Roanoke-Rail-Yard-Dawgs-vs--Pensacola-Ice-Flyers-3-1-2025'],['Birmingham Bulls vs. Pensacola Ice Flyers','Ice Arena At Pelham Civic Complex','Pelham, AL','Thursday','3/13/2025','7:00 PM','6573236','Birmingham-Bulls-vs--Pensacola-Ice-Flyers-3-13-2025'],['Pensacola Ice Flyers vs. Quad City Storm','Pensacola Bay Center','Pensacola, FL','Friday','3/14/2025','7:05 PM','6573180','Pensacola-Ice-Flyers-vs--Quad-City-Storm-3-14-2025'],['Pensacola Ice Flyers vs. Quad City Storm','Pensacola Bay Center','Pensacola, FL','Saturday','3/15/2025','7:05 PM','6573181','Pensacola-Ice-Flyers-vs--Quad-City-Storm-3-15-2025'],['Pensacola Ice Flyers vs. Birmingham Bulls','Pensacola Bay Center','Pensacola, FL','Friday','3/21/2025','7:05 PM','6573182','Pensacola-Ice-Flyers-vs--Birmingham-Bulls-3-21-2025'],['Pensacola Ice Flyers vs. Birmingham Bulls','Pensacola Bay Center','Pensacola, FL','Saturday','3/22/2025','7:05 PM','6573183','Pensacola-Ice-Flyers-vs--Birmingham-Bulls-3-22-2025'],['Pensacola Ice Flyers vs. Peoria Rivermen','Pensacola Bay Center','Pensacola, FL','Sunday','3/23/2025','4:05 PM','6573184','Pensacola-Ice-Flyers-vs--Peoria-Rivermen-3-23-2025'],['Peoria Rivermen vs. Pensacola Ice Flyers','Peoria Civic Center Arena','Peoria, IL','Friday','3/28/2025','7:15 PM','6573456','Peoria-Rivermen-vs--Pensacola-Ice-Flyers-3-28-2025'],['Peoria Rivermen vs. Pensacola Ice Flyers','Peoria Civic Center Arena','Peoria, IL','Saturday','3/29/2025','7:15 PM','6573457','Peoria-Rivermen-vs--Pensacola-Ice-Flyers-3-29-2025'],['Fayetteville Marksmen vs. Pensacola Ice Flyers','Crown Coliseum - The Crown Center','Fayetteville, NC','Friday','4/4/2025','7:00 PM','6573616','Fayetteville-Marksmen-vs--Pensacola-Ice-Flyers-4-4-2025'],['Fayetteville Marksmen vs. Pensacola Ice Flyers','Crown Coliseum - The Crown Center','Fayetteville, NC','Saturday','4/5/2025','6:00 PM','6573617','Fayetteville-Marksmen-vs--Pensacola-Ice-Flyers-4-5-2025']],'','https://www.ticketnetwork.com');