
function getblank(this1)  {
	if (this1.value = "Your e-mail ID") {
		this1.value = "";
	}
    return true;
}

