// 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([['John Fogerty & Steve Winwood','Credit Union 1 Amphitheatre','Tinley Park, IL','Thursday','9/3/2026','8:00 PM','7791172','John-Fogerty---Steve-Winwood-9-3-2026'],['John Fogerty & Steve Winwood','Constellation Brands-Marvin Sands Performing Arts Center','Canandaigua, NY','Saturday','9/5/2026','7:00 PM','7791174','John-Fogerty---Steve-Winwood-9-5-2026'],['John Fogerty & Steve Winwood','Tanglewood','Lenox, MA','Sunday','9/6/2026','6:00 PM','7791132','John-Fogerty---Steve-Winwood-9-6-2026'],['John Fogerty & Steve Winwood','Leader Bank Pavilion','Boston, MA','Tuesday','9/8/2026','7:30 PM','7791175','John-Fogerty---Steve-Winwood-9-8-2026'],['John Fogerty & Steve Winwood','Hartford HealthCare Amphitheater','Bridgeport, CT','Wednesday','9/9/2026','7:00 PM','7791176','John-Fogerty---Steve-Winwood-9-9-2026'],['John Fogerty & Steve Winwood','Ovation Hall at Ocean Resort Casino ','Atlantic City, NJ','Friday','9/11/2026','8:00 PM','7791177','John-Fogerty---Steve-Winwood-9-11-2026'],['John Fogerty & Steve Winwood','Northwell at Jones Beach Theater','Wantagh, NY','Saturday','9/12/2026','7:30 PM','7791182','John-Fogerty---Steve-Winwood-9-12-2026'],['John Fogerty & Steve Winwood','Bethel Woods Center For The Arts','Bethel, NY','Sunday','9/13/2026','7:30 PM','7791186','John-Fogerty---Steve-Winwood-9-13-2026'],['John Fogerty & Steve Winwood','Wolf Trap National Park for the Performing Arts','Vienna, VA','Tuesday','9/15/2026','7:30 PM','7792846','John-Fogerty---Steve-Winwood-9-15-2026'],['John Fogerty & Steve Winwood','Truliant Amphitheater','Charlotte, NC','Wednesday','9/16/2026','7:00 PM','7791189','John-Fogerty---Steve-Winwood-9-16-2026'],['John Fogerty & Steve Winwood','St. Augustine Amphitheatre','St. Augustine, FL','Friday','9/18/2026','7:00 PM','7791321','John-Fogerty---Steve-Winwood-9-18-2026'],['John Fogerty & Steve Winwood','The BayCare Sound','Clearwater, FL','Saturday','9/19/2026','7:00 PM','7791323','John-Fogerty---Steve-Winwood-9-19-2026'],['John Fogerty & Steve Winwood','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Hollywood, FL','Sunday','9/20/2026','7:00 PM','7791190','John-Fogerty---Steve-Winwood-9-20-2026']],'Steve Winwood','http://www.ticketnetwork.com/ticket/Steve-Winwood-events.aspx');