//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ this.linkText+ " |
";
},
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,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.CreateTable([['World Ballet Company: The Great Gatsby','Orpheum Theatre - Sioux City','Sioux City, IA','Tuesday','10/28/2025','7:00 PM','7078074','World-Ballet-Company--The-Great-Gatsby-10-28-2025'],['Sioux City Symphony: For the Senses - A Symphony of Discovery','Orpheum Theatre - Sioux City','Sioux City, IA','Saturday','11/15/2025','7:30 PM','7271973','Sioux-City-Symphony--For-the-Senses---A-Symphony-of-Discovery-11-15-2025'],['Nutcracker! Magical Christmas Ballet','Orpheum Theatre - Sioux City','Sioux City, IA','Wednesday','12/3/2025','7:00 PM','7066770','Nutcracker--Magical-Christmas-Ballet-12-3-2025'],['Mannheim Steamroller Christmas','Orpheum Theatre - Sioux City','Sioux City, IA','Wednesday','12/10/2025','7:30 PM','7269105','Mannheim-Steamroller-Christmas-12-10-2025'],['Sioux City Symphony: Home for the Holidays','Orpheum Theatre - Sioux City','Sioux City, IA','Sunday','12/14/2025','3:00 PM','7272068','Sioux-City-Symphony--Home-for-the-Holidays-12-14-2025'],['Hadestown','Orpheum Theatre - Sioux City','Sioux City, IA','Tuesday','12/16/2025','7:30 PM','7338685','Hadestown-12-16-2025'],['A Magical Cirque Christmas','Orpheum Theatre - Sioux City','Sioux City, IA','Friday','12/19/2025','7:30 PM','7282181','A-Magical-Cirque-Christmas-12-19-2025'],['Charlie Berens','Orpheum Theatre - Sioux City','Sioux City, IA','Friday','1/23/2026','7:00 PM','7414789','Charlie-Berens-1-23-2026'],['Sioux City Symphony: For The Love of Shakespeare','Orpheum Theatre - Sioux City','Sioux City, IA','Saturday','2/7/2026','7:30 PM','7272111','Sioux-City-Symphony--For-The-Love-of-Shakespeare-2-7-2026'],['Three Dog Night','Orpheum Theatre - Sioux City','Sioux City, IA','Friday','2/13/2026','7:00 PM','7506574','Three-Dog-Night-2-13-2026'],['Black Jacket Symphony: Pink Floyd's The Wall','Orpheum Theatre - Sioux City','Sioux City, IA','Tuesday','2/24/2026','7:30 PM','7472932','Black-Jacket-Symphony--Pink-Floyd-s-The-Wall-2-24-2026'],['Sioux City Symphony: Bugs Bunny At The Symphony','Orpheum Theatre - Sioux City','Sioux City, IA','Saturday','3/21/2026','7:30 PM','7272066','Sioux-City-Symphony--Bugs-Bunny-At-The-Symphony-3-21-2026'],['World Ballet Company: Cinderella','Orpheum Theatre - Sioux City','Sioux City, IA','Friday','3/27/2026','7:00 PM','7458240','World-Ballet-Company--Cinderella-3-27-2026'],['Brad Williams','Orpheum Theatre - Sioux City','Sioux City, IA','Thursday','4/9/2026','7:00 PM','7122417','Brad-Williams-4-9-2026'],['Sioux City Symphony: A Hero's Life','Orpheum Theatre - Sioux City','Sioux City, IA','Saturday','4/18/2026','7:30 PM','7271179','Sioux-City-Symphony--A-Hero-s-Life-4-18-2026'],['The Music Man','Orpheum Theatre - Sioux City','Sioux City, IA','Monday','4/27/2026','7:30 PM','7316413','The-Music-Man-4-27-2026'],['Riverdance 30 - The New Generation','Orpheum Theatre - Sioux City','Sioux City, IA','Thursday','5/28/2026','7:30 PM','7309981','Riverdance-30---The-New-Generation-5-28-2026']],'Orpheum Theatre Sioux City','https://www.ticketnetwork.com/ticket/Orpheum-Theatre-Sioux-City-events.aspx');