<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var copyright	  = "yes"	// SHOW COPYRIGHT YES or NO ?????



// FOOTER SPACER
document.write('<img src="picts/spacer.gif" border="0" width="1" height="30"><br>');



document.write('<a href="index.html">Homepage</a>');
document.write('&nbsp;|&nbsp;');



document.write(' <a href="contact.html">Contact Us</a>');
document.write('&nbsp;|&nbsp;');


document.write(' <a href="http://mail.hillcroftstables.com/">Mailbox</a>');
document.write('&nbsp;|&nbsp;');


document.write('<br><br>All contents &copy;Copyright 2010 ');


// EDIT THE NEXT LINE


document.write('<a href="http://www.hillcroftstables.com//"target="_blank">HillCroft Stables</a><br>');


   if (copyright == "yes") {
document.write('Site Design &copy; 2010 All Rights Reserved <a href="http://www.kp-graphics.com/" target="_blank">KP-Graphics.com</a><br>');
}


//  End -->
