

function initalise_homepage_js(){
 CenterWrapper(); 
  rotate();
  initalise_manual_slide();
}

window.onload = initalise_homepage_js;