<!--

/**************************************
* writes footnote and copyright stuff *
* at the bottom of each page          *
**************************************/

var TodayDate = new Date();                      // Generate Current Date and Time 
var MyYear = TodayDate.getYear();                // Aquire Current Year
if (MyYear < 2000) { MyYear = 1900 + MyYear; }   // Y2K Fix 

var footer = ""
footer += "<br><font color='#003366'>The Maun Homeopathy Project is a registered charity No.1109958<br>";
footer += "All rights reserved &copy; 2002-" +MyYear+ "<br><br>";
footer += "<a href='http://www.pfpm.org.uk' title='Project Managers' target='_blank'><img src='images/pfpmlogo.gif' alt='Proud sponsors of MHP' border='0'></a><br>";
footer += "PFPM is delighted to sponsor this website and fully supports the Maun Homeopathy Project<br>PFPM are consultant Project Managers, please contact us at <a href=mailto:peter@pfpm.org.uk>peter@pfpm.org.uk</a>  for any project management enquiries.<br><br>";
footer += "Another site designed by <a href='http://www.cnodesigns.co.uk' title='Web Design Specialists' target='_blank'>CNO Designs Ltd</a></font>";
document.write(footer);

//-->

