-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-records.php
98 lines (74 loc) · 4.15 KB
/
page-records.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?php
$title = "Local Road Race Records";
include("includes/head.php");
?>
<!-- Nav and Banner -->
<header>
<?php include("includes/nav.php"); ?>
</header>
<!-- End Header -->
<!-- Main Content Section -->
<div class="row page">
<div class="large-2 small-6 columns">
<h4>Local Records</h4>
</div>
<a href="/">
<div class="large-2 small-6 columns">
<div class="panel">
<p>1 Mile Records</p>
</div>
</div>
</a>
<a href="/">
<div class="large-2 small-6 columns">
<div class="panel">
<p>5K Records</p>
</div>
</div>
</a>
<a href="/">
<div class="large-2 small-6 columns">
<div class="panel">
<p>4 Mile Records</p>
</div>
</div>
</a>
<a href="/">
<div class="large-2 small-6 columns">
<div class="panel">
<p>10K Records</p>
</div>
</div>
</a>
<a href="/">
<div class="large-2 small-6 columns">
<div class="panel">
<p>Half Mar. Records</p>
</div>
</div>
</a>
<hr>
</div>
<div class="row">
<div class="large-8 columns">
<h3>MRTC Local Road Race Records</h3>
<p>Memphis Area Road Race Records are recorded and published as "MRTC Local Race Records". This information contains records set for MRTC measured courses or USATF Certified courses in the Memphis Area. To be eligile for "MRTC Local Race Records", you must be legitimately entered in the race and must be a local resident of the Memphis area.</p>
<p>As of Jan. 1, 2004, if you are not a local resident but support MRTC by being a member, you will also be eligible to be in "MRTC Local Race Records". "All-Time" records that have been previously recorded in "MRTC Local Race Records" (before Jan. 1, 2004) by non-local, non-MRTC members, will be allowed to remain until said record is broken.</p>
<p>"MRTC Local Race Records" was started in 1998 by Paul Ireland and was taken over by Rachel Ragan in 2002. In April of 2004, Vince Perryman took it over and on Jan.1, 2005 Rachel Ragan took it back. On August 31, 2005 John Payne took it. In February, 2009, Rachel Ragan took it again, and later in 2009, Olaf Schulz took it. Terry Connell took it September, 2011.</p>
<p>Starting in 2005 we added the Senior Master category.</p>
<p>If you see any errors or discrepencies in any of these records (including misspelled names, incorrect ages or the reporting of non-local, non MRTC-members record holders after Jan. 1, 2004), please contact Terry Connell at [email protected].</p>
<p>"All-Time Record" means a person has held that record from Jan. 1, 1998 through the latest records update, except for 1-Mile records, which started in 2004 and half marathon records, which started in 2002.</p>
<p>All Memphis Area races which contract with the MRTC for services must certify their race course with MRTC. MRTC certified race courses are accurate in measurement and hold the same standards as do USATF certified courses. If any changes to the course are made after MRTC certification, the certification becomes void and must be re-certified. Refer to the MRTC Event Contract form for certification information.</p>
</div>
<div class="large-4 columns">
<div class="panel">
<h5>Tennessee Road Race Records</h5>
<p>K. Jones compiles and posts Road Race Records (for every age) for several regions of the United States, including Tennessee.</p>
</div>
<div class="panel">
<h5>Tennessee State Certified Races</h5>
<p>Certification for race courses listed are based on the standards adopted by the USATF Road Running Technical Council (RRTC). USATF race course certifications automatically expire after 10 years but may be restored to good standing upon application to USATF using the USATF Road Running Technical Council Application Form.</p>
</div>
</div>
</div>
<?php include("includes/footer.php"); ?>