$(document).ready(function(){
	var text = 'mailto:membership@priviahealth.com?subject=Recommending my doctor&body=I wanted to let you know that my personal physician at Annandale Family Medicine is now accepting new patients. They operate an innovative membership medical practice that provides better convenience, more personal attention, and a focus on wellness – all for an affordable monthly membership fee.';
	text += 'I highly recommend them!  ';
	text += 'Check out their website at http://www.afmed.com/';

	$('.email a').attr('href', text);
	
	$('.facebook a').click(function(){
		window.open('http://www.facebook.com/sharer.php?u='+window.location+'&t=Annandale%20Family%20Medicine,%20Annandale,%20VA','shareSite', 'width=500,height=400');
		return false;
	});
	
	$('#logo, .twitter a').attr('target', '_blank');

});


