function movement()
{
$("#animation").animate({
    right: '+=800px',
    top: '+=74px',
    width: '+=150px',
    height: '+=150px'
  }, 750 );
}

function movement2()
{
$("#animation2").animate({
    left: '+=805px',
    top: '+=230px',
    width: '+=100px',
    height: '+=100px'
  }, 500 );
}

function movement3()
{
$("#animation3").animate({
    left: '+=810px',
    top: '-=234px',
    width: '+=100px',
    height: '+=100px'
  }, 500 );
}
function movement4()
{
$("#animation4").animate({
    left: '+=805px',
    top: '+=230px',
    width: '+=100px',
    height: '+=100px'
  }, 500 );
}

