<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.htm">Our Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="philosophy.htm">Our Philosophy</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="collections.htm">Our Collections</a>');




document.write('<br><br>&copy; ');


// EDIT THE NEXT LINE


document.write('<a href="http://www.eye-company.co.uk">The Eye Company Ltd</a> 1993-2010<br>');






var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('The Eye Company Ltd is registered in England and Wales. Company no 02856089.</a><br>');
}





//  End -->