$("#homeBTN, #homeBTNleft").hover(function(){
	$("#homeTEXT").animate({ 
		top: "150px"}, {
		duration: 'slow',
		easing: 'easeOutBack'
	});
	
});
