$(document).ready(function() {

	$("#home").bind("focus", function(){$(this).blur();});

});
