<script type='text/javascript'>
jQuery(document).ready(function(){
jQuery("img.a").hover(
function() {
jQuery(this).stop().animate({"opacity": "0"}, "fast");
},
function() {
jQuery(this).stop().animate({"opacity": "1"}, "fast");
});
jQuery("img.c").hover(
function() {
jQuery(this).stop().animate({"opacity": "0"}, "fast");
},
function() {
jQuery(this).stop().animate({"opacity": "1"}, "fast");
});
jQuery("img.e").hover(
function() {
jQuery(this).stop().animate({"opacity": "0"}, "fast");
},
function() {
jQuery(this).stop().animate({"opacity": "1"}, "fast");
});
jQuery("img.g").hover(
function() {
jQuery(this).stop().animate({"opacity": "0"}, "fast");
},
function() {
jQuery(this).stop().animate({"opacity": "1"}, "fast");
});
jQuery("img.i").hover(
function() {
jQuery(this).stop().animate({"opacity": "0"}, "fast");
},
function() {
jQuery(this).stop().animate({"opacity": "1"}, "fast");
});
jQuery("img.k").hover(
function() {
jQuery(this).stop().animate({"opacity": "0"}, "fast");
},
function() {
jQuery(this).stop().animate({"opacity": "1"}, "fast");
});
jQuery("img.m").hover(
function() {
jQuery(this).stop().animate({"opacity": "0"}, "fast");
},
function() {
jQuery(this).stop().animate({"opacity": "1"}, "fast");
});
jQuery("img.o").hover(
function() {
jQuery(this).stop().animate({"opacity": "0"}, "fast");
},
function() {
jQuery(this).stop().animate({"opacity": "1"}, "fast");
});
 
});
</script>

