$(function(){
   $("#site-name h1 a")
      .jparallax({
         takeoverFactor: .90
         });
});
