function cleanup(obj) {
	if ( obj.name == obj.value ) {
		obj.value = "";
	}
}
