$(document).ready(function()
{
	document.getElementById("f_email").focus();
	$('input.focus, select.focus').focus();
		
});