$(function() { 
	var focus_obj = document.getElementById('login_username');
	focus_obj.focus();
});

