<!--
COPYRIGHT = "Copyright &copy; Affordable Apartment Accommodations in Vancouver, 2003-";

function writeCopyright()
{
document.write(COPYRIGHT, new Date().getFullYear(), ". All rights reserved.");
}
-->
