<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT
var pageheight	  = "5"	// SPACING ABOVE COPYRIGHT




document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="5"><br>');


// START FOOTER LINKS


document.write('<a href="contact.php">Contact Us</a>');



document.write('<br><br>All contents &copy; copyright 2007 ');



// EDIT THE NEXT LINE


document.write('<a href="index.php">Benhams Barn Bed and Breakfast</a><br>');













   if (allwebco == "yes") {
document.write('Site Design &copy; 2007 All rights reserved <a href="http://www.webways.co.uk/index.php?bb" target="_blank">Webways</a> & <a href="http://www.webways.co.uk/index.php?bb" target="_blank">Hosting</a><br>');
}



document.write('<br>');




//  End -->