//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var t = row[4].split("/");
t[0] = months[t[0]];
t[2] = ", " + t[2];
return "
" +
t[0] + " " + "" + t[1] + "" +
t[2] + " " +
row[3].substring(0,3) + " " +
row[5] + " | " +
row[0] + " " +
row[1] + " - " +
row[2] + " | " + this.btnText + "" +
" |
";
},
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,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
var footerLink = "";
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
";
}
else if(document.querySelector(".tnpl_results_container") != null) {
document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
";
}
else
document.write("" + newTable.join('') + "" + footerLink + "
");
}
};
}();
//BPW-TNSERV-04A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['Boots In The Park: Miranda Lambert, Jordan Davis & Dylan Scott','Waterfront Park - San Diego','San Diego, CA','Saturday','4/11/2026','1:00 PM','7566612','Boots-In-The-Park--Miranda-Lambert--Jordan-Davis---Dylan-Scott-4-11-2026'],['Disney On Ice: Road Trip Adventures','Pechanga Arena - San Diego','San Diego, CA','Saturday','4/11/2026','3:00 PM','7703568','Disney-On-Ice--Road-Trip-Adventures-4-11-2026'],['Stunna Girl','Music Box - San Diego','San Diego, CA','Saturday','4/11/2026','4:00 PM','7803704','Stunna-Girl-4-11-2026'],['San Diego Padres vs. Colorado Rockies','Petco Park','San Diego, CA','Saturday','4/11/2026','5:40 PM','7368305','San-Diego-Padres-vs--Colorado-Rockies-4-11-2026'],['San Diego Mojo vs. Orlando Valkyries','Viejas Arena At Aztec Bowl','San Diego, CA','Saturday','4/11/2026','6:00 PM','7581391','San-Diego-Mojo-vs--Orlando-Valkyries-4-11-2026'],['Taylor Williamson','Main Room at Mic Drop Comedy','San Diego, CA','Saturday','4/11/2026','6:00 PM','7850336','Taylor-Williamson-4-11-2026'],['Lacuna Coil','House Of Blues - San Diego','San Diego, CA','Saturday','4/11/2026','6:30 PM','7630203','Lacuna-Coil-4-11-2026'],['Bakersfield Condors vs. San Diego Gulls','Dignity Health Arena','Bakersfield, CA','Saturday','4/11/2026','7:00 PM','7264477','Bakersfield-Condors-vs--San-Diego-Gulls-4-11-2026'],['Colin Hay & KT Tunstall','Balboa Theatre - San Diego','San Diego, CA','Saturday','4/11/2026','7:00 PM','7540802','Colin-Hay---KT-Tunstall-4-11-2026'],['Maddox Batson','The Observatory - North Park','San Diego, CA','Saturday','4/11/2026','7:00 PM','7552497','Maddox-Batson-4-11-2026']],'San Diego Ca','https://www.ticketnetwork.com');