//
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-03A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['Blackstone Valley High Schools Jazz Festival','Stadium Theatre Performing Arts Center','Woonsocket, RI','Thursday','2/12/2026','7:00 PM','7259433','Blackstone-Valley-High-Schools-Jazz-Festival-2-12-2026'],['High Valley','Kiwanis Theatre','Chatham, Canada','Wednesday','3/4/2026','8:00 PM','7559063','High-Valley-3-4-2026'],['High Valley','Stratford Rotary Complex','Stratford, Canada','Thursday','3/5/2026','8:00 PM','7559064','High-Valley-3-5-2026'],['High Valley','Danforth Music Hall Theatre','Toronto, Canada','Saturday','3/7/2026','8:00 PM','7537645','High-Valley-3-7-2026'],['High Valley','Algonquin College Commons Theatre','Nepean, Canada','Tuesday','3/10/2026','8:00 PM','7538611','High-Valley-3-10-2026'],['High Valley','Event Centre At Club Regent Casino','Winnipeg, Canada','Sunday','3/15/2026','7:00 PM','7538610','High-Valley-3-15-2026'],['Tyrus - Comedian','Combs High School','San Tan Valley, AZ','Monday','3/16/2026','1:30 PM','7370522','Tyrus---Comedian-3-16-2026'],['High Valley','Conexus Arts Centre','Regina, Canada','Monday','3/16/2026','7:00 PM','7545395','High-Valley-3-16-2026'],['Tyrus - Comedian','Combs High School','San Tan Valley, AZ','Monday','3/16/2026','7:30 PM','7249158','Tyrus---Comedian-3-16-2026'],['High Valley','TCU Place','Saskatoon, Canada','Wednesday','3/18/2026','7:30 PM','7548249','High-Valley-3-18-2026']],'High Valley','https://www.ticketnetwork.com');