//
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-03A
TN_Widget.CreateTable([['Kenny Live - Kenny Chesney Tribute','Danenberger Family Vineyards','New Berlin, IL','Saturday','2/1/2025','8:00 PM','6904147','Kenny-Live---Kenny-Chesney-Tribute-2-1-2025'],['Jimmy Kenny Band - Tribute to Jimmy Buffett, Kenny Chesney & The Zac Brown Band','Aura - ME','Portland, ME','Saturday','4/5/2025','9:00 PM','6947222','Jimmy-Kenny-Band---Tribute-to-Jimmy-Buffett--Kenny-Chesney---The-Zac-Brown-Band-4-5-2025'],['Kenny Chesney','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Thursday','5/22/2025','8:00 PM','6935954','Kenny-Chesney-5-22-2025'],['Kenny Chesney','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','5/24/2025','8:00 PM','6935955','Kenny-Chesney-5-24-2025'],['Kenny Chesney','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Sunday','5/25/2025','8:00 PM','6935956','Kenny-Chesney-5-25-2025'],['Kenny Chesney','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Wednesday','5/28/2025','8:00 PM','6935957','Kenny-Chesney-5-28-2025'],['Kenny Chesney','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Friday','5/30/2025','8:00 PM','6936013','Kenny-Chesney-5-30-2025'],['Kenny Chesney','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','5/31/2025','8:00 PM','6936014','Kenny-Chesney-5-31-2025'],['Kenny Chesney','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Wednesday','6/4/2025','8:00 PM','6936015','Kenny-Chesney-6-4-2025'],['Kenny Chesney','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Friday','6/6/2025','8:00 PM','6936016','Kenny-Chesney-6-6-2025'],['Kenny Chesney','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','6/7/2025','8:00 PM','6936017','Kenny-Chesney-6-7-2025'],['Kenny Chesney','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Wednesday','6/11/2025','8:00 PM','6936018','Kenny-Chesney-6-11-2025'],['Kenny Chesney','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Friday','6/13/2025','8:00 PM','6936019','Kenny-Chesney-6-13-2025'],['Kenny Chesney','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','6/14/2025','8:00 PM','6936020','Kenny-Chesney-6-14-2025'],['Kenny Chesney','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Wednesday','6/18/2025','8:00 PM','6949279','Kenny-Chesney-6-18-2025'],['Kenny Chesney','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Friday','6/20/2025','8:00 PM','6949280','Kenny-Chesney-6-20-2025'],['Kenny Chesney','The Sphere At the Venetian Las Vegas','Las Vegas, NV','Saturday','6/21/2025','8:00 PM','6949281','Kenny-Chesney-6-21-2025']],'Kenny Chesney','http://www.ticketnetwork.com/ticket/Kenny-Chesney-events.aspx');