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

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