<!--

document.writeln('<body bgcolor="#008B00" topmargin="0" leftmargin="0"><center><br>');
document.writeln('<table bgcolor="lightgreen" width="728" cellpadding="0" cellspacing="0" border="0"><tr><td width="90" align="center" valign="top">');
document.writeln('<img src="images/pcuk3a.jpg" width="90" height="90" border="0" alt="Polo Centre UK Home Page"><br>');

var dayNames = new
Array("Sun","Mon","Tue","Wed","Thur","Fri","Sat");
var monthNames = new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
var dt = new Date();
var y  = dt.getYear();
// Y2K compliant
if (y < 1000) y +=1900;
document.writeln('<font size="2" face="arial" color=008b45><b>');
document.write(dayNames[dt.getDay()] + " " + dt.getDate() + " " + monthNames[dt.getMonth()]);
document.writeln('</b></font></td>');

//Privacy
document.writeln('<td nowrap width="90" align="center" valign="top">');
document.writeln('<img src="images/flaguk.gif" border="0"><br>');
document.writeln('<br>');
document.writeln('<a href="privacy.htm">&nbsp;Privacy&nbsp;</a><br>');
document.writeln('<a href="terms.htm">&nbsp;Terms&nbsp;</a><br>');
document.writeln('<a href="messages.htm">&nbsp;Messages </a></td>');

//Center Image
document.writeln('<td width="518" align="center" valign="top">');
document.writeln('<table cellpadding="0" cellspacing="0" border="0"><tr><th valign="top">');
document.writeln('<img src="images/pcimg2.jpg" width="239" height="27" border="0"><br>');
//
document.writeln('</th></tr><tr><th valign="top">');
document.writeln('<font color=000099 size=2 face=arial>');
document.write("Page Updated " + document.lastModified);
document.writeln('</font></th></tr><tr><th valign="top">');

//Google UK
document.writeln('<form method="get" action="http://www.google.co.uk/custom" target="_top">');
document.writeln('<table bgcolor="lightgreen">');
document.writeln('<tr><td nowrap="nowrap" valign="top" align="left" height="32">');
document.writeln('<a href="http://www.google.com/">');
document.writeln('<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>');
document.writeln('<input type="text" name="q" size="31" maxlength="255" value=""></input>');
document.writeln('<input type="submit" name="sa" value="Search"></input>');
document.writeln('<input type="hidden" name="client" value="pub-7216878132994642"></input>');
document.writeln('<input type="hidden" name="forid" value="1"></input>');
document.writeln('<input type="hidden" name="ie" value="ISO-8859-1"></input>');
document.writeln('<input type="hidden" name="oe" value="ISO-8859-1"></input>');
document.writeln('<input type="hidden" name="safe" value="active"></input>');
document.writeln('<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#009900;VLC:663399;AH:center;BGC:FFFFFF;LBGC:009900;ALC:000000;LC:000000;T:0000FF;GFNT:0000FF;GIMP:0000FF;LH:27;LW:239;L:http://www.polocentre.com/images/pcimg2.jpg;S:http://www.polocentre.com;FORID:1;"></input>');
document.writeln('<input type="hidden" name="hl" value="en"></input>');
document.writeln('</td></tr></table>');
document.writeln('</form></th></tr></table></td>');

//Site Map
document.writeln('<td nowrap width="90" align="center" valign="top">');
document.writeln('<img src="images/flaguk.gif" border="0"><br>');
document.writeln('<br><a href="index2.htm">&nbsp;Home </a><br>');
document.writeln('<a href="links.htm">&nbsp;Links </a><br>');
document.writeln('<a href="sitemap.htm">&nbsp;Site Map </a></td>');

//Right Logo
document.writeln('<td width="120" align="center" valign="top">');
document.writeln('<a href="http://www.hpa-polo.co.uk/" target="_top"><img src="images/HPAlogo.jpg" border="0" width="90" height="80" alt="Hurlingham Polo Association"></A>');
document.writeln('<a href="livery/feedback.htm">&nbsp;Contact&nbsp;</a>');
document.writeln('</font></td></tr></table>');

//-->