if(top.length==0)

{
document.open();
document.write("<center>");

//document.write("<img src='warning.gif' style='position:absolute;top:0;left:200'>");
document.write("<div style='width:400px;border-width:5px;border-style:inset;border-color:#aaaaa0;padding:10px;color:#000080;font-family:times;font-weight:bold;font-size:12pt;text-align:justify;margin:5px'>");
document.write("You have loaded this page in isolation, probably from a Search Engine<br><br>");
document.write("If it is not accessed from my main site, it may not display properly, and the remainder of my site will not be available.<br><br>");
document.write("To access my site, which contains Lake District walks, general information and hundreds of photographs, click on the link below.<br><br>");
document.write("I hope you decide to visit me, but if you don't want to, just use the BACK button on your browser to navigate away.<br><br>");
document.write("<center>");
document.write("<a href='http://web.ukonline.co.uk/sw.rae/'>http://web.ukonline.co.uk/sw.rae/</a><br><br>");
document.write("</center></div></center>");
document.close();
}
