//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.CreateTable([['Haim','TD Pavilion at The Mann Center For The Performing Arts','Philadelphia, PA','Thursday','9/4/2025','7:30 PM','7120097','Haim-9-4-2025'],['Haim','The Stage at Suffolk Downs','Boston, MA','Friday','9/5/2025','7:00 PM','7120211','Haim-9-5-2025'],['Haim','Scotiabank Arena','Toronto, Canada','Saturday','9/6/2025','7:30 PM','7120123','Haim-9-6-2025'],['Haim','Madison Square Garden','New York, NY','Monday','9/8/2025','7:30 PM','7120083','Haim-9-8-2025'],['Haim','Westville Music Bowl','New Haven, CT','Tuesday','9/9/2025','6:30 PM','7120210','Haim-9-9-2025'],['Haim','Merriweather Post Pavilion','Columbia, MD','Wednesday','9/10/2025','7:30 PM','7120117','Haim-9-10-2025'],['Haim','United Center','Chicago, IL','Friday','9/12/2025','8:00 PM','7120119','Haim-9-12-2025'],['Haim','The Rave - Milwaukee','Milwaukee, WI','Saturday','9/13/2025','8:00 PM','7120233','Haim-9-13-2025'],['Haim','The Armory - Minneapolis','Minneapolis, MN','Sunday','9/14/2025','7:30 PM','7120120','Haim-9-14-2025'],['Haim','McMenamins Historic Edgefield Amphitheater','Troutdale, OR','Wednesday','9/17/2025','6:15 PM','7120077','Haim-9-17-2025'],['Haim','Wamu Theater At Lumen Field Event Center','Seattle, WA','Thursday','9/18/2025','7:30 PM','7120121','Haim-9-18-2025'],['Haim','UBC Thunderbird Arena','Vancouver, Canada','Saturday','9/20/2025','7:00 PM','7120125','Haim-9-20-2025'],['Haim','Mesa Amphitheatre','Mesa, AZ','Tuesday','9/23/2025','6:30 PM','7120209','Haim-9-23-2025'],['Haim','The Bomb Factory','Dallas, TX','Thursday','9/25/2025','7:30 PM','7120213','Haim-9-25-2025'],['Haim','Moody Center ATX','Austin, TX','Friday','9/26/2025','7:30 PM','7120033','Haim-9-26-2025'],['Haim','White Oak Music Hall - Lawn','Houston, TX','Sunday','9/28/2025','6:00 PM','7120114','Haim-9-28-2025'],['Haim','The Pinnacle At Nashville Yards','Nashville, TN','Tuesday','9/30/2025','8:00 PM','7120214','Haim-9-30-2025'],['Haim','Fiddlers Green Amphitheatre','Englewood, CO','Friday','10/3/2025','8:00 PM','7120092','Haim-10-3-2025'],['Haim','The Great Saltair','Magna, UT','Saturday','10/4/2025','7:30 PM','7120095','Haim-10-4-2025'],['Haim','Bill Graham Civic Auditorium','San Francisco, CA','Tuesday','10/7/2025','7:00 PM','7120094','Haim-10-7-2025'],['Haim','The Kia Forum','Inglewood, CA','Thursday','10/9/2025','7:30 PM','7120093','Haim-10-9-2025'],['Haim','The Rady Shell at Jacobs Park','San Diego, CA','Friday','10/10/2025','6:30 PM','7120294','Haim-10-10-2025'],['Haim','Santa Barbara Bowl','Santa Barbara, CA','Saturday','10/11/2025','6:30 PM','7125208','Haim-10-11-2025'],['Haim','Co-Op Live','Manchester, United Kingdom','Thursday','10/30/2025','6:30 PM','7119943','Haim-10-30-2025']],'HAIM','http://www.ticketnetwork.com/ticket/HAIM-events.aspx');