$(document).ready(function(){
	var text = 'mailto:membership@priviahealth.com?subject=Recommending my doctor&body=I wanted to let you know that my personal physician, Dr. Abrams, is now accepting new patients. He operates 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 him!  ';
	text += 'Check out their website at www.charlesabramsmd.com';

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

});


