// JavaScript Document

function lastUpdate() {
	var date = "13 February 2012";
	document.write('Last updated ' + date);
}
