window.onload = function(){
	document.getElementById('user-input').focus();
};
