//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ this.linkText+ " |
";
},
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,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.CreateTable([['Gary P. Nunn','John T. Floore Country Store','Helotes, TX','Saturday','2/22/2025','8:00 PM','6881904','Gary-P--Nunn-2-22-2025'],['Wynn Williams & Gunnar Lathan','John T. Floore Country Store','Helotes, TX','Friday','2/28/2025','8:30 PM','6923385','Wynn-Williams---Gunnar-Lathan-2-28-2025'],['Briscoe','John T. Floore Country Store','Helotes, TX','Saturday','3/1/2025','8:30 PM','6864374','Briscoe-3-1-2025'],['Max Stalling','John T. Floore Country Store','Helotes, TX','Friday','3/7/2025','8:30 PM','6911944','Max-Stalling-3-7-2025'],['Treaty Oak Revival','John T. Floore Country Store','Helotes, TX','Friday','3/14/2025','8:00 PM','6877122','Treaty-Oak-Revival-3-14-2025'],['Treaty Oak Revival','John T. Floore Country Store','Helotes, TX','Saturday','3/15/2025','7:30 PM','6848366','Treaty-Oak-Revival-3-15-2025'],['Mike Ryan','John T. Floore Country Store','Helotes, TX','Friday','3/21/2025','8:30 PM','6962113','Mike-Ryan-3-21-2025'],['Hudson Westbrook','John T. Floore Country Store','Helotes, TX','Saturday','3/22/2025','8:30 PM','6837522','Hudson-Westbrook-3-22-2025'],['Jacob Stelly & Palmer Anthony','John T. Floore Country Store','Helotes, TX','Friday','3/28/2025','7:00 PM','6964170','Jacob-Stelly---Palmer-Anthony-3-28-2025'],['Blackberry Smoke','John T. Floore Country Store','Helotes, TX','Saturday','3/29/2025','8:00 PM','6788056','Blackberry-Smoke-3-29-2025'],['Logan Ryan Band','John T. Floore Country Store','Helotes, TX','Friday','4/4/2025','8:30 PM','6978033','Logan-Ryan-Band-4-4-2025'],['Justin Trevino - A Musical Tribute to Johnny Bush','John T. Floore Country Store','Helotes, TX','Saturday','4/5/2025','7:30 PM','6974650','Justin-Trevino---A-Musical-Tribute-to-Johnny-Bush-4-5-2025'],['Ashley McBryde','John T. Floore Country Store','Helotes, TX','Thursday','4/10/2025','7:30 PM','6927811','Ashley-McBryde-4-10-2025'],['Sam Riggs','John T. Floore Country Store','Helotes, TX','Friday','4/18/2025','8:30 PM','6969207','Sam-Riggs-4-18-2025'],['The Mavericks','John T. Floore Country Store','Helotes, TX','Saturday','4/19/2025','8:30 PM','6460496','The-Mavericks-4-19-2025'],['Kyle Park','John T. Floore Country Store','Helotes, TX','Friday','4/25/2025','8:30 PM','6977546','Kyle-Park-4-25-2025'],['Josh Meloy','John T. Floore Country Store','Helotes, TX','Saturday','4/26/2025','8:30 PM','6987782','Josh-Meloy-4-26-2025'],['Tucker Wetmore','John T. Floore Country Store','Helotes, TX','Friday','5/2/2025','8:30 PM','6834683','Tucker-Wetmore-5-2-2025'],['Southall','John T. Floore Country Store','Helotes, TX','Friday','5/9/2025','8:30 PM','6994827','Southall-5-9-2025'],['Ty Myers','John T. Floore Country Store','Helotes, TX','Saturday','7/26/2025','8:30 PM','6936430','Ty-Myers-7-26-2025'],['Clay Walker','John T. Floore Country Store','Helotes, TX','Friday','9/19/2025','8:30 PM','6956969','Clay-Walker-9-19-2025']],'Floore Country Store','https://www.ticketnetwork.com/ticket/Floore-Country-Store-events.aspx');