window.addEvent('domready', function()
{
	var el;
	if (el = $E('.first-focus'))
		el.focus();
});
