Cufon('#navigation a', {
  fontFamily: 'ChunkFive',
  textShadow: '2px 2px #550004',
  hover: {
    color: '#ffcd05'
  },
  lineHeight: '36px'
});

Cufon('.ChunkFive_replace', {
  fontFamily: 'ChunkFive',
  hover: true
});

Cufon('.Futura_replace', {
  fontFamily: 'Futura',
  hover: true
});

Cufon('#slides h1, #slides h2', {
  fontFamily: 'Futura',
  hover: true,
  textShadow: '1px 2px #450002'
});