$(document).ready(function(){
	var text = 'mailto:membership@priviahealth.com?subject=Recommending my doctor&body=I wanted to let you know that my personal physicians at Internal Medicine Associates of Reston 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 www.imareston.com';

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

});


