window.addEvent('domready', function() {
    el = $$('INPUT.focus').shift();
    if (el){ el.focus(); }
});
