
document.observe("dom:loaded", function()
{
	$('firstSearchKeyword').focus();
});

