$(document).ready(function(){
	$("input:first").focus();
});
