//
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-02A
TN_Widget.CreateTable([['Neil Young','Hyde Park - London','London, United Kingdom','Friday','7/11/2025','2:00 PM','7015519','Neil-Young-7-11-2025'],['Neil Young','PNC Music Pavilion - Charlotte','Charlotte, NC','Friday','8/8/2025','7:30 PM','7006120','Neil-Young-8-8-2025'],['Neil Young','Allianz Amphitheater at Riverfront','Richmond, VA','Sunday','8/10/2025','7:30 PM','7006121','Neil-Young-8-10-2025'],['Neil Young','Pine Knob Music Theatre','Clarkston, MI','Wednesday','8/13/2025','7:30 PM','7006093','Neil-Young-8-13-2025'],['Neil Young','Blossom Music Center','Cuyahoga Falls, OH','Friday','8/15/2025','7:30 PM','7006122','Neil-Young-8-15-2025'],['Neil Young','Budweiser Stage - Toronto','Toronto, Canada','Sunday','8/17/2025','7:30 PM','7006094','Neil-Young-8-17-2025'],['Neil Young & The Chrome Hearts','Budweiser Stage - Toronto','Toronto, Canada','Tuesday','8/19/2025','7:30 PM','7024476','Neil-Young---The-Chrome-Hearts-8-19-2025'],['Neil Young','Bank of New Hampshire Pavilion','Gilford, NH','Thursday','8/21/2025','7:30 PM','7006123','Neil-Young-8-21-2025'],['Neil Young','Northwell at Jones Beach Theater','Wantagh, NY','Saturday','8/23/2025','7:30 PM','7006124','Neil-Young-8-23-2025'],['Neil Young','Bethel Woods Center For The Arts','Bethel, NY','Sunday','8/24/2025','7:30 PM','7006125','Neil-Young-8-24-2025'],['Neil Young','Huntington Bank Pavilion at Northerly Island','Chicago, IL','Wednesday','8/27/2025','7:30 PM','7006126','Neil-Young-8-27-2025'],['Neil Young','Fiddlers Green Amphitheatre','Englewood, CO','Monday','9/1/2025','7:00 PM','7006723','Neil-Young-9-1-2025'],['Neil Young','Gorge Amphitheatre','Quincy, WA','Friday','9/5/2025','7:30 PM','7006127','Neil-Young-9-5-2025'],['Neil Young','Deer Lake Park','Burnaby, Canada','Saturday','9/6/2025','7:30 PM','7006547','Neil-Young-9-6-2025'],['Neil Young & The Chrome Hearts','Deer Lake Park','Burnaby, Canada','Monday','9/8/2025','7:30 PM','7025313','Neil-Young---The-Chrome-Hearts-9-8-2025'],['Neil Young','Hayden Homes Amphitheater','Bend, OR','Wednesday','9/10/2025','7:30 PM','7006128','Neil-Young-9-10-2025'],['Neil Young','Shoreline Amphitheatre - CA','Mountain View, CA','Friday','9/12/2025','7:30 PM','7006131','Neil-Young-9-12-2025'],['Neil Young','Hollywood Bowl','Los Angeles, CA','Monday','9/15/2025','7:30 PM','7006132','Neil-Young-9-15-2025']],'Bridge School Benefit','http://www.ticketnetwork.com/ticket/Bridge-School-Benefit-events.aspx');