love_out = new Image;
love_out.src="http://www.heartspring.net/images/sendLov.jpg";
love_over = new Image;
love_over.src="http://www.heartspring.net/images/sendLov1.jpg";
love_down = new Image;
love_down.src = "http://www.heartspring.net/images/sendLov2.jpg";
love_to = 'Shared With Friends';
love_subject = document.title;
love_body = "%0D" + document.title + "%0D%0D" + document.getElementsByName('description')[0].getAttribute('content') + "%0D%0D" + location.href + "%0D%0D";
love_link = 'mailto:' + love_to + '?subject=' + love_subject + '&body=' + love_body;
document.write("<a alt=\"send email\" target=\"top\" href=\"" + love_link + "\" onMouseover=\"document.love_button.src=love_over.src;\" onMouseout=\"document.love_button.src=love_out.src;\" onMousedown=\"document.love_button.src=love_down.src;\">");
document.write("<img name=\"love_button\" border=0 width=52 height=18 name=\"menu\" src=\"" + love_out.src + "\" alt=\"sendLov\" title=\"Share this page with a friend\"></a>");

