$(function() {
});

counter1="0";
function clearonce1() {
	if (counter1==0){
	document.getElementById('mce-EMAIL').value ='';
	counter1 ++;
	}
}

