<!-- Begin
var d=new Date();
yr=d.getFullYear();

document.write('<span class="copytext">&copy; Copyright 2008');
if (yr!=2008) document.write(' - '+yr);
document.write(' Michael Eady Properties  All Rights Reserved');
document.write('</span>');
//  End -->
