//
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-04A
TN_Widget.CreateTable([['Coachella Valley Invitational - Weekend 1','Empire Polo Field','Indio, CA','Saturday','2/7/2026','TBD','7622132','Coachella-Valley-Invitational---Weekend-1-2-7-2026'],['Coachella Valley Invitational - MLS Day 1','Empire Polo Field','Indio, CA','Saturday','2/7/2026','10:00 AM','7622131','Coachella-Valley-Invitational---MLS-Day-1-2-7-2026'],['Coachella Valley Invitational - MLS Day 2','Empire Polo Field','Indio, CA','Sunday','2/8/2026','10:00 AM','7622134','Coachella-Valley-Invitational---MLS-Day-2-2-8-2026'],['Coachella Valley Invitational - MLS Day 3','Empire Polo Field','Indio, CA','Wednesday','2/11/2026','10:00 AM','7622143','Coachella-Valley-Invitational---MLS-Day-3-2-11-2026'],['Coachella Valley Invitational - Weekend 2','Empire Polo Field','Indio, CA','Saturday','2/14/2026','TBD','7622154','Coachella-Valley-Invitational---Weekend-2-2-14-2026'],['Coachella Valley Invitational - MLS Day 4','Empire Polo Field','Indio, CA','Saturday','2/14/2026','10:00 AM','7622150','Coachella-Valley-Invitational---MLS-Day-4-2-14-2026'],['Coachella Valley Invitational - NWSL Day 1','Empire Polo Field','Indio, CA','Sunday','2/15/2026','10:00 AM','7622162','Coachella-Valley-Invitational---NWSL-Day-1-2-15-2026'],['Coachella Valley Invitational - NWSL Day 2','Empire Polo Field','Indio, CA','Saturday','2/21/2026','10:00 AM','7622166','Coachella-Valley-Invitational---NWSL-Day-2-2-21-2026'],['Coachella 2026 Weekend 1: Sabrina Carpenter, Justin Bieber & Karol G - 3 Day Pass','Empire Polo Field','Indio, CA','Friday','4/10/2026','TBD','7103989','Coachella-2026-Weekend-1--Sabrina-Carpenter--Justin-Bieber---Karol-G---3-Day-Pass-4-10-2026'],['Coachella 2026 Weekend 2: Sabrina Carpenter, Justin Bieber & Karol G - 3 Day Pass','Empire Polo Field','Indio, CA','Friday','4/17/2026','TBD','7103990','Coachella-2026-Weekend-2--Sabrina-Carpenter--Justin-Bieber---Karol-G---3-Day-Pass-4-17-2026'],['(Shuttle Passes Only) Stagecoach Festival','Empire Polo Field Shuttle Routes','Indio, CA','Friday','4/24/2026','TBD','7460906','-Shuttle-Passes-Only--Stagecoach-Festival-4-24-2026'],['Stagecoach Festival: Cody Johnson, Lainey Wilson & Post Malone - 3 Day Pass','Empire Polo Field','Indio, CA','Friday','4/24/2026','TBD','7203845','Stagecoach-Festival--Cody-Johnson--Lainey-Wilson---Post-Malone---3-Day-Pass-4-24-2026'],['Stagecoach Festival: Cody Johnson, Bailey Zimmerman & Red Clay Strays - Friday','Empire Polo Field','Indio, CA','Friday','4/24/2026','12:00 PM','7203847','Stagecoach-Festival--Cody-Johnson--Bailey-Zimmerman---Red-Clay-Strays---Friday-4-24-2026'],['Stagecoach Festival: Lainey Wilson, Riley Green & Journey - Saturday','Empire Polo Field','Indio, CA','Saturday','4/25/2026','12:00 PM','7203848','Stagecoach-Festival--Lainey-Wilson--Riley-Green---Journey---Saturday-4-25-2026'],['Stagecoach Festival: Post Malone, Brooks and Dunn & Hootie and The Blowfish - Sunday','Empire Polo Field','Indio, CA','Sunday','4/26/2026','12:00 PM','7203850','Stagecoach-Festival--Post-Malone--Brooks-and-Dunn---Hootie-and-The-Blowfish---Sunday-4-26-2026']],'Empire Polo Field','https://www.ticketnetwork.com/ticket/Empire-Polo-Field-events.aspx');