//
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-02A
TN_Widget.CreateTable([['Chris Young','Grand Casino Hotel & Resort','Shawnee, OK','Friday','8/1/2025','8:00 PM','7218232','Chris-Young-8-1-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'],['OC Smoke Show: Chris Young, Chris Janson, The Band Perry & Dylan Schneider','Rancho Mission Viejo Riding Park','San Juan Capistrano, CA','Saturday','8/16/2025','1:00 PM','7193530','OC-Smoke-Show--Chris-Young--Chris-Janson--The-Band-Perry---Dylan-Schneider-8-16-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: Mark McGrath, Kid N Play, All-4-One, Montell Jordan, O-Town, Ryan Cabrera, LFO & Chris Kirkpatrick','Marymoor Park','Redmond, WA','Saturday','8/23/2025','5:30 PM','7144974','Forever-Young-Tour--Mark-McGrath--Kid-N-Play--All-4-One--Montell-Jordan--O-Town--Ryan-Cabrera--LFO---Chris-Kirkpatrick-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');