#!/bin/csh -f
cat >linkers.htm <<%
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
   <title>Links to Future Races in North East England</title>
   <meta name=keywords content="Barry Cornelius,running,race,10K,10M,half marathon,list">
   <link rel="SHORTCUT ICON"
         href="http://www.barrycornelius.com/style/favicon.ico"> 
   <link rel="stylesheet" href="http://www.barrycornelius.com/style/style.css" />
</head>
<body>
<div id="container">
<div id="anybrowser">
<a href="http://www.anybrowser.org/campaign/">
<img src="http://www.anybrowser.org/campaign/bvgraphics/anybrowser3.gif"
width="88" height="31"
border="0"
alt="Best Viewed With Any Browser"
title="Best Viewed With Any Browser"
align="right"></a>
</div>
<h1>Links to Future Races in North East England</h1>
<div id="onlycontent">
&nbsp;
%
cat ../nav.htm >>linkers.htm
cat >>linkers.htm <<%
<p>
This page gives a list of those web pages that link
to 
<a href="http://www.barrycornelius.com/running/">www.barrycornelius.com/running</a>.
Most of these pages link to the web page of
<a href="http://www.barrycornelius.com/running/races/next.htm">Future Races in North East England</a>.
Thank you for linking to this web site.
</p>
<p>
If your web page links to this web site
and you want to be included in this list, 
please
<a href="mailto:barry.cornelius@oucs.ox.ac.uk">e-mail me</a>.
Thanks.
</p>
<h3>Running clubs</h3>
<p>
<ul>
<li><a href="http://ansterhaddies.googlepages.com/links">Anster Haddies (Anstruther, Fife)</a></li>
<li><a href="http://www.claremontrr.freeserve.co.uk/events/Events.htm">Claremont Road Runners (Newcastle)</a></li>
<li><a href="http://www.durhamcityharriers.org.uk/Forum/read.php?2,551">Durham City Harriers</a></li>
<li><a href="http://www.elvet-striders.org.uk/road/popularraces.php">Elvet Striders (Durham)</a></li>
<li><a href="http://www.westauckland.plus.com/err/links.html">Evenwood Road Runners (Evenwood, Bishop Auckland)</a></li>
<li><a href="http://www.marsh-house.org/Links/links.htm">Marsh House Harriers (Billingham)</a></li>
<li><a href="http://www.newcastlerunning.co.uk/forthcoming/">Newcastle Running Club</a></li>
<li><a href="http://www.new-marske-harriers.co.uk/road.htm">New Marske Harriers</a></li>
<li><a href="http://www.newtonaycliffeac.org.uk/fixtures.html">Newton Aycliffe Athletic Club</a></li>
<li><a href="http://www.nspoly.co.uk/NSP_Local_events.html">North Shields Polytechnic Club</a></li>
<li><a href="http://www.northumberlandfellrunners.co.uk/html/links.html">Northumberland Fell Runners</a></li>
<li><a href="http://www.quakersrunningclub.org.uk/links.html">Quakers Running Club (Darlington)</a></li>
<li><a href="http://www.swaledaleroadrunners.co.uk/Newsletters/December%20Newsletter%202007.doc">Swaledale Road Runners</a></li>
<li><a href="http://www.valleystriders.org.uk/vsdates.htm">Valley Striders (Alwoodley, Leeds)</a></li>
<li><a href="http://www.athleticsyork.org.uk/useful-web-sites.htm">City of York Athletic Club</a></li>
<li><a href="http://www.yorkknavesmireharriers.co.uk/links.htm">York Knavesmire Harriers)</a></li>
</ul>
</p>
<h3>Individuals</h3>
<p>
<ul>
<li><a href="http://www.dur.ac.uk/dave.robson/running/running_links.html">Dave Robson</a></li>
<li><a href="http://www.dur.ac.uk/jamie.steel/running.php">Jamie Steel</a></li>
<li><a href="http://karlmccracken.konamoxt.com/2007/04/page/2/">Karl McCracken</a></li>
<li><a href="http://www.dur.ac.uk/m.a.coxon/running/">Michael Coxon</a></li>
</ul>
</p>
<h3>Others</h3>
<p>
<ul>
<li><a href="http://www.previews.talktalk.net/">Alan Purvis's site previewing North East races</a></li>
<li><a href="http://www.alexa.com/browse/general/?&CategoryID=897808&mode=general&Start=1&SortBy=Popularity">A page from <em>Alexa: the Web Information Company</em></a></li>
<li><a href="http://www.dmoz.org/Regional/Europe/United_Kingdom/Recreation_and_Sports/Sports/Running/">A page from the <em>Open Directory</em> (which is copied by lots of other web sites)</a></li>
<li><a href="http://thephysicalactivitystudy.blogspot.com/">The blog of <em>The Physical Activity Study</em></a></li>
<li><a href="http://www.runnersforum.co.uk/north-england/4650-yorkshire-north-east-meet-any-interest.html">Runners Forum</a></li>
<li><a href="http://www.taimages.com/html/event_calendar.html">A page from the photos-of-sports-events company TAimages</a></li>
<li><a href="http://www.teesbarrage10k.co.uk/Links.php">Information about the Tees Barrage 10K</a></li>
<li><a href="http://www.upandrunning.co.uk/shops/harrogate.php">The <em>Up and Running</em> shop at Harrogate</a></li>
<li><a href="http://en.wikipedia.org/wiki/Half_marathon">Wikipedia page about Half Marathons</a></li>
<li><a href="http://en.wikipedia.org/wiki/North_East_England">Wikipedia page about North East England</a></li>
</ul>
</p>
<p>
This page was last updated on `date '+%-d %B %Y'`.
</p>
%
cat ~/pub/style/onlycontent.foot >>linkers.htm
