function writeHeader()
{

    document.write("<div class='centerContainer'>");
    document.write("<div id='mainContainer'>");
    document.write("<div id='bannerContainer'>");
						document.write("<div class='floatContainer'>");
												 document.write("<div id='livechat'><a href='contact.html'></a></div>");
												 document.write("<div id='orcall'>Or Call 1300 557 224</div>");
						document.write("</div>");
		document.write("</div>");
    document.write("<div id='navContainer'>");
    document.write("<table cellpadding='0' cellspacing='0'>");
    document.write("<tr>");
    document.write("<td>");
    document.write("<a href='index.html' onMouseOver=\"dropdownmenu(this, event, mnuHome, '150px')\" onMouseOut=\"delayhidemenu();\">HOME</a>");
    document.write("</td>");
    document.write("<td>");
    document.write("<a href='about.html' onMouseOver=\"dropdownmenu(this, event, mnuAbout, '150px');\" onMouseOut=\"delayhidemenu();\">ABOUT US</a>");
    document.write("</td>");
    document.write("<td>");
    document.write("<a href='hairfacts.html' onMouseOver=\"dropdownmenu(this, event, mnuFacts, '150px');\" onMouseOut=\"delayhidemenu();\">HAIRFACTS & SOLUTIONS</a>");
    document.write("</td>");
    document.write("<td>");
    document.write("<a href='photogallery.html'>PHOTOGALLERY</a>");
    document.write("</td>");
    document.write("<td>");
    document.write("<a href='testimonials.html' onMouseOver=\"dropdownmenu(this, event, mnuTestimonial, '150px');\" onMouseOut=\"delayhidemenu();\">TESTIMONIALS</a>");
    document.write("</td>");
    document.write("<td>");
    document.write("<a href='studio.html' onMouseOver=\"dropdownmenu(this, event, mnuLocation, '150px');\" onMouseOut=\"delayhidemenu();\">STUDIO LOCATIONS</a>");
    document.write("</td>");
    document.write("<td>");
    document.write("<a href='community.html'>COMMUNITY</a>");
    document.write("</td>");
    document.write("<td style='border:none;'>");
    document.write("<a href='contact.html'>CONTACT US</a>");
    document.write("</td>");
    document.write("</tr>");
    document.write("</table>");
    document.write("</div>");
}

function writeFooter1()
{
    document.write("<div id='footerContainer'></div>");
		document.write("</div>");
    document.write("</div>");
    document.write("<div style='width:850px;margin-left:auto;margin-right:auto;'>");
    document.write("<div style='float:left;'>Copyright &copy; ");

    D = new Date();
    year = D.getFullYear();
    document.write(year);

    document.write("&nbsp;Innovative Partners. All Rights Reserved</div>");
    document.write("<div style='float:right;'><font color='#666666'>Site Designed by : </font><a class='m8sr8s' onClick=\"window.open('http://www.m8sr8s.com.au')\" href='#'>matesrates</a></div>");
    document.write("<div class='clear'></div>")
    document.write("</div>");
}

function writeFooter()
{
    document.write("<div id='footerContainer'></div>");
    document.write("</div>");
    document.write("</div>");
	document.write("<div>");
	document.write("<table width='62%' cellpadding='0' cellspacing='0' border='0' align='center'>");
	document.write("<tr>");
	document.write("<td style='padding-bottom:20px;' align='center'>");
	document.write("Innovative Hair Loss Solutions set the standard in <a class='m8sr8s' href='crownlaser.html'>laser hair regrowth</a> with their effective, leading edge Crown Laser System<br> to successfully deliver hair regrowth treatment to thousands of men and women in Australia.");
	document.write("</td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td style='padding-bottom:20px;' align='center'>");
	document.write("<a class='m8sr8s' href='crownlaser.html'>Laser Hair Treatment</a> | <a class='m8sr8s' href='crownlaser.html'>Crown Laser System</a> | <a class='m8sr8s' href='studio.html'>Hair Clinics</a> |  <a class='m8sr8s' href='testimonials.html'>Hair Regrowth Testimonials | <a class='m8sr8s' href='http://www.ihls.com.au/emailForm/index.asp?formType=contactUS'>Contact Innovative Hair Loss Solutions</a>");
	document.write("</td>");
	document.write("</tr>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td>");
	document.write("</td>");
	document.write("</tr>");
	document.write("</table>");
	document.write("</div>");
    document.write("<div style='width:850px;margin-left:auto;margin-right:auto;'>");
    document.write("<div style='float:left;'>Copyright &copy; ");

    D = new Date();
    year = D.getFullYear();
    document.write(year);

    document.write("&nbsp;Innovative Partners. All Rights Reserved</div>");
    document.write("<div style='float:right;'><font color='#666666'>Site Designed by : </font><a class='m8sr8s' onClick=\"window.open('http://www.m8sr8s.com.au')\" href='#'>matesrates</a></div>");
    document.write("<div class='clear'></div>")
    document.write("</div>");
}
