// Donateacar2charity.com frontend V3 scripts
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
} 
