<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

now = new Date
theYear=now.getYear()
if (theYear < 1900)
theYear=theYear+1900

document.write('<span class ="copyright">&copy;' + theYear + ' ');

//document.write('<a href="index.html" target="_top">Woodhall Park Retirement Village</a> ');
document.write('Woodhall Park Retirement Village.  ');
document.write('All Rights Reserved<br>');

document.write('For more information feel free to '); 

document.write(' <A HREF="mailto:postmaster@woodhallpark.ca">Contact Us</a>');

document.write('</span><br>');

//  End -->
