window.onload = function()
{
	var q = document.getElementById('q');
	if( q )
	{
		q.focus();
	}



}

