jQuery(document).ready(function(){
	jQuery(".galileo").hover(function() {
		jQuery(this).attr("src","http://galileoenrichment.sme.net.ph/wp-content/uploads/2009/07/galileo_over.gif");
			}, function() {
		jQuery(this).attr("src","http://galileoenrichment.sme.net.ph/wp-content/uploads/2009/07/galileo.gif");
	});
});
jQuery(document).ready(function(){
	jQuery(".wick-whirl").hover(function() {
		jQuery(this).attr("src","http://galileoenrichment.sme.net.ph/wp-content/uploads/2009/07/wick-whirl_over.gif");
			}, function() {
		jQuery(this).attr("src","http://galileoenrichment.sme.net.ph/wp-content/uploads/2009/07/wick-whirl.gif");
	});
});
jQuery(document).ready(function(){
	jQuery(".phil").hover(function() {
		jQuery(this).attr("src","http://galileoenrichment.sme.net.ph/wp-content/uploads/2009/07/phil_over.gif");
			}, function() {
		jQuery(this).attr("src","http://galileoenrichment.sme.net.ph/wp-content/uploads/2009/07/phil.gif");
	});
});
jQuery(document).ready(function(){
	jQuery(".wiz").hover(function() {
		jQuery(this).attr("src","http://galileoenrichment.sme.net.ph/wp-content/uploads/2009/07/wiz_over.gif");
			}, function() {
		jQuery(this).attr("src","http://galileoenrichment.sme.net.ph/wp-content/uploads/2009/07/wiz.gif");
	});
});
jQuery(document).ready(function(){
	jQuery(".bling").hover(function() {
		jQuery(this).attr("src","http://galileoenrichment.sme.net.ph/wp-content/uploads/2009/07/bling_over.gif");
			}, function() {
		jQuery(this).attr("src","http://galileoenrichment.sme.net.ph/wp-content/uploads/2009/07/bling.gif");
	});
});