
$(document).ready(function(){
	$("object").focus(function(){
		$(this).blur();		
		
	});
});

