      jQuery(function(){
        jQuery(".websitename a").pxgradient({
          step: 1,
          colors: ["#DEDCD3","#96917D"],
          dir: "y"
        });
        
      }); 



