// 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-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['IndyCar Series: The Chevrolet Detroit Grand Prix - Sunday','Downtown Detroit Street Circuit','Detroit, MI','Sunday','6/1/2025','8:00 AM','6508021','IndyCar-Series--The-Chevrolet-Detroit-Grand-Prix---Sunday-6-1-2025'],['Mubadala New York Sail Grand Prix','The Beach At Governors Island','New York, NY','Saturday','6/7/2025','TBD','6877288','Mubadala-New-York-Sail-Grand-Prix-6-7-2025'],['Mubadala New York Sail Grand Prix','SailGP Race Stadium','Brooklyn, NY','Saturday','6/7/2025','1:00 PM','7104922','Mubadala-New-York-Sail-Grand-Prix-6-7-2025'],['Mubadala New York Sail Grand Prix','The Beach At Governors Island','New York, NY','Sunday','6/8/2025','TBD','6877289','Mubadala-New-York-Sail-Grand-Prix-6-8-2025'],['Mubadala New York Sail Grand Prix','SailGP Race Stadium','Brooklyn, NY','Sunday','6/8/2025','1:00 PM','7104923','Mubadala-New-York-Sail-Grand-Prix-6-8-2025'],['Formula 1: Canadian Grand Prix - 3 Day Pass','Circuit Gilles Villeneuve','Montreal, Canada','Friday','6/13/2025','TBD','6500990','Formula-1--Canadian-Grand-Prix---3-Day-Pass-6-13-2025'],['Formula 1: Canadian Grand Prix - Friday','Circuit Gilles Villeneuve','Montreal, Canada','Friday','6/13/2025','1:30 PM','6500991','Formula-1--Canadian-Grand-Prix---Friday-6-13-2025'],['Formula 1: Canadian Grand Prix - Saturday','Circuit Gilles Villeneuve','Montreal, Canada','Saturday','6/14/2025','12:30 PM','6500992','Formula-1--Canadian-Grand-Prix---Saturday-6-14-2025'],['Formula 1: Canadian Grand Prix - Sunday','Circuit Gilles Villeneuve','Montreal, Canada','Sunday','6/15/2025','2:00 PM','6500993','Formula-1--Canadian-Grand-Prix---Sunday-6-15-2025'],['Formula 1: Austrian Grand Prix - Friday','Red Bull Ring','Lind, Austria','Sunday','6/29/2025','3:00 PM','6755314','Formula-1--Austrian-Grand-Prix---Friday-6-29-2025']],'Grand Prix','https://www.ticketnetwork.com');