<!--
document.writeln('<TABLE border=0>');

document.writeln('<TR>');
document.writeln('<TD width=140><font size="1" face="Verdana, Arial" color="333399"><b>Team</TD>');
document.writeln('<TD><font size="1" face="Verdana, Arial" color="333399"><center><b>Pld</TD>');
document.writeln('<TD><font size="1" face="Verdana, Arial" color="333399"><center><b>Pts</TD>');
document.writeln('</TR>');

document.writeln('<TR>');
document.writeln('<TD width=140><font size="1" face="Verdana, Arial" color="333399">1. Yeovil Town</TD>');
document.writeln('<TD><font size="1" face="Verdana, Arial" color="333399"><center>19</TD>');
document.writeln('<TD><font size="1" face="Verdana, Arial" color="333399"><center>49</TD>');
document.writeln('</TR>');

document.writeln('<TR>');
document.writeln('<TD width=140><font size="1" face="Verdana, Arial" color="333399">2. Chesham Utd</TD>');
document.writeln('<TD><font size="1" face="Verdana, Arial" color="333399"><center>19</TD>');
document.writeln('<TD><font size="1" face="Verdana, Arial" color="333399"><center>44</TD>');
document.writeln('</TR>');

document.writeln('<TR>');
document.writeln('<TD width=140><font size="1" face="Verdana, Arial" color="333399">3. Havant & Waterl.</TD>');
document.writeln('<TD><font size="1" face="Verdana, Arial" color="333399"><center>18</TD>');
document.writeln('<TD><font size="1" face="Verdana, Arial" color="333399"><center>37</TD>');
document.writeln('</TR>');

document.writeln('<TR>');
document.writeln('<TD width=140><font size="1" face="Verdana, Arial" color="333399">4. Newquay AFC</TD>');
document.writeln('<TD><font size="1" face="Verdana, Arial" color="333399"><center>19</TD>');
document.writeln('<TD><font size="1" face="Verdana, Arial" color="333399"><center>37</TD>');
document.writeln('</TR>');

document.writeln('<TR>');
document.writeln('<TD width=140><font size="1" face="Verdana, Arial" color="333399">5. Plymouth Argyle</TD>');
document.writeln('<TD><font size="1" face="Verdana, Arial" color="333399"><center>19</TD>');
document.writeln('<TD><font size="1" face="Verdana, Arial" color="333399"><center>32</TD>');
document.writeln('</TR>');

document.writeln('<TR>');
document.writeln('<td colspan="3" align="center"><font size="1" face="Verdana, Arial" color="333399">[ <a href="leaguetable.html">Full Table</a> ]</td>');
document.writeln('</tr>');
document.writeln('</TABLE>');

//-->


