2017 SCCA Runoffs - HP Race
Live Audio
All data is unofficial.
- Long Lap/In Pits
Purple Block - Current Overall Best
Purple Text - Overall Best
Green Block - Current Personal Best
Green Text - Personal Best
Sort by Best Time
$(document).ready(function()
{
$.getJSON('https://api.motorsportreg.com/rest/calendars/organization/679ED538-D309-B423-1FE5E398B8216E3B.jsonp?jsoncallback=?'
,{
dataType: "jsonp"
,cacheBuster: new Date()
}
,function(json)
{
var tbl = '';
$.each(json.response.events, function(i, evt)
{
tbl += '
Pos | Cl | # | Name | Laps | Gap | Last Time | Best Time | Spd | S1 | S2 | S3 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
' + evt.name + ' | '; tbl += '' + evt.type + ' | '; tbl += '' + evt.venue.city + ', ' + evt.venue.region + ' | '; tbl += '' + evt.start + ' | '; tbl += '' + evt.end + ' | '; tbl += '' + ((typeof(evt.registration.start) === 'undefined') ? '' : evt.registration.start) + ' | '; tbl += '