function getUpdateDate(){
	return "January 27, 2012";	
}

function loadDate(){
	document.all.tdUpdateDt.innerText = getUpdateDate();
}

