//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.CreateTable([['The Tallest Man on Earth','Haw River Ballroom','Saxapahaw, NC','Thursday','10/15/2026','8:00 PM','7999688','The-Tallest-Man-on-Earth-10-15-2026'],['The Tallest Man on Earth','The Orange Peel','Asheville, NC','Friday','10/16/2026','8:00 PM','7999689','The-Tallest-Man-on-Earth-10-16-2026'],['The Tallest Man on Earth','Lincoln Theatre - DC','Washington, DC','Saturday','10/17/2026','8:00 PM','7999690','The-Tallest-Man-on-Earth-10-17-2026'],['The Tallest Man on Earth','Keswick Theatre','Glenside, PA','Sunday','10/18/2026','8:00 PM','7999691','The-Tallest-Man-on-Earth-10-18-2026'],['The Tallest Man on Earth','Webster Hall','New York, NY','Tuesday','10/20/2026','9:00 PM','7999692','The-Tallest-Man-on-Earth-10-20-2026'],['The Tallest Man on Earth','Royale Boston','Boston, MA','Wednesday','10/21/2026','8:00 PM','7999749','The-Tallest-Man-on-Earth-10-21-2026'],['The Tallest Man on Earth','The Ark','Ann Arbor, MI','Saturday','10/24/2026','8:00 PM','7999696','The-Tallest-Man-on-Earth-10-24-2026'],['The Tallest Man on Earth','Majestic Theatre Madison','Madison, WI','Tuesday','10/27/2026','8:00 PM','7999701','The-Tallest-Man-on-Earth-10-27-2026'],['The Tallest Man on Earth','Codfish Hollow Barnstormers','Maquoketa, IA','Wednesday','10/28/2026','8:00 PM','7999703','The-Tallest-Man-on-Earth-10-28-2026'],['The Tallest Man on Earth','Thalia Hall','Chicago, IL','Thursday','10/29/2026','8:00 PM','7999705','The-Tallest-Man-on-Earth-10-29-2026'],['The Tallest Man on Earth','The Palace Theatre - St. Paul','Saint Paul, MN','Friday','10/30/2026','7:30 PM','7999707','The-Tallest-Man-on-Earth-10-30-2026'],['The Tallest Man on Earth','Boulder Theater','Boulder, CO','Sunday','11/1/2026','8:00 PM','7999710','The-Tallest-Man-on-Earth-11-1-2026'],['The Tallest Man on Earth','The Commonwealth Room','Salt Lake City, UT','Monday','11/2/2026','8:00 PM','7999713','The-Tallest-Man-on-Earth-11-2-2026'],['The Tallest Man on Earth','Treefort Music Hall','Boise, ID','Wednesday','11/4/2026','7:00 PM','7999715','The-Tallest-Man-on-Earth-11-4-2026'],['The Tallest Man on Earth','The Crocodile','Seattle, WA','Thursday','11/5/2026','8:00 PM','7999718','The-Tallest-Man-on-Earth-11-5-2026'],['The Tallest Man on Earth','Commodore Ballroom','Vancouver, Canada','Friday','11/6/2026','7:00 PM','7999720','The-Tallest-Man-on-Earth-11-6-2026'],['The Tallest Man on Earth','Revolution Hall - Portland','Portland, OR','Sunday','11/8/2026','8:00 PM','7999723','The-Tallest-Man-on-Earth-11-8-2026'],['The Tallest Man on Earth','Palace Of Fine Arts','San Francisco, CA','Tuesday','11/10/2026','7:30 PM','7999751','The-Tallest-Man-on-Earth-11-10-2026'],['The Tallest Man on Earth','The Observatory - North Park','San Diego, CA','Saturday','11/14/2026','7:00 PM','7999733','The-Tallest-Man-on-Earth-11-14-2026']],'The Tallest Man on Earth','https://www.ticketnetwork.com/ticket/The-Tallest-Man-on-Earth-events.aspx');