//
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-02A
TN_Widget.CreateTable([['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 & Wiz Khalifa','Toyota Amphitheatre','Wheatland, CA','Friday','5/15/2026','7:00 PM','7418668','Machine-Gun-Kelly---Wiz-Khalifa-5-15-2026'],['Machine Gun Kelly & Wiz Khalifa','North Island Credit Union Amphitheatre','Chula Vista, CA','Sunday','5/17/2026','7:00 PM','7418670','Machine-Gun-Kelly---Wiz-Khalifa-5-17-2026'],['Rod Stewart','North Island Credit Union Amphitheatre','Chula Vista, CA','Friday','6/12/2026','7:30 PM','7548325','Rod-Stewart-6-12-2026'],['Train, Barenaked Ladies & Matt Nathanson','Cascades Amphitheater - WA','Ridgefield, WA','Saturday','8/29/2026','6:45 PM','7551812','Train--Barenaked-Ladies---Matt-Nathanson-8-29-2026'],['Motley Crue & Tesla','North Island Credit Union Amphitheatre','Chula Vista, CA','Friday','9/18/2026','6:30 PM','7569872','Motley-Crue---Tesla-9-18-2026'],['Motley Crue & Tesla','Toyota Amphitheatre','Wheatland, CA','Wednesday','9/23/2026','6:30 PM','7569881','Motley-Crue---Tesla-9-23-2026'],['Jack Johnson','North Island Credit Union Amphitheatre','Chula Vista, CA','Friday','10/9/2026','7:30 PM','7548015','Jack-Johnson-10-9-2026']],'Sleep Train Amphitheatre','https://www.ticketnetwork.com/ticket/Sleep-Train-Amphitheatre-events.aspx');