//
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-04A
TN_Widget.CreateTable([['Chris Young','Lexington Opera House','Lexington, KY','Thursday','8/13/2026','8:00 PM','8071990','Chris-Young-8-13-2026'],['Chris Young','Southern Kentucky Performing Arts Center','Bowling Green, KY','Friday','8/14/2026','7:30 PM','8028771','Chris-Young-8-14-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'],['K92.3 All Star Jam: Cole Swindell, Chris Young & Dustin Lynch','Addition Financial Arena','Orlando, FL','Sunday','8/23/2026','7:30 PM','7964734','K92-3-All-Star-Jam--Cole-Swindell--Chris-Young---Dustin-Lynch-8-23-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'],['Frontera Fest: Chris Young, Dustin Lynch & Kyle Park - Sunday','Harlingen Soccer Complex','Harlingen, TX','Sunday','9/13/2026','2:00 PM','7921321','Frontera-Fest--Chris-Young--Dustin-Lynch---Kyle-Park---Sunday-9-13-2026'],['Chris Young','Billy Bobs','Fort Worth, TX','Friday','10/2/2026','10:00 PM','8038117','Chris-Young-10-2-2026'],['Chris Young','Billy Bobs','Fort Worth, TX','Saturday','10/3/2026','10:00 PM','8038118','Chris-Young-10-3-2026'],['Chris Young','Premier Theater At Foxwoods','Ledyard, CT','Saturday','10/17/2026','8:00 PM','8075319','Chris-Young-10-17-2026'],['Chris Young','Monfort Concert Hall At Union Colony Civic Center','Greeley, CO','Wednesday','11/4/2026','7:00 PM','8138238','Chris-Young-11-4-2026'],['Chris Young','Gila River Hotels & Casinos - Wild Horse Pass','Chandler, AZ','Friday','11/6/2026','8:00 PM','8134219','Chris-Young-11-6-2026'],['Chris Young','Tuacahn Amphitheatre and Centre for the Arts','Ivins, UT','Saturday','11/7/2026','7:00 PM','8084075','Chris-Young-11-7-2026'],['Chris Young','Beau Rivage Theatre','Biloxi, MS','Friday','12/11/2026','8:00 PM','8132530','Chris-Young-12-11-2026'],['Chris Young','Harrah's Cherokee Resort Event Center','Cherokee, NC','Saturday','12/12/2026','7:30 PM','8132531','Chris-Young-12-12-2026'],['Chris Young','Effingham Performance Center','Effingham, IL','Friday','12/18/2026','7:00 PM','8131117','Chris-Young-12-18-2026']],'Chris Young','http://www.ticketnetwork.com/ticket/Chris-Young-events.aspx');