$(function(){
	$('#comment-styling').cycle();
	$('#feature-gallery').cycle({ 
    timeout: 6000 
});
});		
$(function(){
	$('#comment-styling').cycle();
	$('#feature-gallery1').cycle({ 
    timeout: 7000 
});	
});		
   $(function() {
            $("#lava").lavaLamp({
                fx: "backout",
                speed: 900,
                click: function(event, menuItem) {
                    return true;
                }
            });
        });

