$(function() {
    var navButtons = '#born, #home';
    $(navButtons).hover(function() {
		
	//	setTimeout(function () { $(navButtons).stop().animate({'top':'-30px'},{queue:true,duration:200}); }, 450); 	
        $(this).stop().animate({'top':'-30px'}, 150); ;	
		
        }, function () {
	//	setTimeout(function () { $(navButtons).stop().animate({'top':'0px'},{queue:true,duration:200}); }, 440); 	
		$(this).stop().animate({'top':'0px'}, 150); ;	        
        });
});
/*

$(function() {
    var navButtons = '#share1, #home1';
    $(navButtons).hover(function() {
		
	//	setTimeout(function () { $(navButtons).stop().animate({'top':'-30px'},{queue:true,duration:200}); }, 450); 	
        $(this).stop().animate({'top':'-30px'}, 150); ;	
		
        }, function () {
	//	setTimeout(function () { $(navButtons).stop().animate({'top':'0px'},{queue:true,duration:200}); }, 440); 	
		$(this).stop().animate({'top':'0px'}, 150); ;	        
        });
});
*/
