// 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([['Graham Nash','Lansdowne Theater','Lansdowne, PA','Saturday','4/4/2026','8:00 PM','7383685','Graham-Nash-4-4-2026'],['Graham Nash','The Ridgefield Playhouse','Ridgefield, CT','Monday','4/6/2026','7:30 PM','7556848','Graham-Nash-4-6-2026'],['Graham Nash','Tarrytown Music Hall','Tarrytown, NY','Wednesday','4/8/2026','8:00 PM','7556854','Graham-Nash-4-8-2026'],['Graham Nash','Garde Arts Center','New London, CT','Friday','4/10/2026','8:00 PM','7556375','Graham-Nash-4-10-2026'],['Graham Nash','State Theatre - New Jersey','New Brunswick, NJ','Saturday','4/11/2026','8:00 PM','7556853','Graham-Nash-4-11-2026'],['Graham Nash','Maryland Hall For The Creative Arts','Annapolis, MD','Tuesday','4/14/2026','7:30 PM','7556852','Graham-Nash-4-14-2026'],['Graham Nash','Paramount Theater Of Charlottesville','Charlottesville, VA','Wednesday','4/15/2026','7:30 PM','7556855','Graham-Nash-4-15-2026'],['Graham Nash','The Carolina Opry Theater','Myrtle Beach, SC','Friday','4/17/2026','TBD','7556860','Graham-Nash-4-17-2026'],['Graham Nash','The Carolina Opry Theater','Myrtle Beach, SC','Friday','4/17/2026','7:00 PM','7559304','Graham-Nash-4-17-2026'],['Graham Nash','Peace Concert Hall At The Peace Center - SC','Greenville, SC','Saturday','4/18/2026','8:00 PM','7556285','Graham-Nash-4-18-2026'],['Graham Nash','Charleston Music Hall','Charleston, SC','Monday','4/20/2026','7:30 PM','7556223','Graham-Nash-4-20-2026'],['Graham Nash','Nancy and David Bilheimer Capitol Theatre','Clearwater, FL','Wednesday','4/22/2026','7:30 PM','7556856','Graham-Nash-4-22-2026'],['Graham Nash','Nancy and David Bilheimer Capitol Theatre','Clearwater, FL','Thursday','4/23/2026','7:30 PM','7556857','Graham-Nash-4-23-2026'],['Graham Nash','Lillian S. Wells Hall at The Parker','Fort Lauderdale, FL','Tuesday','4/28/2026','7:30 PM','7556226','Graham-Nash-4-28-2026'],['Graham Nash','Lillian S. Wells Hall at The Parker','Fort Lauderdale, FL','Wednesday','4/29/2026','7:30 PM','7556224','Graham-Nash-4-29-2026'],['Graham Nash','Ponte Vedra Concert Hall','Ponte Vedra Beach, FL','Friday','5/1/2026','8:00 PM','7556849','Graham-Nash-5-1-2026'],['Graham Nash','Ponte Vedra Concert Hall','Ponte Vedra Beach, FL','Saturday','5/2/2026','8:00 PM','7556850','Graham-Nash-5-2-2026']],'Graham Nash','http://www.ticketnetwork.com/ticket/Graham-Nash-events.aspx');