Event.observe(window, 'load', function() {
	var input = $A($('main').getElementsByClassName('tx-newloginbox-pi3-searchbox-sword'));
 	input.each(function(i){
		 	i.focus();
 	});
 });
 	
