



function printHeader () {
document.write("<table class='textheader' colspan='8'>" 
+ "</table>"
+ "<table class='textheader' colspan='8'>"
+ "<tr>"
+ "<td colspan='1' align='center'><img src='./images/earthglobe.gif' width='60' height='60'>" + "</td>"
+ "<td colspan='6' align='center'><img src='./images/head3.gif' height='60'>" + "</td>"
+ "<td colspan='1' align='center'><img src='./images/spainlogo.gif' width='60' height='60'>" + "</td>"
+ "</tr>" + "</table>"
+ "<table class='textheader' colspan='6' border='0'>"

+ "</table>");
	}



function printFooter () {
document.write("<table class='textfooter'>"+"<tr>"+"<td class='textfootertd'>");
document.write("<a href='#top'>Top of Page</a>"+"<br />");
document.write("<a href='./index.htm'>Home</a>"+"<br />");
document.write("<a href='http://SuffolkBandB.com/'>Suffolk Bed and Breakfast</a>"+"&nbsp"+"||"+"&nbsp"+"<a href='http://www.Brightwells.net'> Brightwells Overseas Properties Ltd</a>"+"<br />");
document.write("<font size='2'><b>This Page was last modified:- " + document.lastModified + "<br />");
document.write("The current page address is :- " + document.URL + "<br />");
document.write("<font color='darkblue' size='2'><b>&copy JMB2</b>" + "<br />");
document.write("owned by&nbsp<a href='mailto:info&#64;jmb2.com?subject=book a place in the sun website'> J. Brightwell</a>"+"<br />"); 
document.write("created by&nbsp<a href='mailto:info&#64;mhldesign.co.uk?subject=Book a place in the sun website'>MHLDesign</a>"+ "</td>"+"<br />");


	}
