$(function(){
	// auto focus on load
	$('input.autofocus').focus();
});
