window.onload = function() {
	document.getElementById('email').focus();
};
