
	$(document).ready ( function ()
		{
			$("input#username").focus ();
		}
	);
