var xmlHttp


function today()
{
	var now = new Date();
	document.write((now.getMonth()+1) +"/" + now.getDate() + "/" + now.getFullYear());
}

function ProcessElements()
{
	var now = new Date();
	var formattedDate = (now.getMonth()+1) +"/" + now.getDate() + "/" + now.getFullYear();
	document.getElementById('00N500000025o3s').value=formattedDate;
	document.getElementById('00N50000001smxf').value = document.getElementById('DPC_edit1_MM/DD/YYYY').value;
	formStatus = 0
	/* Initialize all the fields first */
}

        
	
	

	



