// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://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[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ 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-04A TN_Widget.CreateTable([['Amy Grant','Mary W. Sommervold Hall at Washington Pavilion','Sioux Falls, SD','Saturday','9/20/2025','7:30 PM','7136772','Amy-Grant-9-20-2025'],['Rob Schneider','Mary W. Sommervold Hall at Washington Pavilion','Sioux Falls, SD','Friday','9/26/2025','7:30 PM','6988129','Rob-Schneider-9-26-2025'],['Herb Alpert','Mary W. Sommervold Hall at Washington Pavilion','Sioux Falls, SD','Sunday','10/5/2025','7:30 PM','7102819','Herb-Alpert-10-5-2025'],['Killer Queen','Mary W. Sommervold Hall at Washington Pavilion','Sioux Falls, SD','Friday','10/10/2025','8:00 PM','7188897','Killer-Queen-10-10-2025'],['World Ballet Company: The Great Gatsby','Mary W. Sommervold Hall at Washington Pavilion','Sioux Falls, SD','Sunday','10/26/2025','6:00 PM','7102818','World-Ballet-Company--The-Great-Gatsby-10-26-2025'],['Rodney Carrington','Mary W. Sommervold Hall at Washington Pavilion','Sioux Falls, SD','Sunday','11/16/2025','7:00 PM','7361433','Rodney-Carrington-11-16-2025'],['Cirque Musica Holiday Wonderland','Mary W. Sommervold Hall at Washington Pavilion','Sioux Falls, SD','Tuesday','11/25/2025','7:00 PM','7286912','Cirque-Musica-Holiday-Wonderland-11-25-2025'],['Conversation with Chevy Chase and A Screening of National Lampoon's Christmas Vacation','Mary W. Sommervold Hall at Washington Pavilion','Sioux Falls, SD','Saturday','11/29/2025','8:00 PM','7388350','Conversation-with-Chevy-Chase-and-A-Screening-of-National-Lampoon-s-Christmas-Vacation-11-29-2025'],['Nutcracker! Magical Christmas Ballet','Mary W. Sommervold Hall at Washington Pavilion','Sioux Falls, SD','Tuesday','12/2/2025','7:00 PM','7066771','Nutcracker--Magical-Christmas-Ballet-12-2-2025'],['Sal Vulcano','Mary W. Sommervold Hall at Washington Pavilion','Sioux Falls, SD','Saturday','6/13/2026','7:00 PM','7136773','Sal-Vulcano-6-13-2026']],'Washington Pavilion of Arts','http://www.ticketnetwork.com/ticket/Washington-Pavilion-of-Arts-events.aspx');