Syn.setPreventSearchBarFocus=function(){Syn.preventSearchBarFocus=true;return true};$(document).ready(function(){if(document.location.hash==''){$('#q:visible:enabled').focus()}else{Syn.setPreventSearchBarFocus()}$(':input:not(#q)').bind('focus',Syn.setPreventSearchBarFocus)});$(window).load(function(){if(!Syn.preventSearchBarFocus){$('#q:visible:enabled').focus()}$(':input:not(#q)').unbind('focus',Syn.setPreventSearchBarFocus);delete Syn.preventSearchBarFocus;delete Syn.setPreventSearchBarFocus});
