$(document).ready(function(){

    $('#headerimages').hide();
    $('#headerimages').fadeIn('slow');
    $('#headerimages').cycle({
        fx: 'fade',
        timeout: 5000
    });
    
    $('.post_teaser_contents').hover(
    	function(){
    		$(this).find('.post_excerpt').fadeIn("normal");
    	},
    	function(){
    		$(this).find('.post_excerpt').fadeOut("normal");
    	}
    );
    
    Shadowbox.init({
        language: 'en',
        players:  ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv']
    });

    Cufon.replace('.latestvideo h3');
    Cufon.replace('.boutique h3');
});
