document.observe('dom:loaded', function() {
	$('dummy1').observe('focus', function() {
		this.clear();
	});
});
