/*Cufon.replace('h1, h2, dt', { fontFamily: 'helvetica-neue'
, hover: {color: '-linear-gradient(#428ec6, #428ec6)'}
, hoverables: { a: true}
, textShadow: '#fff -1px -1px' })

Cufon.replace('.greenGradient dt, .skinGradient h2', { fontFamily: 'helvetica-neue'
, color: '-linear-gradient(#fff, #fcfcfc)'
, hover: {color: '-linear-gradient(#fcfcfc, #fff)'}
, hoverables: { a: true}
, textShadow: '#888 -1px -1px' })*/

Cufon.replace('h1', { fontFamily: 'helvetica-neue'
, hover: {color: '-linear-gradient(#428ec6, #428ec6)'}
, hoverables: { a: true}
, textShadow: '#fff -1px -1px' })

Cufon.replace('.greenGradient dt, .skinGradient h2', { fontFamily: 'helvetica-neue'
, color: '-linear-gradient(#fff, #fcfcfc)'
, hover: {color: '-linear-gradient(#fcfcfc, #fff)'}
, hoverables: { a: true}
, textShadow: '#888 -1px -1px' })

Cufon.replace('span.quote', { fontFamily: 'helvetica-neue'
, color: '-linear-gradient(#fff, #fcfcfc)'
, hover: {color: '-linear-gradient(#BEDD74, #fff)'}
, hoverables: { a: true}
, textShadow: '#000 -1px -1px' })


Cufon.replace('.skinGradient h2', { fontFamily: 'helvetica-neue'
, hover: {color: '-linear-gradient(#428ec6, #428ec6)'}
, hoverables: { a: true}
, textShadow: '#a0a0a0 -1px -1px' })





