//
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-03A
TN_Widget.CreateTable([['Billy Idol & Joan Jett and The Blackhearts','North Island Credit Union Amphitheatre','Chula Vista, CA','Tuesday','9/23/2025','7:30 PM','6944298','Billy-Idol---Joan-Jett-and-The-Blackhearts-9-23-2025'],['Junior H','North Island Credit Union Amphitheatre','Chula Vista, CA','Friday','10/10/2025','8:00 PM','7296654','Junior-H-10-10-2025'],['Alice Cooper, Judas Priest & Corrosion of Conformity','Toyota Amphitheatre','Wheatland, CA','Wednesday','10/15/2025','6:45 PM','7094180','Alice-Cooper--Judas-Priest---Corrosion-of-Conformity-10-15-2025'],['Junior H','Toyota Amphitheatre','Wheatland, CA','Friday','10/17/2025','8:00 PM','7296657','Junior-H-10-17-2025'],['Alice Cooper, Judas Priest & Corrosion of Conformity','North Island Credit Union Amphitheatre','Chula Vista, CA','Saturday','10/18/2025','6:45 PM','7094181','Alice-Cooper--Judas-Priest---Corrosion-of-Conformity-10-18-2025'],['Twenty One Pilots','North Island Credit Union Amphitheatre','Chula Vista, CA','Thursday','10/23/2025','8:00 PM','7211941','Twenty-One-Pilots-10-23-2025'],['Jorge Medina & Josi Cuen','North Island Credit Union Amphitheatre','Chula Vista, CA','Saturday','3/14/2026','8:00 PM','7050696','Jorge-Medina---Josi-Cuen-3-14-2026'],['Machine Gun Kelly','Toyota Amphitheatre','Wheatland, CA','Friday','5/15/2026','7:00 PM','7418668','Machine-Gun-Kelly-5-15-2026'],['Machine Gun Kelly','North Island Credit Union Amphitheatre','Chula Vista, CA','Sunday','5/17/2026','7:00 PM','7418670','Machine-Gun-Kelly-5-17-2026']],'Sleep Train Amphitheatre','https://www.ticketnetwork.com/ticket/Sleep-Train-Amphitheatre-events.aspx');