 $(document).ready(function(){  
$(".academic-popup a").hover(function() {
$(this).next("em").stop(true, true).animate({opacity: "show", top: "-265"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-250"}, "slow");
});
});  

 $(document).ready(function(){  
$(".iped-popup a").hover(function() {
$(this).next("em").stop(true, true).animate({opacity: "show", top: "-265"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-250"}, "slow");
});
});  
  
 $(document).ready(function(){  
$(".military-popup a").hover(function() {
$(this).next("em").stop(true, true).animate({opacity: "show", top: "-265"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-250"}, "slow");
});
});  
 
 $(document).ready(function(){  
$(".ppp-popup a").hover(function() {
$(this).next("em").stop(true, true).animate({opacity: "show", top: "-265"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-250"}, "slow");
});
});  

 $(document).ready(function(){  
$(".highschool-popup a").hover(function() {
$(this).next("em").stop(true, true).animate({opacity: "show", top: "-265"}, "slow");
}, function() {
$(this).next("em").animate({opacity: "hide", top: "-250"}, "slow");
});
});  
