$(document).ready(function(){
 
	$("#daisy_planet_retired_bubble a").hover(function() {
	$(this).next("p").stop(true, true).animate({opacity: "show", top: "306"}, "slow");
	}, function() {
	$(this).next("p").animate({opacity: "hide", top: "296"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$("#daisy_planet_married_bubble a").hover(function() {
	$(this).next("p").stop(true, true).animate({opacity: "show", top: "290"}, "slow");
	}, function() {
	$(this).next("p").animate({opacity: "hide", top: "280"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$("#daisy_planet_holiday_bubble a").hover(function() {
	$(this).next("p").stop(true, true).animate({opacity: "show", top: "-50"}, "slow");
	}, function() {
	$(this).next("p").animate({opacity: "hide", top: "-60"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$("#daisy_planet_school_bubble a").hover(function() {
	$(this).next("p").stop(true, true).animate({opacity: "show", top: "252"}, "slow");
	}, function() {
	$(this).next("p").animate({opacity: "hide", top: "242"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$("#daisy_planet_sports_bubble a").hover(function() {
	$(this).next("p").stop(true, true).animate({opacity: "show", top: "327"}, "slow");
	}, function() {
	$(this).next("p").animate({opacity: "hide", top: "317"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$("#daisy_planet_pet_bubble a").hover(function() {
	$(this).next("p").stop(true, true).animate({opacity: "show", top: "351"}, "slow");
	}, function() {
	$(this).next("p").animate({opacity: "hide", top: "341"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$("#daisy_planet_news_bubble a").hover(function() {
	$(this).next("p").stop(true, true).animate({opacity: "show", top: "215"}, "slow");
	}, function() {
	$(this).next("p").animate({opacity: "hide", top: "205"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$("#daisy_planet_clown_bubble a").hover(function() {
	$(this).next("p").stop(true, true).animate({opacity: "show", top: "262"}, "slow");
	}, function() {
	$(this).next("p").animate({opacity: "hide", top: "252"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$("#daisy_planet_birthday_bubble a").hover(function() {
	$(this).next("p").stop(true, true).animate({opacity: "show", top: "355"}, "slow");
	}, function() {
	$(this).next("p").animate({opacity: "hide", top: "345"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$("#daisy_planet_baby_bubble a").hover(function() {
	$(this).next("p").stop(true, true).animate({opacity: "show", top: "270"}, "slow");
	}, function() {
	$(this).next("p").animate({opacity: "hide", top: "260"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$("#daisy_planet_comic_bubble a").hover(function() {
	$(this).next("p").stop(true, true).animate({opacity: "show", top: "71"}, "slow");
	}, function() {
	$(this).next("p").animate({opacity: "hide", top: "61"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$("#daisy_planet_hobby_bubble a").hover(function() {
	$(this).next("p").stop(true, true).animate({opacity: "show", top: "327"}, "slow");
	}, function() {
	$(this).next("p").animate({opacity: "hide", top: "317"}, "fast");
	});
 
});
