// 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([['Springfield Thunderbirds vs. Iowa Wild','Massmutual Center','Springfield, MA','Friday','3/6/2026','7:05 PM','7265259','Springfield-Thunderbirds-vs--Iowa-Wild-3-6-2026'],['Springfield Thunderbirds vs. Iowa Wild','Massmutual Center','Springfield, MA','Saturday','3/7/2026','6:05 PM','7265260','Springfield-Thunderbirds-vs--Iowa-Wild-3-7-2026'],['Chicago Wolves vs. Iowa Wild','Allstate Arena','Rosemont, IL','Wednesday','3/11/2026','7:00 PM','7264929','Chicago-Wolves-vs--Iowa-Wild-3-11-2026'],['Rockford Icehogs vs. Iowa Wild','BMO Center - Rockford','Rockford, IL','Saturday','3/14/2026','7:00 PM','7264762','Rockford-Icehogs-vs--Iowa-Wild-3-14-2026'],['Iowa Wild vs. Ontario Reign','Casey's Center','Des Moines, IA','Friday','3/20/2026','7:00 PM','7265053','Iowa-Wild-vs--Ontario-Reign-3-20-2026'],['Iowa Wild vs. Ontario Reign','Casey's Center','Des Moines, IA','Saturday','3/21/2026','5:00 PM','7265056','Iowa-Wild-vs--Ontario-Reign-3-21-2026'],['Chicago Wolves vs. Iowa Wild','Allstate Arena','Rosemont, IL','Sunday','3/22/2026','5:00 PM','7264937','Chicago-Wolves-vs--Iowa-Wild-3-22-2026'],['Iowa Wild vs. Chicago Wolves','Casey's Center','Des Moines, IA','Wednesday','3/25/2026','7:00 PM','7265060','Iowa-Wild-vs--Chicago-Wolves-3-25-2026'],['Rockford Icehogs vs. Iowa Wild','BMO Center - Rockford','Rockford, IL','Saturday','3/28/2026','7:00 PM','7264776','Rockford-Icehogs-vs--Iowa-Wild-3-28-2026'],['Iowa Wild vs. Rockford IceHogs','Casey's Center','Des Moines, IA','Sunday','3/29/2026','6:00 PM','7265073','Iowa-Wild-vs--Rockford-IceHogs-3-29-2026'],['Iowa Wild vs. Chicago Wolves','Casey's Center','Des Moines, IA','Wednesday','4/1/2026','7:00 PM','7265089','Iowa-Wild-vs--Chicago-Wolves-4-1-2026'],['Iowa Wild vs. Rockford IceHogs','Casey's Center','Des Moines, IA','Friday','4/3/2026','7:00 PM','7265092','Iowa-Wild-vs--Rockford-IceHogs-4-3-2026'],['Rockford Icehogs vs. Iowa Wild','BMO Center - Rockford','Rockford, IL','Saturday','4/4/2026','7:00 PM','7264796','Rockford-Icehogs-vs--Iowa-Wild-4-4-2026'],['Texas Stars vs. Iowa Wild','HEB Center at Cedar Park','Cedar Park, TX','Tuesday','4/7/2026','7:00 PM','7265402','Texas-Stars-vs--Iowa-Wild-4-7-2026'],['Texas Stars vs. Iowa Wild','HEB Center at Cedar Park','Cedar Park, TX','Wednesday','4/8/2026','7:00 PM','7265403','Texas-Stars-vs--Iowa-Wild-4-8-2026'],['Rockford Icehogs vs. Iowa Wild','BMO Center - Rockford','Rockford, IL','Friday','4/10/2026','7:00 PM','7264798','Rockford-Icehogs-vs--Iowa-Wild-4-10-2026'],['Milwaukee Admirals vs. Iowa Wild','UWM Panther Arena','Milwaukee, WI','Sunday','4/12/2026','3:00 PM','7265410','Milwaukee-Admirals-vs--Iowa-Wild-4-12-2026'],['Iowa Wild vs. Grand Rapids Griffins','Casey's Center','Des Moines, IA','Wednesday','4/15/2026','7:00 PM','7265096','Iowa-Wild-vs--Grand-Rapids-Griffins-4-15-2026'],['Iowa Wild vs. Manitoba Moose','Casey's Center','Des Moines, IA','Friday','4/17/2026','7:00 PM','7265100','Iowa-Wild-vs--Manitoba-Moose-4-17-2026'],['Iowa Wild vs. Manitoba Moose','Casey's Center','Des Moines, IA','Saturday','4/18/2026','6:00 PM','7265101','Iowa-Wild-vs--Manitoba-Moose-4-18-2026']],'','https://www.ticketnetwork.com');