function header()
{
document.write('<div style="width:100%;text-align:center"><p><font face="Comic Sans MS" color="#F2C130" size=3><font size="+2">Millbrook Estate</font></p> ');
document.write('<p><a href="hunter_valley_accommodation.html">Accommodation</a> | ');
document.write('<a href="hunter_valley_wine.html">Wines</a> | ');
document.write('<a href="tariffs.html">Tariffs</a> | ');
document.write('<a href="location.html">Location</a> | ');
document.write('<a href="events.html">Events</a> | ');
document.write('<a href="index.html">Home</a> | ');
document.write('<a href="mailto:info@millbrookestate.com.au">E-mail Us</a></p></div>');
}

function footer()
{
document.write('<p> <font face="Comic Sans MS" color="#F2C130" size=3> ');
document.write('<a href="hunter_valley_accommodation.html">Accommodation</a> | ');
document.write('<a href="hunter_valley_wine.html">Wines</a> | ');
document.write('<a href="tariffs.html">Tariffs</a> | ');
document.write('<a href="location.html">Location</a> | ');
document.write('<a href="events.html">Events</a> | ');
document.write('<a href="index.html">Home</a> | ');
document.write('<a href="mailto:info@millbrookestate.com.au">E-mail Us</a>');
document.write('<p>MILLBROOK ESTATE');
document.write('<br>Phone/Fax: +61 (02) 4998 1155');
document.write('<br>Proprietors: Elsie & John Lyons');
document.write('<br>Winemaker & Viticulturist: John Lyons');
document.write('<p>1617 Mount View Road. Millfield. NSW. 2325. Australia');
document.write('<br>E-mail: <a href="mailto:info@millbrookestate.com.au">info@millbrookestate.com.au</a>');
}
