// 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-03A TN_Widget.CreateTable([['Taking Back Sunday','The Vine at Del Lago Resort','Waterloo, NY','Saturday','5/30/2026','8:00 PM','7721500','Taking-Back-Sunday-5-30-2026'],['Taking Back Sunday & Bayside','Bottle & Cork','Dewey Beach, DE','Sunday','5/31/2026','7:00 PM','7731914','Taking-Back-Sunday---Bayside-5-31-2026'],['Taking Back Sunday & Bayside','Stage AE','Pittsburgh, PA','Monday','6/1/2026','8:00 PM','7731915','Taking-Back-Sunday---Bayside-6-1-2026'],['Taking Back Sunday & Bayside','The Dome by Rutter Mills','Virginia Beach, VA','Wednesday','6/3/2026','8:00 PM','7731906','Taking-Back-Sunday---Bayside-6-3-2026'],['Taking Back Sunday & Bayside','Five Points Theatre','Jacksonville, FL','Friday','6/5/2026','8:00 PM','7731907','Taking-Back-Sunday---Bayside-6-5-2026'],['Taking Back Sunday & Bayside','Abacoa Town Center Amphitheatre','Jupiter, FL','Saturday','6/6/2026','6:00 PM','7731919','Taking-Back-Sunday---Bayside-6-6-2026'],['Taking Back Sunday & Bayside','The Mill & Mine','Knoxville, TN','Monday','6/8/2026','8:00 PM','7731908','Taking-Back-Sunday---Bayside-6-8-2026'],['Taking Back Sunday & Bayside','Newport Music Hall','Columbus, OH','Tuesday','6/9/2026','8:00 PM','7731920','Taking-Back-Sunday---Bayside-6-9-2026'],['Taking Back Sunday & Bayside','House Of Blues - Cleveland','Cleveland, OH','Wednesday','6/10/2026','7:00 PM','7731909','Taking-Back-Sunday---Bayside-6-10-2026'],['Taking Back Sunday & Bayside','House Of Blues - Myrtle Beach','North Myrtle Beach, SC','Friday','6/12/2026','7:00 PM','7731910','Taking-Back-Sunday---Bayside-6-12-2026'],['Taking Back Sunday & Bayside','The Hall at Spartanburg Memorial Auditorium','Spartanburg, SC','Sunday','6/14/2026','8:00 PM','7731911','Taking-Back-Sunday---Bayside-6-14-2026'],['Taking Back Sunday & Bayside','Royal Oak Music Theatre','Royal Oak, MI','Tuesday','6/16/2026','7:00 PM','7731922','Taking-Back-Sunday---Bayside-6-16-2026'],['Taking Back Sunday & Bayside','Ballpark Village','St. Louis, MO','Thursday','6/18/2026','8:00 PM','7731925','Taking-Back-Sunday---Bayside-6-18-2026'],['Taking Back Sunday & Bayside','Capitol Theatre - Iowa','Davenport, IA','Friday','6/19/2026','8:00 PM','7731926','Taking-Back-Sunday---Bayside-6-19-2026'],['Taking Back Sunday & Bayside','Mystic Lake Showroom','Prior Lake, MN','Saturday','6/20/2026','8:00 PM','7731912','Taking-Back-Sunday---Bayside-6-20-2026'],['Taking Back Sunday & Bayside','The Sylvee - WI','Madison, WI','Sunday','6/21/2026','8:00 PM','7731913','Taking-Back-Sunday---Bayside-6-21-2026'],['Yellowcard & Taking Back Sunday','Bethlehem Musikfest - Wind Creek Steel Stage','Bethlehem, PA','Saturday','8/8/2026','7:00 PM','7629593','Yellowcard---Taking-Back-Sunday-8-8-2026']],'Taking Back Sunday','http://www.ticketnetwork.com/ticket/Taking-Back-Sunday-events.aspx');