
Event.observe(window, 'load', function() {
	$('searchtext').focus();
});
