function header()
	{
	document.write('<div align="center"><font face="Arial" size="3" color="#003300"><p>');
	document.write('The Cottages:&nbsp;&nbsp;');
	document.write('<a href="bellbird.html">Bellbird</a> | ');
	document.write('<a href="swallows.html">Swallows</a> | ');
	document.write('<a href="broadmeadow.html">Broadmeadow</a> | ');
	document.write('<a href="tariffs.html">Tariffs/Enquiry Form</a><br>');
	document.write('<a href="hunter_valley_maps.html">Location/Maps</a> | ');
	document.write('<a href="hunter_valley_activities.html">Things to Bring and Do</a> | ');
	document.write('<a href="guestbook.html">Read the Guest Book</a> | ');
	document.write('<a href="horses.html">Meet the Horses</a><br>');
 	document.write('<a href="tariffs.html">Contact Us</a><br>');
 	document.write('Phone: 0414 786 705  | ');
 	document.write('<a href="index.html">Home</a><br><br></font>');
	}

function footer()
	{
	document.write('<div align="center"><font face="Arial" size="3" color="#003300"><p>');
	document.write('The Cottages:&nbsp;&nbsp;');
	document.write('<a href="bellbird.html">Bellbird</a> | ');
	document.write('<a href="swallows.html">Swallows</a> | ');
	document.write('<a href="broadmeadow.html">Broadmeadow</a> | ');
	document.write('<a href="tariffs.html">Tariffs/Enquiry Form</a><br>');
	document.write('<a href="hunter_valley_maps.html">Location/Maps</a> | ');
	document.write('<a href="hunter_valley_activities.html">Things to Bring and Do</a> | ');
	document.write('<a href="guestbook.html">Read the Guest Book</a> | ');
	document.write('<a href="horses.html">Meet the Horses</a> | ');
	document.write('<a href="index.html">Home</a><p>');
	document.write('<div align="center"><font face="Arial" size="3"><p>');
 	document.write('<a href="tariffs.html">Contact Us</a><br>');
 	document.write('Phone: 0414 786 705  <br><br>');
	document.write('Lewis Lane<br>');
	document.write('Mount View, near Millfield<br>');
	document.write('NSW, 2325  <br>');
	document.write('<p><br></font>');

	}

