jQuery(document).ready(function($) {
	$(":input[type!=hidden][type!=submit][type!=reset][type!=button][type!=radio]").eq(0).focus();
});

