//<!-- 

//Display Browser update links if not Nav 3 or IE4 or greater
if (!ms34)
{ 
        document.write('<div align="center"><center><table border="0" width="50%"><tr>');
        document.write('<td align="center">');
        document.write('<a href="javascript:openwin(\'http://www.microsoft.com/windows/ie/download\',\'browupd\')">');
        document.write('<img src="images/ms_link.gif" border="0" width="88" height="31">');
        document.write('</a></td>');
        document.write('<td align="center"><font size="4"><strong>');
        document.write(' This site is best viewed with<br>Explorer 4, Navigator 3 or later ');
        document.write(' </strong></font></td>');
        document.write('<td align="center">');
        document.write('<a href="javascript:openwin(\'http://home.netscape.com/download\',\'browupd\')">');
        document.write('<img src="images/ns_link.gif" border="0" width="90" height="30">');
        document.write('</a></td>');
        document.write('</tr></table></center></div>');
}

//This code © 1999 The Northern and Eastern Counties Papillon Club
//-->