$(document).ready(function() {
	$('.post-footer .post-footer-line .post-author .fn').each( function() {
		if ($(this).text() == 'David Fisco') {
			$(this).html("<a href='http://www.google.com/recaptcha/mailhide/d?k\07501s9_vxXcu4bIHxZ3RnEGCag\75\75\46c\75ErkK_CpjGlH_OfuGIWzHgizVQgRzpvHItJvrEyCadl4\075' class='captcha_reveal_email_david_fisco' title='Email David Fisco'>David Fisco</a>");
		}
	});
	// $('.post-footer').append("<div class='post-footer-line post-footer-line-email-author-fisco'><span class='email-author-fisco'><a class='captcha_reveal_email_david_fisco' href='http://www.google.com/recaptcha/mailhide/d?k=01s9_vxXcu4bIHxZ3RnEGCag==&c=ErkK_CpjGlH_OfuGIWzHgizVQgRzpvHItJvrEyCadl4=' title='Email David Fisco'>Email the author</a></span></div>");
	$('.captcha_reveal_email_david_fisco').click( function() {
		window.open('http://www.google.com/recaptcha/mailhide/d?k\07501s9_vxXcu4bIHxZ3RnEGCag\75\75\46c\75ErkK_CpjGlH_OfuGIWzHgizVQgRzpvHItJvrEyCadl4\075', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); 
		return false;
	});
	var subsiteName = $('#fisco_black_bar div').text();
	if (subsiteName) {
		$('#blog-pager a.home-link').text(subsiteName + ': ' + $('#blog-pager .home-link').text());
	}
	if ($('#fiscoCopyrightNotice').text() == 'Copyright © by David Fisco.  All rights reserved worldwide.') {
		var d = new Date();
		$('#fiscoCopyrightNotice').text('Copyright © 2003-' + d.getFullYear() + ' by David Fisco. All rights reserved worldwide.');
	}
});

