//
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 = "";
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-01A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['Omaha Lancers vs. Sioux Falls Stampede','Liberty First Credit Union Arena','Omaha, NE','Saturday','10/11/2025','6:05 PM','7312069','Omaha-Lancers-vs--Sioux-Falls-Stampede-10-11-2025'],['Omaha Lancers vs. Sioux Falls Stampede','Liberty First Credit Union Arena','Omaha, NE','Wednesday','10/15/2025','7:05 PM','7312071','Omaha-Lancers-vs--Sioux-Falls-Stampede-10-15-2025'],['Fargo Force vs. Sioux Falls Stampede','Scheels Arena','Fargo, ND','Friday','10/31/2025','7:05 PM','7237323','Fargo-Force-vs--Sioux-Falls-Stampede-10-31-2025'],['Fargo Force vs. Sioux Falls Stampede','Scheels Arena','Fargo, ND','Saturday','11/1/2025','6:05 PM','7237324','Fargo-Force-vs--Sioux-Falls-Stampede-11-1-2025'],['Lincoln Stars vs. Sioux Falls Stampede','The Ice Box - NE','Lincoln, NE','Saturday','11/15/2025','6:05 PM','7340400','Lincoln-Stars-vs--Sioux-Falls-Stampede-11-15-2025'],['Chicago Steel vs. Sioux Falls Stampede','Fox Valley Ice Arena','Geneva, IL','Friday','11/21/2025','7:05 PM','7340204','Chicago-Steel-vs--Sioux-Falls-Stampede-11-21-2025'],['Chicago Steel vs. Sioux Falls Stampede','Fox Valley Ice Arena','Geneva, IL','Saturday','11/22/2025','7:05 PM','7340205','Chicago-Steel-vs--Sioux-Falls-Stampede-11-22-2025'],['Madison Capitols vs. Sioux Falls Stampede','Bob Suter's Legacy20 Arena','Middleton, WI','Friday','12/5/2025','7:05 PM','7340445','Madison-Capitols-vs--Sioux-Falls-Stampede-12-5-2025'],['Madison Capitols vs. Sioux Falls Stampede','Bob Suter's Legacy20 Arena','Middleton, WI','Saturday','12/6/2025','7:05 PM','7340446','Madison-Capitols-vs--Sioux-Falls-Stampede-12-6-2025'],['Fargo Force vs. Sioux Falls Stampede','Scheels Arena','Fargo, ND','Friday','12/12/2025','7:05 PM','7237330','Fargo-Force-vs--Sioux-Falls-Stampede-12-12-2025'],['Des Moines Buccaneers vs. Sioux Falls Stampede','The MidAmerican Energy Company RecPlex','West Des Moines, IA','Friday','1/2/2026','7:05 PM','7338996','Des-Moines-Buccaneers-vs--Sioux-Falls-Stampede-1-2-2026'],['Dubuque Fighting Saints vs. Sioux Falls Stampede','ImOn Arena','Dubuque, IA','Friday','1/23/2026','7:05 PM','7278821','Dubuque-Fighting-Saints-vs--Sioux-Falls-Stampede-1-23-2026'],['Dubuque Fighting Saints vs. Sioux Falls Stampede','ImOn Arena','Dubuque, IA','Saturday','1/24/2026','7:05 PM','7278822','Dubuque-Fighting-Saints-vs--Sioux-Falls-Stampede-1-24-2026'],['Omaha Lancers vs. Sioux Falls Stampede','Liberty First Credit Union Arena','Omaha, NE','Friday','2/13/2026','7:05 PM','7312117','Omaha-Lancers-vs--Sioux-Falls-Stampede-2-13-2026'],['Lincoln Stars vs. Sioux Falls Stampede','The Ice Box - NE','Lincoln, NE','Thursday','2/26/2026','7:05 PM','7340418','Lincoln-Stars-vs--Sioux-Falls-Stampede-2-26-2026'],['Lincoln Stars vs. Sioux Falls Stampede','The Ice Box - NE','Lincoln, NE','Saturday','3/14/2026','6:05 PM','7340422','Lincoln-Stars-vs--Sioux-Falls-Stampede-3-14-2026'],['Fargo Force vs. Sioux Falls Stampede','Scheels Arena','Fargo, ND','Tuesday','3/17/2026','6:05 PM','7237342','Fargo-Force-vs--Sioux-Falls-Stampede-3-17-2026'],['Omaha Lancers vs. Sioux Falls Stampede','Liberty First Credit Union Arena','Omaha, NE','Thursday','3/26/2026','7:05 PM','7312124','Omaha-Lancers-vs--Sioux-Falls-Stampede-3-26-2026']],'','https://www.ticketnetwork.com');