		var mydate=new Date()
		var year=mydate.getYear()
		if (document.all) {
			newline="<br>";
		}
		else if (document.layers) {
			newline="\n";
		}
		else if (document.getElementById) {
			newline="<br>";
		}
		if (year < 1000)
		year+=1900
		var daym=mydate.getDate()
		document.write(newline +"<a href=\"http://www.butterworths.com/copyright/copyright.htm\" title=\"&copy; Reed Elsevier (UK) Limited "+ year +"\" onmouseover=\"window.status='&copy; Reed Elsevier (UK) Limited "+ year +"'; return true\" onmouseout=\"window.status=''; return true\" class=\"copyline\" id=\"copyline\" target=\"_top\">&copy; Reed Elsevier (UK) Limited "+year+"</a>"+ newline +"Your use of this service is governed by <a href=\"http://www.butterworths.com/copyright/licence.htm\" title=\"Terms &amp; Conditions\" onmouseover=\"window.status='Terms &amp; Conditions'; return true\" onmouseout=\"window.status=''; return true\" class=\"copyline\" id=\"copyline\" target=\"_top\">Terms &amp; Conditions</a>"+ newline +"Please review them"+ newline);