	$(".expose").click(function() { 
		$(this).expose({api: true}).load(); 
   	}); 
	$(".expose").keypress(function() { 
		$(this).expose({api: true}).load(); 
   	}); 
	$(".submit").blur(function() { 
		$('.expose').expose({api: true}).close();
	});
