Cufon.replace('h1', { fontFamily: 'Rockwell Light' });
Cufon.replace('.section-title h2', { fontFamily: 'Rockwell Light' });
Cufon.replace('.section-title h2 span', { fontFamily: 'Rockwell Std' });
Cufon.replace('#feature-left h2', { fontFamily: 'Rockwell Light' });
Cufon.replace('#feature-right h2', { fontFamily: 'Rockwell Light' });
Cufon.replace('#homesearch h2', { fontFamily: 'Rockwell Light' });
Cufon.replace('#pageheader .search h2', { fontFamily: 'Rockwell Light' });
Cufon.replace('#more h2', { fontFamily: 'Rockwell Light' });
Cufon.replace('#more h2 span', { fontFamily: 'Rockwell Light' });
Cufon.replace('h3.reader', { fontFamily: 'Rockwell Std' });
Cufon.replace('.number', { fontFamily: 'Rockwell Light' });
Cufon.replace('.welcome', { fontFamily: 'Rockwell Light' });
Cufon.replace('.tvknight', { fontFamily: 'Rockwell Light' });
Cufon.replace('.slogan', { fontFamily: 'Rockwell Light' });

// Expand/Collapse

jQuery(function() {
    jQuery(".furtherinformation").toggler({method: "slideFadeToggle", speed: 400});
});




