//
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([['Ha*Ash','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Sunday','5/4/2025','8:00 PM','6530072','Ha-Ash-5-4-2025'],['James Arthur','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Friday','5/30/2025','7:30 PM','6980761','James-Arthur-5-30-2025'],['The Black Keys','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Wednesday','6/4/2025','8:00 PM','6981594','The-Black-Keys-6-4-2025'],['Barenaked Ladies, Guster & Fastball','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Friday','6/20/2025','7:00 PM','6981032','Barenaked-Ladies--Guster---Fastball-6-20-2025'],['Brit Floyd','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Saturday','7/12/2025','7:30 PM','6836028','Brit-Floyd-7-12-2025'],['Father John Misty, Lucinda Williams & Hamilton Leithauser','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Wednesday','7/23/2025','7:00 PM','7001628','Father-John-Misty--Lucinda-Williams---Hamilton-Leithauser-7-23-2025'],['Dispatch, John Butler Trio, G. Love and Special Sauce & Donavon Frankenreiter','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Thursday','7/24/2025','6:30 PM','6963785','Dispatch--John-Butler-Trio--G--Love-and-Special-Sauce---Donavon-Frankenreiter-7-24-2025'],['Alabama Shakes','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Sunday','8/10/2025','8:00 PM','6977776','Alabama-Shakes-8-10-2025'],['Australian Pink Floyd Show','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Sunday','8/17/2025','8:00 PM','6968477','Australian-Pink-Floyd-Show-8-17-2025'],['Japanese Breakfast','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Wednesday','8/20/2025','TBD','6915271','Japanese-Breakfast-8-20-2025'],['Lost 80's Live: A Flock of Seagulls, Big Country & General Public','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Thursday','8/21/2025','6:00 PM','6888533','Lost-80-s-Live--A-Flock-of-Seagulls--Big-Country---General-Public-8-21-2025'],['Gregory Alan Isakov','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Saturday','9/13/2025','8:00 PM','6985135','Gregory-Alan-Isakov-9-13-2025'],['Kidz Bop Live','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Thursday','9/18/2025','7:00 PM','6980708','Kidz-Bop-Live-9-18-2025'],['Miguel Bose','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Friday','11/7/2025','7:00 PM','6884654','Miguel-Bose-11-7-2025']],'San Diego State Open Air Theatre','https://www.ticketnetwork.com/ticket/San-Diego-State-Open-Air-Theatre-events.aspx');