function writeFooter() {	var time=new Date();	var year=time.getYear();	if(year < 2000){		year += 1900;	}	document.write("<p class='footer'>All content &copy; PDL Homes "+year+". 24 Widmore Road, Bromley BR1 1RY / Tel: 020 8460 9114 / <a href='mailto:&#105;&#110;&#102;&#111;&#064;&#112;&#100;&#108;&#104;&#111;&#109;&#101;&#115;&#046;&#099;&#111;&#046;&#117;&#107;?subject=Website%20contact'>&#105;&#110;&#102;&#111;&#064;&#112;&#100;&#108;&#104;&#111;&#109;&#101;&#115;&#046;&#099;&#111;&#046;&#117;&#107;</a>");}
