//
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-01A
TN_Widget.CreateTable([['Chris Young','The Fruit Yard Amphitheater','Modesto, CA','Friday','5/9/2025','7:30 PM','6961698','Chris-Young-5-9-2025'],['Chris Young','Tachi Palace Hotel & Casino','Lemoore, CA','Saturday','5/10/2025','8:00 PM','7050658','Chris-Young-5-10-2025'],['Chris Young','Los Angeles County Fair','Pomona, CA','Sunday','5/11/2025','7:30 PM','7006794','Chris-Young-5-11-2025'],['Carolina Country Music Festival: Kid Rock, Jelly Roll, Lainey Wilson & Rascal Flatts - 4 Day Pass','Burroughs & Chapin Pavilion Place','Myrtle Beach, SC','Thursday','6/5/2025','TBD','6552607','Carolina-Country-Music-Festival--Kid-Rock--Jelly-Roll--Lainey-Wilson---Rascal-Flatts---4-Day-Pass-6-5-2025'],['Chris Young','Greater Lima Region Park & Amphitheater','Lima, OH','Friday','6/20/2025','7:30 PM','7070790','Chris-Young-6-20-2025'],['Chris Young','Capitol Federal Amphitheater','Andover, KS','Saturday','8/2/2025','7:30 PM','6993796','Chris-Young-8-2-2025'],['Chris Young','Tulalip Amphitheatre','Marysville, WA','Friday','8/8/2025','7:00 PM','7053507','Chris-Young-8-8-2025'],['Chris Young','Spokane Live At Spokane Tribe Casino','Airway Heights, WA','Saturday','8/9/2025','8:00 PM','7118683','Chris-Young-8-9-2025'],['Chris Young','Maine Savings Amphitheater','Bangor, ME','Friday','8/22/2025','6:30 PM','7091887','Chris-Young-8-22-2025'],['YQM Country Fest: Luke Bryan, Chris Young & Dylan Scott - Saturday','Site MusiquArt Site','Dieppe, Canada','Saturday','8/23/2025','1:00 PM','6786960','YQM-Country-Fest--Luke-Bryan--Chris-Young---Dylan-Scott---Saturday-8-23-2025'],['Forever Young Tour: Vanilla Ice, O-Town, Ryan Cabrera, LFO & Chris Kirkpatrick','Nebraska State Fairgrounds','Grand Island, NE','Saturday','8/30/2025','7:30 PM','7053826','Forever-Young-Tour--Vanilla-Ice--O-Town--Ryan-Cabrera--LFO---Chris-Kirkpatrick-8-30-2025'],['Stars of Texas Music Festival: Chris Young, Clint Black & Pat Green - 3 Day Pass','Texas Motorplex','Ennis, TX','Friday','10/3/2025','TBD','7141840','Stars-of-Texas-Music-Festival--Chris-Young--Clint-Black---Pat-Green---3-Day-Pass-10-3-2025'],['Stars of Texas Music Festival: Chris Young, Ashley McBryde & Ned LeDoux - Saturday','Texas Motorplex','Ennis, TX','Saturday','10/4/2025','TBD','7141838','Stars-of-Texas-Music-Festival--Chris-Young--Ashley-McBryde---Ned-LeDoux---Saturday-10-4-2025'],['Boots In The Park: Chris Young, Dustin Lynch, Tucker Wetmore & Avery Anna','Rillito Park Race Track','Tucson, AZ','Saturday','10/18/2025','1:30 PM','7119484','Boots-In-The-Park--Chris-Young--Dustin-Lynch--Tucker-Wetmore---Avery-Anna-10-18-2025']],'Chris Young','http://www.ticketnetwork.com/ticket/Chris-Young-events.aspx');