$(window).load(function () {
  $('div#info').animate({'marginLeft' : '0px'}, {'duration' : 1000, 'easing' : 'easeInOutQuad'});
});
