$(document).ready(function () {

	// Check to see if the header isn't being displayed correctly
	if(!Modernizr.fontface || !Modernizr.textshadow) {
		// Replace #logo content with the graphic
		$("#logo").html('<a href="/"><img src="/images/logo.png" alt="Arthur McLean"></a><div class="br"></div>');
	}
});
