function getUpdateDate(){
	return "August 23, 2010";	
}

function loadDate(){
	document.all.tdUpdateDt.innerText = getUpdateDate();
}
