(be sure to have jQuery on page before this)
$('.box').gradienter({ color_start: '56B2CB', color_end: '164E5D' });
Gradienter have only three parameters:
color_start: 'FFFFFF' // first color in gradient
color_end: '000000' // last color in gradient
prop: 'background-color' // on which CSS property should apply gradient
project was hosted on Google Code between Sep 2010 - March 2015

