// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['Olga Kern','Orpheum Theatre - Sioux City','Sioux City, IA','Saturday','2/8/2025','7:30 PM','6606525','Olga-Kern-2-8-2025'],['Pretty Woman - The Musical','Orpheum Theatre - Sioux City','Sioux City, IA','Tuesday','2/11/2025','7:00 PM','6670740','Pretty-Woman---The-Musical-2-11-2025'],['Dragons and Mythical Beasts','Orpheum Theatre - Sioux City','Sioux City, IA','Friday','2/21/2025','7:00 PM','6687134','Dragons-and-Mythical-Beasts-2-21-2025'],['John Lodge','Orpheum Theatre - Sioux City','Sioux City, IA','Monday','3/3/2025','7:30 PM','6904992','John-Lodge-3-3-2025'],['Mean Girls','Orpheum Theatre - Sioux City','Sioux City, IA','Tuesday','3/11/2025','7:30 PM','6670739','Mean-Girls-3-11-2025'],['Her Story in Music - A Celebration of Women in The Arts','Orpheum Theatre - Sioux City','Sioux City, IA','Saturday','3/22/2025','7:30 PM','6606527','Her-Story-in-Music---A-Celebration-of-Women-in-The-Arts-3-22-2025'],['iLuminate','Orpheum Theatre - Sioux City','Sioux City, IA','Friday','4/11/2025','7:00 PM','6750218','iLuminate-4-11-2025'],['Jim Henson's Labyrinth - In Concert','Orpheum Theatre - Sioux City','Sioux City, IA','Friday','4/18/2025','8:00 PM','6739909','Jim-Henson-s-Labyrinth---In-Concert-4-18-2025'],['Sesame Street Live!','Orpheum Theatre - Sioux City','Sioux City, IA','Saturday','4/19/2025','2:00 PM','6836091','Sesame-Street-Live--4-19-2025'],['Sioux City Symphony: Bizet's Carmen','Orpheum Theatre - Sioux City','Sioux City, IA','Sunday','5/4/2025','7:30 PM','6554386','Sioux-City-Symphony--Bizet-s-Carmen-5-4-2025'],['Ain't Too Proud: The Life and Times of The Temptations','Orpheum Theatre - Sioux City','Sioux City, IA','Tuesday','5/6/2025','7:30 PM','6655767','Ain-t-Too-Proud--The-Life-and-Times-of-The-Temptations-5-6-2025'],['Ain't Too Proud: The Life and Times of The Temptations','Orpheum Theatre - Sioux City','Sioux City, IA','Wednesday','5/7/2025','7:30 PM','6687141','Ain-t-Too-Proud--The-Life-and-Times-of-The-Temptations-5-7-2025'],['Wild Kratts - Live','Orpheum Theatre - Sioux City','Sioux City, IA','Friday','5/30/2025','6:30 PM','6696408','Wild-Kratts---Live-5-30-2025'],['Jason Isbell & The 400 Unit','Orpheum Theatre - Sioux City','Sioux City, IA','Friday','7/11/2025','7:30 PM','6874930','Jason-Isbell---The-400-Unit-7-11-2025']],'Orpheum Theatre Sioux City','https://www.ticketnetwork.com/ticket/Orpheum-Theatre-Sioux-City-events.aspx');