window.onload = function() {
	var el = document.getElementById('username');
	if (el != null) {
		el.focus();
	}
}