document.observe("dom:loaded", function(){
	if($('demoQuery')){
		attachQueryBarListener();
		$$('#demoQuery input')[0].focus();
	}
});