Marathon results of Flip Mulder (2024)

";if ( i == prIndex )htmltooltip = "

Best Result

" + htmltooltip;htmltooltip = "

" + htmltooltip + "

";chartdata.addRow( [ d, convert_to_timeofday(r) , htmltooltip, style ] );}let ticks = [];for( var y = firstYear; y <= (lastYear + 1) ; y++ )ticks.push( new Date( y, 1, 1) );// Set chart optionsvar options = {'title':"Flip Mulder - Marathon Results", 'width':'100%', 'height':300, 'hAxis': { 'format': 'yyyy' , ticks: ticks ,minValue : new Date( firstYear, 1, 1 ),maxValue : new Date( lastYear + 1, 1, 1 )}, 'vAxis': { 'format': 'h:mm:ss' , 'direction': -1 ,'minValue': convert_to_timeofday( minResult - 600 ), 'maxValue': convert_to_timeofday( maxResult + 600 ) }, 'colors': [ '#39B893' ], 'tooltip': {'isHtml': true}, 'trendlines': { 0: { tooltip: false} }, 'titleTextStyle': { 'color': '#017487', 'fontSize': 18, 'bold': false }, 'legend' : { 'position':'none' }};// Instantiate and draw our chart, passing in some options.var chart = new google.visualization.ScatterChart(document.getElementById('results_chart'));chart.draw(chartdata, options);google.visualization.events.addListener(chart, 'select', selectHandler);function selectHandler() {let selection = chart.getSelection();let res = chart_results_array[ selection[0].row ];let u = "./result/" + res["resultid"] ;document.location.href = u;return;}}var gView = 'm'; function show_alert( msg ){$('.name').css( "display", "none" );$('#alertWarning').css( "display", "block" );$('#alertWarning').html( msg );}const column_headers = {Year : 'Year',When : 'When',As : 'As',Where : 'Where',Result : 'Result
(Brutto)',ResultRaw : 'Result',Category : 'Category',GenderRank : 'Gender
Rank',OverallRank : 'Overall
Rank',CategoryRank : 'Category
Rank',Gender : 'Gender',Heat : 'Heat'};$(function() {set_clean_view();$('#cbCleanView').change( function () {const b = $(this).is(':checked');if ( b )set_cookie( "clean_view", "true", 180 );elseset_cookie( "clean_view", "false", 1 );set_clean_view( b ) ;});// Load the Visualization API and the corechart package.google.charts.load('current', {'packages':['corechart']});// Set a callback to run when the Google Visualization API is loaded.google.charts.setOnLoadCallback(drawChart);const domContainer = document.querySelector('#spanFlag');if ( domContainer )ReactDOM.render(React.createElement(LargeFlag, {country:""}), domContainer);//$('#nav_search_box_container input').val( 'Flip Mulder' );$('#tab_marathon').addClass("active");$('#marathon_results').addClass("in");$('#marathon_results').addClass("active");$('.nav-tabs a').on('shown.bs.tab', function(event){var tab_id = $(event.target).attr("id");if ( tab_id == "tab_all" )gView = 'a';elsegView = 'm'var el = '#resultsTable';var showAdd = false;var showDelete = false;var showEdit = false;var showExpand = false;var showCommentTools = { "delete": showDelete , "edit" : showEdit, "expand" : showExpand };let stats = get_stats( json["data"], 3 , true ); const heat_type = 3;if ( !show_results( json["data"], $(el), showGrouped, stats, heat_type, true , showCommentTools, column_headers)){window.setTimeout( function() {show_results( json["data"], $(el), showGrouped, stats, heat_type, true, showCommentTools, column_headers );}, 10 );}});});function build_person_results( data ){add_to_local_history( data.additional_info.display_text ); let stats = get_stats( data , 3 );build_results( json, stats, false , false );}function build_member_suggestions( json ){$('#txtMembers').html( "The following MarathonView members match your search. If none of them is who you're looking for, clickhere.");const count = json.length;let html = "\n";let idx = 0;while( idx < count ){html += "\n";idx++;}html += ( "
\n";const sugg = json[ idx];html += ( "" );html += ( "" + sugg["display_name"] + "" );if ( sugg["country" ] )html += "Marathon results of Flip Mulder (3)&nbsp";var d = parse_date( sugg["create_date" ] );var year = d.getFullYear();var datestring = month_names_short[ d.getMonth() ] + " " + year ;html += ( "Member Since " + datestring);html += "
\n");$('#suggested-members').html( html );}function build_name_suggestions( json ){var suggestions = json["data"]["suggestions"];var dataSet = [];if ( !suggestions || suggestions.length == 0 ){show_alert( "No results for Flip Mulder" );return;}for( var i = 0 ; i < suggestions.length ; i++ ){var suggest = suggestions[i];var url = "./query/" + encodeURIComponent( suggest["name"] );var a = "" + suggest["name"] + "&nbsp(" + suggest["count"] + ")";var row = [ a ];dataSet.push( row );}var bPaging = true;if ( dataSet.length < 10 )bPaging = false;var col_headers = [ { title:"" } ];$('#fetching').html("");$('#resultsTable').DataTable( {"ordering": false, "searching": false,"paging": bPaging,"lengthChange": false, data: dataSet,columns: col_headers} );$('.name').html( 'Did you mean one of these?' );} function get_us_states_count( results ) { if ( !results || results.length == 0 ) return 0; return ( new Set( results.map( r => ( r.event_country == 'usa' ? r.event_state : null ) ).filter( item => item != null ))).size; } function build_marathon_details( json, stats ) { const details = { heat_type : 3 };/*let pr = null; // Best Resultlet pb = null; // Personal Bestif ( stats.personal_best || stats.personal_best == 0){pb = showAsResult( json["data"]["results"][stats.personal_best]["personal_time"]);}if ( stats.result_best || stats.result_best == 0){pr = showAsResult( json["data"]["results"][stats.result_best]["result"] ) ;}if ( pr && pb ){if ( pr != pb ){details.best = pb;details.brutto = pr;}else{if ( !pr )pr = pb;details.best = pr ;}}else{if ( !pr )pr = pb;details.best = pr ;}*/details.stats = stats;details.count = stats.count;details.countries = stats.countries;var mc = stats.majors.count;if ( mc ){var s = "";if ( mc == 6 ) // Num of majorss = " (All)";details.majors = stats.majors.count + s;}const bq = json["data"]['additional_info']['bq_info']['is_bq']details.bq = bq ? "Yes" : "No" ;const arank = json['data']['additional_info']['asphalt_rank'] / 100;details.asphalt_rank = number_format( arank, 2, ".", "" ) ; const us_states_count = get_us_states_count( json["data"]['results'] ); details.us_states_count = us_states_count > 4 ? us_states_count : null; details.results = json.data.results; return details; } function build_all_races_details( json, stats ) { const details = { heat_type : 0 };details.count = stats.count;details.stats = stats; return details; } function build_results( json, stats , is_bib , showCommentTools){if ( !stats ){show_alert( "No results for Flip Mulder" );return;}if ( stats && stats.count > 0 ){ const details = build_marathon_details( json, stats ); details.lang = 'en'; const domContainer = document.querySelector('#SummaryTable_Wrapper');if ( domContainer )ReactDOM.render(React.createElement(SummaryTable, details), domContainer);}const el = '#resultsTable';var showAdd = false;var showDelete = false;var showEdit = false;var showExpand = false;var showCommentTools = { "delete": showDelete , "edit" : showEdit, "expand" : showExpand }; const heat_type = 3;if ( !show_results( json["data"], $(el), showGrouped, stats, heat_type, showAdd, showCommentTools , column_headers)){window.setTimeout( function() {show_results( json["data"], $(el), showGrouped, stats, heat_type, showAdd, showCommentTools, column_headers );}, 10 );}if ( is_bib ){document.title = json["data"]["query"] ;$('.name').html( "Runs with number " + json["data"]["query"] );}else{const name = json["data"]['additional_info']['display_text'];document.title = 'Marathon Results of ' + name;}if ( json["data"]['additional_info']['member_info'] ){const name = json["data"]['additional_info']['display_text'];const sname = "" + name + "";if ( json["data"]["wiki_page"] )sname = "" + name + "";const name2 = name.replace(/ /g, "-");const url_non_member = "./marathon-results-of-" + fixedEncodeURIComponent( name2 ) + '?members_first=false';const txtMembers = document.querySelector( '#txtMembers' );txtMembers.innerHTML = "Showing results for runner " + name + ". If you're looking for someone else, click here. ";}else{}}build_person_results( json['data'] );function compareto( other ){document.location.href = './compareto?q=' + other;}Marathon results of Flip Mulder (4)

🍪 MarathonView is using cookies to ensure you get the best experience on our website

Marathon results of Flip Mulder (2024)
Top Articles
1145 Barnett Drive
Craigslist Georgia Cars And Trucks - By Owner
Roblox Roguelike
Chris Provost Daughter Addie
Euro (EUR), aktuální kurzy měn
Readyset Ochsner.org
Body Rubs Austin Texas
Beacon Schnider
Mohawkind Docagent
The Pope's Exorcist Showtimes Near Cinemark Hollywood Movies 20
Corpse Bride Soap2Day
Mlifeinsider Okta
Seafood Bucket Cajun Style Seafood Restaurant in South Salt Lake - Restaurant menu and reviews
Valentina Gonzalez Leak
Tcgplayer Store
Download Center | Habasit
Tygodnik Polityka - Polityka.pl
A Biomass Pyramid Of An Ecosystem Is Shown.Tertiary ConsumersSecondary ConsumersPrimary ConsumersProducersWhich
Blue Rain Lubbock
Dragger Games For The Brain
Holiday Gift Bearer In Egypt
Gotcha Rva 2022
Sec Baseball Tournament Score
Airline Reception Meaning
Sound Of Freedom Showtimes Near Movie Tavern Brookfield Square
City Of Durham Recycling Schedule
Garden Grove Classlink
Craigslist Brandon Vt
30+ useful Dutch apps for new expats in the Netherlands
Elijah Streams Videos
Ringcentral Background
Vlacs Maestro Login
Noaa Marine Forecast Florida By Zone
Ellafeet.official
Jambus - Definition, Beispiele, Merkmale, Wirkung
Plato's Closet Mansfield Ohio
Craigslist Hamilton Al
Uhaul Park Merced
D3 Boards
Adam Bartley Net Worth
R/Moissanite
“To be able to” and “to be allowed to” – Ersatzformen von “can” | sofatutor.com
Gopher Hockey Forum
Foxxequeen
Hk Jockey Club Result
Menu Forest Lake – The Grillium Restaurant
tampa bay farm & garden - by owner "horses" - craigslist
Bellelement.com Review: Real Store or A Scam? Read This
Bbwcumdreams
The Goshen News Obituary
Ark Silica Pearls Gfi
Latest Posts
Article information

Author: Lidia Grady

Last Updated:

Views: 5969

Rating: 4.4 / 5 (45 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Lidia Grady

Birthday: 1992-01-22

Address: Suite 493 356 Dale Fall, New Wanda, RI 52485

Phone: +29914464387516

Job: Customer Engineer

Hobby: Cryptography, Writing, Dowsing, Stand-up comedy, Calligraphy, Web surfing, Ghost hunting

Introduction: My name is Lidia Grady, I am a thankful, fine, glamorous, lucky, lively, pleasant, shiny person who loves writing and wants to share my knowledge and understanding with you.