$(document).ready(function() { 	
	$('#fade-wrapper').cycle({fx: 'fade'});
	$('#banner').corner("top cc:#000");
	$('iframe').corner("");
	$("#gallery-pager").find("a[href='"+window.location.href+"']").each(function(){	$(this).addClass("selected"); })
	$("#secondary-content").find("a[href='"+window.location.href+"']").each(function(){ $(this).addClass("selected"); Cufon.replace($(this)); $.replaced = true  })
	if (!$.replaced) { $("#secondary-content").find("a").each(function(){ $(this).addClass("selected"); Cufon.replace($(this)); $.replaced = true }) }
});
//font replacement calls	
Cufon('h1'); Cufon('h2'); Cufon('h3');
Cufon('#masthead ul a', { hover: true });
Cufon('#secondary-content ul a', { hover: true });