<!--  
if (window.name!="Pictures") {
doit()
}
function doit(){
document.write('<HTML>')
document.write('<HEAD>')
document.write('</HEAD>')
document.write('<FRAMESET cols="28%">')
document.write('<NOFRAMES><BODY BGCOLOR="#FFFFFF" LINK="#0000CC" ALINK="#CC0000"')
document.write('VLINK="#990099" style="margin: 0">')
document.write('<H3><font color="black">This page has been loaded in a Frame which unfortunately you cannot see.</font></H3>');
document.write('<font color="black">Please click </font>');
document.write('<A HREF="stop2.htm"><font color="red"<b>here</b></font></A>')
document.write('<font color="black"> for the non-frames version of this page.<br><br>(SORRY: FOR THE INCONVENIENCE)</Font>');
document.write('</BODY>')
document.write('</NOFRAMES>')
document.write('   <FRAMESET cols="11%,50%" border="0">')
document.write('      <FRAME SRC="http://www.wigstonwolery.free-online.co.uk/list.htm" name="Country">')
document.write('      <FRAMESET rows="32,50%">')
document.write('         <FRAME SRC="http://www.wigstonwolery.free-online.co.uk/im/menu1.htm" name="Menu" NORESIZE')
document.write('         scrolling="no">')
document.write('         <FRAME SRC="http://ccgi.wigstonwolery.free-online.co.uk/stop.php" name="Pictures">')
document.write('      </FRAMESET>')
document.write('   </FRAMESET>')
document.write('</FRAMESET>')
document.write('</HTML>')
}
//-->