$(window).load(function() {
  $("#centerband").animate({top:'70px', bottom:0}, 1000);
  $("#services").animate({left:'0px', bottom:0}, 1000);
  $("#burglaralarms .leftimg").animate({left:'0px', bottom:0}, 1000);
  $("#burglaralarms .rightimg").animate({right:'0px', bottom:0}, 1000);
  $(".qualright").animate({right:'0px', bottom:0}, 1000);
  $(".qualleft").animate({left:'0px', bottom:0}, 1000);
  $("#whiteband").animate({top:'0px', bottom:0}, 1000);
  $(".protection h2").animate({left:'0px', bottom:0}, 1000);
  $(".entertainment h2").animate({right:'0px', bottom:0}, 1000);
  $("#rightside").animate({left:'0px', bottom:0}, 1000);
  $("#leftside").animate({left:'0px', bottom:0}, 1000);
});

