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