function getblank(this1)  {
	if (this1.value = "mm/dd/yyyy") {
		this1.value = "";
	}
    return true;
}
