//
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([['Outlaws & Legends Music Festival - 2 Day Pass','The Back Porch of Texas','Abilene, TX','Friday','3/20/2026','TBD','7640849','Outlaws---Legends-Music-Festival---2-Day-Pass-3-20-2026'],['Cochise Country Music Festival: Rodney Atkins, Tracy Byrd & Mark Chesnutt - 3 Day Pass','4EVR Ranch Equestrian Center','Benson, AZ','Friday','3/20/2026','TBD','7551420','Cochise-Country-Music-Festival--Rodney-Atkins--Tracy-Byrd---Mark-Chesnutt---3-Day-Pass-3-20-2026'],['Cochise Country Music Festival: Rodney Atkins & Chris Cagle - Friday','4EVR Ranch Equestrian Center','Benson, AZ','Friday','3/20/2026','4:00 PM','7551414','Cochise-Country-Music-Festival--Rodney-Atkins---Chris-Cagle---Friday-3-20-2026'],['Fisher - Artist','Festival Hall A At Navy Pier','Chicago, IL','Friday','3/20/2026','7:00 PM','7622529','Fisher---Artist-3-20-2026'],['Chicago Tattoo Arts Festival','Donald E. Stephens Convention Center','Rosemont, IL','Saturday','3/21/2026','TBD','7491236','Chicago-Tattoo-Arts-Festival-3-21-2026'],['Old School Love: Durand Jones and The Indications, Thee Sacred Souls & The Isley Brothers','Santa Ana Bowl','Santa Ana, CA','Saturday','3/21/2026','TBD','7648763','Old-School-Love--Durand-Jones-and-The-Indications--Thee-Sacred-Souls---The-Isley-Brothers-3-21-2026'],['Cochise Country Music Festival: Tracy Byrd & John Foster - Saturday','4EVR Ranch Equestrian Center','Benson, AZ','Saturday','3/21/2026','TBD','7551417','Cochise-Country-Music-Festival--Tracy-Byrd---John-Foster---Saturday-3-21-2026'],['WJRR Earthday Birthday: Three Days Grace, I Prevail, Mammoth & Sleep Theory','Central Florida Fairgrounds','Orlando, FL','Saturday','3/21/2026','11:00 AM','7551696','WJRR-Earthday-Birthday--Three-Days-Grace--I-Prevail--Mammoth---Sleep-Theory-3-21-2026'],['Punk Rock Rodeo','The Holding Company','San Diego, CA','Saturday','3/21/2026','12:00 PM','7668735','Punk-Rock-Rodeo-3-21-2026'],['Boots In The Park: Keith Urban, Dustin Lynch & Mitchell Tenpenny','Gilbert Regional Park','Gilbert, AZ','Saturday','3/21/2026','12:00 PM','7613216','Boots-In-The-Park--Keith-Urban--Dustin-Lynch---Mitchell-Tenpenny-3-21-2026']],'"Festival"','https://www.ticketnetwork.com');