//
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-04A
TN_Widget.CreateTable([['Jonas Brothers','Dolby Live at Park MGM','Las Vegas, NV','Wednesday','5/20/2026','8:00 PM','7786156','Jonas-Brothers-5-20-2026'],['Jonas Brothers','Dolby Live at Park MGM','Las Vegas, NV','Friday','5/22/2026','8:00 PM','7786157','Jonas-Brothers-5-22-2026'],['Jonas Brothers','Dolby Live at Park MGM','Las Vegas, NV','Saturday','5/23/2026','8:00 PM','7786158','Jonas-Brothers-5-23-2026'],['Jonas Brothers','Dolby Live at Park MGM','Las Vegas, NV','Sunday','5/24/2026','8:00 PM','7786159','Jonas-Brothers-5-24-2026'],['Jonas Brothers','The Venue At Thunder Valley Casino Resort','Lincoln, CA','Friday','5/29/2026','8:00 PM','7730246','Jonas-Brothers-5-29-2026'],['John Mellencamp','Northwell at Jones Beach Theater','Wantagh, NY','Sunday','7/26/2026','8:00 PM','7678730','John-Mellencamp-7-26-2026'],['Jonas Brothers','Lucas Oil Live At WinStar Casino','Thackerville, OK','Saturday','8/1/2026','8:00 PM','7863702','Jonas-Brothers-8-1-2026'],['Jonas Brothers','Outdoors At Soaring Eagle Casino & Resort','Mount Pleasant, MI','Wednesday','8/5/2026','8:00 PM','7808395','Jonas-Brothers-8-5-2026'],['Jonas Brothers','Croix-Bleue Medavie Stadium','Moncton, Canada','Saturday','8/8/2026','7:30 PM','7810606','Jonas-Brothers-8-8-2026'],['Pitbull & Lil Jon','Northwell at Jones Beach Theater','Wantagh, NY','Tuesday','8/25/2026','8:00 PM','7680970','Pitbull---Lil-Jon-8-25-2026']],'Jon Jones','http://www.ticketnetwork.com/ticket/Jon-Jones-events.aspx');