$(function(){$(".loadingBox").hide();$(".showOnDocumentReady").show();var a=$("input[type=text], input[type=checkbox], input[type=radio], select, textarea, button",$(".main").children().not(".noAutofocus")).filter(":visible").eq(0);a.focus();if(a.hasClass("autocompleteBox")){a.select()}});
