// 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([['Wheeling Symphony Orchestra: Masterworks 3 - Her Voice','Capitol Theatre - Wheeling','Wheeling, WV','Friday','3/20/2026','7:30 PM','7359058','Wheeling-Symphony-Orchestra--Masterworks-3---Her-Voice-3-20-2026'],['Rock & Roll Doo Wop ','Capitol Theatre - Wheeling','Wheeling, WV','Saturday','4/4/2026','7:00 PM','7483682','Rock---Roll-Doo-Wop--4-4-2026'],['Hotel California: A Salute To The Eagles','Capitol Theatre - Wheeling','Wheeling, WV','Sunday','4/12/2026','7:30 PM','7548536','Hotel-California--A-Salute-To-The-Eagles-4-12-2026'],['Wheeling Symphony Orchestra: Pops 3 - Star Wars: A New Hope','Capitol Theatre - Wheeling','Wheeling, WV','Saturday','4/18/2026','2:00 PM','7358801','Wheeling-Symphony-Orchestra--Pops-3---Star-Wars--A-New-Hope-4-18-2026'],['ZZ Top','Capitol Theatre - Wheeling','Wheeling, WV','Tuesday','4/21/2026','7:30 PM','7617975','ZZ-Top-4-21-2026'],['Clint Black','Capitol Theatre - Wheeling','Wheeling, WV','Thursday','4/23/2026','8:00 PM','7396717','Clint-Black-4-23-2026'],['Carly Pearce','Capitol Theatre - Wheeling','Wheeling, WV','Friday','4/24/2026','7:30 PM','7606381','Carly-Pearce-4-24-2026'],['Wheeling Symphony Orchestra: Masterworks 4 - Take Me Home','Capitol Theatre - Wheeling','Wheeling, WV','Friday','5/8/2026','7:30 PM','7358800','Wheeling-Symphony-Orchestra--Masterworks-4---Take-Me-Home-5-8-2026'],['Sesame Street Live: Elmo's Got The Moves','Capitol Theatre - Wheeling','Wheeling, WV','Thursday','6/4/2026','6:00 PM','7699987','Sesame-Street-Live--Elmo-s-Got-The-Moves-6-4-2026'],['Colin Mochrie & Brad Sherwood','Capitol Theatre - Wheeling','Wheeling, WV','Thursday','6/11/2026','7:30 PM','7413779','Colin-Mochrie---Brad-Sherwood-6-11-2026'],['Wilco','Capitol Theatre - Wheeling','Wheeling, WV','Wednesday','7/15/2026','8:00 PM','7775501','Wilco-7-15-2026'],['A1A - Jimmy Buffett Tribute','Capitol Theatre - Wheeling','Wheeling, WV','Saturday','7/25/2026','8:00 PM','7758060','A1A---Jimmy-Buffett-Tribute-7-25-2026'],['Brit Floyd','Capitol Theatre - Wheeling','Wheeling, WV','Thursday','7/30/2026','7:30 PM','7717852','Brit-Floyd-7-30-2026'],['Alison Krauss And Union Station','Capitol Theatre - Wheeling','Wheeling, WV','Friday','7/31/2026','7:30 PM','7612781','Alison-Krauss-And-Union-Station-7-31-2026'],['Jay Leno','Capitol Theatre - Wheeling','Wheeling, WV','Saturday','9/26/2026','7:30 PM','7803696','Jay-Leno-9-26-2026']],'Capitol Theatre Wheeling','http://www.ticketnetwork.com/ticket/Capitol-Theatre-Wheeling-events.aspx');