function runCufon() {
  Cufon.replace('.slidedeck dt, .div4 a, .lower-nav ul li a, #content .top .center h1, .box .top, h1, #home .item h3, .cufon, .button span, .button_r span', { fontFamily: 'Museo', letterSpacing: '-1px', fontWeight: '600'});
  Cufon.replace('h1.title', { fontFamily: 'Museo', textShadow: '#333 2px 2px'});
  Cufon.replace('#slideshow p, #home .item p', { fontFamily: 'Museo', fontWeight: '400'});
}
runCufon();
