// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-01A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Coachella Valley Firebirds vs. Texas Stars','Acrisure Arena','Palm Desert, CA','Wednesday','12/3/2025','6:30 PM','7265057','Coachella-Valley-Firebirds-vs--Texas-Stars-12-3-2025'],['Rene Vaca','Spotlight Showroom at Spotlight 29 Casino','Coachella, CA','Friday','12/5/2025','8:00 PM','7426553','Rene-Vaca-12-5-2025'],['Abbotsford Canucks vs. Coachella Valley Firebirds','Rogers Forum','Abbotsford, Canada','Saturday','12/6/2025','7:00 PM','7264369','Abbotsford-Canucks-vs--Coachella-Valley-Firebirds-12-6-2025'],['Matt Friend','Spotlight Showroom at Spotlight 29 Casino','Coachella, CA','Saturday','12/6/2025','8:00 PM','7175642','Matt-Friend-12-6-2025'],['Abbotsford Canucks vs. Coachella Valley Firebirds','Rogers Forum','Abbotsford, Canada','Sunday','12/7/2025','4:00 PM','7264370','Abbotsford-Canucks-vs--Coachella-Valley-Firebirds-12-7-2025'],['Calgary Wranglers vs. Coachella Valley Firebirds','Scotiabank Saddledome','Calgary, Canada','Tuesday','12/9/2025','7:00 PM','7264697','Calgary-Wranglers-vs--Coachella-Valley-Firebirds-12-9-2025'],['Calgary Wranglers vs. Coachella Valley Firebirds','Scotiabank Saddledome','Calgary, Canada','Thursday','12/11/2025','7:00 PM','7264698','Calgary-Wranglers-vs--Coachella-Valley-Firebirds-12-11-2025'],['Scott Bradlee's Postmodern Jukebox','Spotlight Showroom at Spotlight 29 Casino','Coachella, CA','Saturday','12/13/2025','8:00 PM','7179072','Scott-Bradlee-s-Postmodern-Jukebox-12-13-2025'],['Coachella Valley Firebirds vs. San Jose Barracuda','Acrisure Arena','Palm Desert, CA','Wednesday','12/17/2025','6:30 PM','7265059','Coachella-Valley-Firebirds-vs--San-Jose-Barracuda-12-17-2025'],['Coachella Valley Firebirds vs. Bakersfield Condors','Acrisure Arena','Palm Desert, CA','Friday','12/19/2025','7:00 PM','7265062','Coachella-Valley-Firebirds-vs--Bakersfield-Condors-12-19-2025']],'Coachella','https://www.ticketnetwork.com');