$(document).ready(function(){
	if ($("#formSearch").length > 0)
	{
		$("#formSearch").focus();
	}
});
