function fill() {
	if (document.thestoryof.ffewasde.value == "")	{
		document.thestoryof.ffewasde.value = "Enter your email";
	}
}
function remove() {
	if (document.thestoryof.ffewasde.value == "Enter your email") {
		document.thestoryof.ffewasde.value = "";
	}
}


function fill2() {
	if (document.thestoryof.suggestion.value == "")	{
		document.thestoryof.suggestion.value = "Fill in the blank";
	}
}
function remove2() {
	if (document.thestoryof.suggestion.value == "Fill in the blank") {
		document.thestoryof.suggestion.value = "";
	}
}
