<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.html">homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">about me</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">contact me</a>');




document.write('<br><br>All contents &copy;Copyright 2010 ');


// EDIT THE NEXT LINE


document.write('<a href="index.html">Andrew Cooper | Farrier</a><br>');






var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('Site Design &copy; 2010 All Rights Reserved <a href="http://www.ipdsolutions.co.uk" target="_blank">IP Data Solutions Limited</a> & <a href="http://www.streamline.net" target="_blank">Hosting</a><br>');
}





//  End -->
