//
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([['Camp Flog Gnaw Carnival - 2 Day Pass','Dodger Stadium','Los Angeles, CA','Saturday','11/22/2025','TBD','7167106','Camp-Flog-Gnaw-Carnival---2-Day-Pass-11-22-2025'],['New Mexico Food Truck & Craft Beer Festival','Balloon Fiesta Park','Albuquerque, NM','Saturday','11/22/2025','12:00 PM','7100274','New-Mexico-Food-Truck---Craft-Beer-Festival-11-22-2025'],['Don't Fall In Love Festival: Future, Fuerza Regida, & Banda MS','Nos Events Center','San Bernardino, CA','Saturday','11/22/2025','12:00 PM','7409725','Don-t-Fall-In-Love-Festival--Future--Fuerza-Regida----Banda-MS-11-22-2025'],['St. Pete Country Fest: Parker McCollum, Flatland Cavalry & Kameron Marlowe - Saturday','Vinoy Park','St. Petersburg, FL','Saturday','11/22/2025','1:00 PM','7372783','St--Pete-Country-Fest--Parker-McCollum--Flatland-Cavalry---Kameron-Marlowe---Saturday-11-22-2025'],['New York State Craft Brewers Festival','Landmark Theatre - Syracuse','Syracuse, NY','Saturday','11/22/2025','4:00 PM','7453949','New-York-State-Craft-Brewers-Festival-11-22-2025'],['CannaFeast','Charlotte County Fairgrounds','Port Charlotte, FL','Saturday','11/22/2025','4:00 PM','7561413','CannaFeast-11-22-2025'],['Rising Tides Festival: Forever Young: I Love The 90s & The Pop 2000 Tour - O-Town, BBMak, Ryan Cabrera & LFO','Ocean City Convention Center','Ocean City, MD','Saturday','11/22/2025','6:00 PM','6974138','Rising-Tides-Festival--Forever-Young--I-Love-The-90s---The-Pop-2000-Tour---O-Town--BBMak--Ryan-Cabrera---LFO-11-22-2025'],['Unrest Fest','High Noon Saloon','Madison, WI','Saturday','11/22/2025','6:30 PM','7375521','Unrest-Fest-11-22-2025'],['Fowl & Fame: Easton Corbin','The Lawn at the Christmas Warehouse','Des Arc, AR','Saturday','11/22/2025','6:30 PM','7384173','Fowl---Fame--Easton-Corbin-11-22-2025'],['Irving Berlin's White Christmas','Shaw Festival Theatre','Niagara On The Lake, Canada','Saturday','11/22/2025','7:00 PM','6850133','Irving-Berlin-s-White-Christmas-11-22-2025']],'"Festival"','https://www.ticketnetwork.com');