document.write('<style type="text/css">.fade, .updates img { -moz-opacity:.0; filter:alpha(opacity=0); opacity:.0; }</style>');

function selectorImagesLoaded($selector){ 
    $('img').animate({ 
	opacity: 1
	}, 200 );
} 

setTimeout("selectorImagesLoaded()",2000);
function equalHeight(group) {
	tallest = 0;
	group.each(function() {
		thisHeight = $(this).height();
		if(thisHeight > tallest) {
			tallest = thisHeight;
		}
	});
	group.height(tallest);
}
$(document).ready(function(){
	Cufon.replace('h1', { fontFamily: 'Avant Garde Bold' });
	Cufon.replace('h2', { fontFamily: 'Avant Garde Bold' });
	Cufon.replace('.title h3', { fontFamily: 'Avant Garde Bold' });
	Cufon.replace('.nav li a', { fontFamily: 'Avant Garde Bold' });
	Cufon.replace('.grid h3, .grid .artist', { fontFamily: 'Avant Garde Bold' });
	Cufon.replace('.feature h3', { fontFamily: 'Avant Garde Bold' });
	Cufon.replace('.quote', { fontFamily: 'Leitura Italic' });
});
