/* Focus the username field in the login form */
$(document).ready(function() {
	$('#user-login #edit-name').focus();
});