// 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([['Vance Joy','Scotiabank Centre','Halifax, Canada','Tuesday','8/26/2025','7:30 PM','7052571','Vance-Joy-8-26-2025'],['Vance Joy','Mary Brown's Centre','St. John's, Canada','Wednesday','8/27/2025','7:30 PM','7052736','Vance-Joy-8-27-2025'],['Vance Joy','Amphitheatre Fernand - Lindsay','Notre-dame-des-prairies, Canada','Friday','8/29/2025','7:30 PM','7053600','Vance-Joy-8-29-2025'],['Vance Joy','Agora At Port of Quebec','Quebec, Canada','Saturday','8/30/2025','7:30 PM','7052572','Vance-Joy-8-30-2025'],['Vance Joy','Thompson's Point','Portland, ME','Wednesday','9/3/2025','7:00 PM','7052565','Vance-Joy-9-3-2025'],['Vance Joy','Ben & Jerry's Concerts on The Green At Shelburne Museum','Shelburne, VT','Thursday','9/4/2025','6:30 PM','7053596','Vance-Joy-9-4-2025'],['The Lumineers, Vance Joy & Chance Pena','Nationals Park','Washington, DC','Saturday','9/6/2025','6:30 PM','6987692','The-Lumineers--Vance-Joy---Chance-Pena-9-6-2025'],['Vance Joy','Masonic Temple Theatre','Detroit, MI','Tuesday','9/9/2025','6:30 PM','7053598','Vance-Joy-9-9-2025'],['Vance Joy','Stage AE','Pittsburgh, PA','Wednesday','9/10/2025','6:55 PM','7052634','Vance-Joy-9-10-2025'],['Vance Joy','Frederik Meijer Gardens','Grand Rapids, MI','Thursday','9/11/2025','6:45 PM','7087296','Vance-Joy-9-11-2025'],['Bourbon & Beyond Festival: Sturgill Simpson, Jack White, Vance Joy & Ringo Starr and His All-Starr Band - Saturday','Highland Festival Grounds at Kentucky Expo Center','Louisville, KY','Saturday','9/13/2025','12:00 PM','6842779','Bourbon---Beyond-Festival--Sturgill-Simpson--Jack-White--Vance-Joy---Ringo-Starr-and-His-All-Starr-Band---Saturday-9-13-2025'],['Vance Joy','Asheville Yards Amphitheater','Asheville, NC','Tuesday','9/16/2025','6:30 PM','7052566','Vance-Joy-9-16-2025'],['Vance Joy','Live Oak Bank Pavilion At Riverfront Park','Wilmington, NC','Wednesday','9/17/2025','7:00 PM','7052567','Vance-Joy-9-17-2025'],['Vance Joy','Firefly Distillery','North Charleston, SC','Thursday','9/18/2025','6:30 PM','7052568','Vance-Joy-9-18-2025'],['Sing Out Loud Festival: Hozier, Beabadoobee, Vance Joy & The Tesket Brothers - 2 Day Pass','St. Augustine Francis Field','St. Augustine, FL','Saturday','9/20/2025','TBD','6998536','Sing-Out-Loud-Festival--Hozier--Beabadoobee--Vance-Joy---The-Tesket-Brothers---2-Day-Pass-9-20-2025'],['Sing Out Loud Festival: Beabadoobee, Vance Joy, Father John Misty, Maren Morris & David Kushner - Saturday','St. Augustine Francis Field','St. Augustine, FL','Saturday','9/20/2025','1:30 PM','6998539','Sing-Out-Loud-Festival--Beabadoobee--Vance-Joy--Father-John-Misty--Maren-Morris---David-Kushner---Saturday-9-20-2025'],['Vance Joy','Skyla Credit Union Amphitheatre','Charlotte, NC','Monday','9/22/2025','7:30 PM','7052569','Vance-Joy-9-22-2025'],['Vance Joy','Koka Booth Amphitheatre At Regency Park','Cary, NC','Wednesday','9/24/2025','6:30 PM','7052573','Vance-Joy-9-24-2025'],['Vance Joy','Jacobs Pavilion','Cleveland, OH','Thursday','9/25/2025','7:30 PM','7052633','Vance-Joy-9-25-2025'],['Vance Joy','Artpark Mainstage','Lewiston, NY','Friday','9/26/2025','6:45 PM','7052570','Vance-Joy-9-26-2025']],'Vance Joy','http://www.ticketnetwork.com/ticket/Vance-Joy-events.aspx');