function writeFooter() {	var time=new Date();	var year=time.getYear();	if(year < 2000){		year += 1900;	}	document.write("<p class='footer'>All content &copy; Suntrader "+year+". Tel: 01273 550225");}