function clearParentNwsltr(emailTextBox) {
	if ( emailTextBox.value == "Enter email address" )
		emailTextBox.value = "";
}