$(document).ready(function() {
	$(".glidecontent").hover(function() {
		$(this).children(".glidemeta").animate({opacity: "show"}, "slow");
	}, function() {
		$(this).children(".glidemeta").animate({opacity: "hide"}, "fast");
	});
});

       // $(function() {
        //$("#A").lavaLamp({
        //fx: "backout", 
        //speed: 700,
        //click: function(event, menuItem) {
        //return true;
          //  }
          // });
        // });

        //$(function() {
        //$("#B").lavaLamp({
        //fx: "backout", 
        //speed: 700,
        //click: function(event, menuItem) {
        //return true;
         //   }
         //  });
       // });