$(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. Bill Condrell, 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 his website at www.springvalleyim.com';

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

});


