var vLoad = 1;
function removeLabel() {
	if (document.getElementById("keywords").value=="Search" && vLoad==1) {
		document.getElementById("keywords").value = "";
		vLoad = 0;
	} else {
		vLoad = 0;
	}
}
