//
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([['Florida Strawberry Festival: Gene Watson','Florida Strawberry Festival Grounds','Plant City, FL','Monday','3/2/2026','3:30 PM','7571982','Florida-Strawberry-Festival--Gene-Watson-3-2-2026'],['Florida Strawberry Festival: Brian McKnight, Ginuwine & Ruben Studdard','Florida Strawberry Festival Grounds','Plant City, FL','Monday','3/2/2026','7:30 PM','7587648','Florida-Strawberry-Festival--Brian-McKnight--Ginuwine---Ruben-Studdard-3-2-2026'],['Florida Strawberry Festival: Sandi Patty','Florida Strawberry Festival Grounds','Plant City, FL','Tuesday','3/3/2026','3:30 PM','7571983','Florida-Strawberry-Festival--Sandi-Patty-3-3-2026'],['Florida Strawberry Festival: Lauren Daigle','Florida Strawberry Festival Grounds','Plant City, FL','Tuesday','3/3/2026','7:30 PM','7571984','Florida-Strawberry-Festival--Lauren-Daigle-3-3-2026'],['Florida Strawberry Festival: John Foster','Florida Strawberry Festival Grounds','Plant City, FL','Wednesday','3/4/2026','3:30 PM','7571985','Florida-Strawberry-Festival--John-Foster-3-4-2026'],['K-POP Warriors','Winston Salem Fairgrounds Arena','Winston Salem, NC','Wednesday','3/4/2026','4:00 PM','7756618','K-POP-Warriors-3-4-2026'],['K-POP Warriors','Winston Salem Fairgrounds Arena','Winston Salem, NC','Wednesday','3/4/2026','7:00 PM','7749969','K-POP-Warriors-3-4-2026'],['Florida Strawberry Festival: Brantley Gilbert','Florida Strawberry Festival Grounds','Plant City, FL','Wednesday','3/4/2026','7:30 PM','7571986','Florida-Strawberry-Festival--Brantley-Gilbert-3-4-2026'],['Ballet Festival: Jerome Robbins','Granada Theatre - Santa Barbara','Santa Barbara, CA','Wednesday','3/4/2026','7:30 PM','7261608','Ballet-Festival--Jerome-Robbins-3-4-2026'],['Fair Grounds Live Racing','New Orleans Fair Grounds','New Orleans, LA','Thursday','3/5/2026','12:45 PM','7549023','Fair-Grounds-Live-Racing-3-5-2026']],'"Festival"','https://www.ticketnetwork.com');