      $(function(){
        $(".websitename a").pxgradient({
          step: 1,
          colors: ["#52693D","#2F3D22"],
          dir: "y"
        });
        
      }); 

