<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT
var w3clogo	  = "no"	// SHOW W3C VALID LOGO



document.write('<span class="footer">');

document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');


document.write(' <a href="aboutus.html">About Us</a>');

document.write('&nbsp;|&nbsp;');


document.write(' <a href="helpline.html">Help Line</a>');

document.write('&nbsp;|&nbsp;');


document.write(' <a href="kidzone.html">Kids Zone</a>');

document.write('&nbsp;|&nbsp;');


document.write(' <a href="news_events.html">News and Events</a>');

document.write('&nbsp;|&nbsp;');


document.write(' <a href="Donations.html">Donations</a>');

document.write('&nbsp;|&nbsp;');


document.write(' <a href="contactus.html">Contact Us</a>');

document.write('<br><br><br>');

   if (w3clogo == "yes") {
document.write('<br><a href="http://www.w3.org/"><img src="picts/w3c.gif" alt="Valid HTML 4.01 Transitional" border="0" vspace="6"></a><br>');
}

document.write('<br>All contents &copy; Copyright 2008 ');




// EDIT THE NEXT LINE

document.write('The Phobic Trust of New Zealand, Inc.1983.<br> PO Box 41 133, St Lukes, Auckland. 77 Morningside Drive, St Lukes, Auckland 1346, New Zealand<br><br>  Tel: +64 9 846 9779   Fax: +64 9 849 2375   Email: <a href="mailto:clinic@phobic.org.nz">clinic@phobic.org.nz</a><br><br><br> ');







   if (allwebco == "yes") {
document.write('<a href="http://www.margaretmarsh.com/webdesign/index.htm" target="_blank">Web Design</a><br>');
}


document.write('</span>');


//  End -->