
function clearDefault(ref) {
	if (ref.value == "Start Your Search Here" || ref.value == "Email or Member ID") {
		ref.value = "";
	}
	
}