// var TN_Widget = function() { return { //Options newWindow : true, linkText : "Tickets", tixUrl : "https://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[3] +"
"+"" + row[4] + "
"+"" + row[5] + ""+"" + row[0] +"" + row[1] +"
" + row[2] +""+""+ 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([['The Tallest Man on Earth','9:30 Club','Washington, DC','Sunday','10/5/2025','7:00 PM','7235633','The-Tallest-Man-on-Earth-10-5-2025'],['The Tallest Man on Earth','Jefferson Theater - VA','Charlottesville, VA','Monday','10/6/2025','8:00 PM','7235634','The-Tallest-Man-on-Earth-10-6-2025'],['The Tallest Man on Earth','Academy of Music Theatre - MA','Northampton, MA','Wednesday','10/8/2025','8:00 PM','7235766','The-Tallest-Man-on-Earth-10-8-2025'],['The Tallest Man on Earth','State Theatre - ME','Portland, ME','Friday','10/10/2025','8:00 PM','7235637','The-Tallest-Man-on-Earth-10-10-2025'],['The Tallest Man on Earth','Le Studio TD','Montreal, Canada','Sunday','10/12/2025','8:00 PM','7235770','The-Tallest-Man-on-Earth-10-12-2025'],['The Tallest Man on Earth','Bronson Centre Theatre','Ottawa, Canada','Tuesday','10/14/2025','7:30 PM','7235646','The-Tallest-Man-on-Earth-10-14-2025'],['The Tallest Man on Earth','London Music Hall - Ontario','London, Canada','Wednesday','10/15/2025','7:00 PM','7235649','The-Tallest-Man-on-Earth-10-15-2025'],['The Tallest Man on Earth','Palace Theatre - Calgary','Calgary, Canada','Sunday','10/19/2025','8:00 PM','7235774','The-Tallest-Man-on-Earth-10-19-2025'],['The Tallest Man on Earth','Commodore Ballroom','Vancouver, Canada','Wednesday','10/22/2025','7:00 PM','7235650','The-Tallest-Man-on-Earth-10-22-2025'],['The Tallest Man on Earth','Revolution Hall - Portland','Portland, OR','Thursday','10/23/2025','8:00 PM','7235597','The-Tallest-Man-on-Earth-10-23-2025'],['The Tallest Man on Earth','Moore Theatre - WA','Seattle, WA','Friday','10/24/2025','8:00 PM','7235640','The-Tallest-Man-on-Earth-10-24-2025'],['The Tallest Man on Earth','McClaren Hall At Wachholz College Center','Kalispell, MT','Saturday','10/25/2025','7:30 PM','7235777','The-Tallest-Man-on-Earth-10-25-2025'],['The Tallest Man on Earth','The Elm - Bozeman','Bozeman, MT','Sunday','10/26/2025','8:00 PM','7235643','The-Tallest-Man-on-Earth-10-26-2025'],['The Tallest Man on Earth','Ogden Theatre','Denver, CO','Tuesday','10/28/2025','8:00 PM','7235780','The-Tallest-Man-on-Earth-10-28-2025']],'The Tallest Man on Earth','https://www.ticketnetwork.com/ticket/The-Tallest-Man-on-Earth-events.aspx');