
function getblank(this1)  {
	if (this1.value = "Enter your name here") {
		this1.value = "";
	}
    return true;


if (this1.value = "Please provide us with your mail adresss") {
		this1.value = "";
	}
    return true;
}