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