
Cufon.replace("#headerImg .powerPhrase, .cta .ctaTitle, h1, h2, #sidebar blockquote, #subNavHeading");
Cufon.replace("#logo p", { textShadow: "1px 1px #000" });

$(document).ready(function() {
						   
	//Add a Last Item class to a few things
	$("nav ul li:last-child").addClass("lastItem");
	
	//Add piping
	$("footer nav li:not(:last-child)").after("<li> |</li>");
	
	//hide subnav container if empty
	if ( $("#subNav").has("ul").length ) {  /* display */ }
		else { $("#subNav").hide(); }

});
