
function clearDateVal(fVar)
{
	if (!fVar.value.match(/[0-9]{1,}/))
		fVar.value = '';
}

