//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://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[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ 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-03A
TN_Widget.CreateTable([['The American Rodeo: Midland & Chris Young - 2 Day Pass','Globe Life Field','Arlington, TX','Friday','5/22/2026','TBD','7417858','The-American-Rodeo--Midland---Chris-Young---2-Day-Pass-5-22-2026'],['The American Rodeo: Chris Young (Time: TBD)','Globe Life Field','Arlington, TX','Saturday','5/23/2026','12:00 PM','7310693','The-American-Rodeo--Chris-Young--Time--TBD--5-23-2026'],['Bradley 315 Festival: Chris Young & James Michael Travis - Saturday','Bradley 315 Festival Grounds','Bourbonnais, IL','Saturday','6/6/2026','6:30 PM','7905692','Bradley-315-Festival--Chris-Young---James-Michael-Travis---Saturday-6-6-2026'],['Chris Young','Hard Rock Live - Hard Rock Hotel & Casino Tulsa','Catoosa, OK','Thursday','6/25/2026','8:00 PM','7802916','Chris-Young-6-25-2026'],['Chris Young','Bi-Mart Amphitheater','Central Point, OR','Thursday','7/16/2026','7:00 PM','7811252','Chris-Young-7-16-2026'],['Chris Young','Pacific Amphitheatre','Costa Mesa, CA','Saturday','7/18/2026','7:30 PM','7693633','Chris-Young-7-18-2026'],['Chris Young & Chase Rice','KEMBA Live!','Columbus, OH','Saturday','8/8/2026','7:00 PM','7843671','Chris-Young---Chase-Rice-8-8-2026'],['The Back Road Music Festival: Chris Young, Lauren Alaina & Lakeview','Wiley Park Productions','Galva, IL','Saturday','8/15/2026','2:30 PM','7843661','The-Back-Road-Music-Festival--Chris-Young--Lauren-Alaina---Lakeview-8-15-2026'],['Chris Young','The Central Wisconsin State Fair','Marshfield, WI','Friday','8/28/2026','7:30 PM','7843676','Chris-Young-8-28-2026'],['Concert In The Corn: Chris Young & Ashley McBryde - Saturday','Concert Grounds at White River AG Products','Mason, WI','Saturday','8/29/2026','9:00 AM','7650257','Concert-In-The-Corn--Chris-Young---Ashley-McBryde---Saturday-8-29-2026'],['Sauble Beach Party: Chris Young, Mitchell Tenpenny & Graham Barham - Friday (Time: TBD)','Sauble Speedway','Hepworth, Canada','Friday','9/4/2026','12:00 PM','7650251','Sauble-Beach-Party--Chris-Young--Mitchell-Tenpenny---Graham-Barham---Friday--Time--TBD--9-4-2026'],['Chris Young','OLG Stage At Niagara Fallsview Casino Resort','Niagara Falls, Canada','Saturday','9/5/2026','8:30 PM','7905025','Chris-Young-9-5-2026']],'Chris Young','http://www.ticketnetwork.com/ticket/Chris-Young-events.aspx');