/**
 * @author remi
 */

window.onload = function() {
	u = document.getElementById("username");
	u.focus();
}