$(function() {

Cufon('h1');
Cufon.replace('h2.home')
Cufon.replace('h2.default')
Cufon.replace('h2.chronicle')
Cufon.replace('h2.publish')
Cufon.replace('h2.archive')
Cufon.replace('h2.portrait')
Cufon.replace('h2.news')

/*if ($.browser.mozilla) {
$('.nav ul a, .nav ul .current span, .btnStyle, .btnStyleIntern, .odd, .even').corner('7px');
$('h4').corner('5px top');
}*/

$('.grow img, .growvideo img').hover(
    function() {
    $(this).fadeTo('fast', 0.8);
     },
    function() {
    $(this).fadeTo('fast', 1);
   });

	/* flowplayer */
	if ($(".player")[0]) {		
		// hide hint for no-javascript users first
		$('.substitute').hide();
	}

});
