// JavaScript Document

var SubjectLine='Here is a  resource page from CAPCENTRAL.ORG, '+top.document.title; 
var BodyText='You can see this page at: '+top.location.href +'"\n\nThis page was sent using our Send-A-Link service. Your email has not been added to any list, of any sort, and has not been recorded at our site. '; 

var Message='<a href="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" onmouseover="MM_swapImage('emailImage','','/images/icon-email_ani.gif',1)" onmouseout="MM_swapImgRestore()"  >';
var MessageIE='<a href="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Send this page to an Associate\'; return true;">';

if(document.all) { document.write(MessageIE); }
else { document.write(Message); }


onmouseover="MM_swapImage('printfImage','','/images/icon-print_ani.gif',1)" onmouseout="MM_swapImgRestore()" 