jQuery(document).ready(function(){


    // left menu
   
        jQuery("#content").animate({ top: "175px" }, 400 );
        jQuery("#content").animate({ top: "140px" }, 160 );
    

});