var SubjectLine='Cottonwood Link: '+top.document.title; 
var BodyText='I think this link might be of interest to you: '+top.location.href + 
'.';

var Message='<a class=contact href="mailto:?SUBJECT='+escape(SubjectLine)+'&body='+escape(BodyText)+'" OnMouseOver="status=\'Email this page\'; return true;" title="Send your friends e-mail about this page"><img src="http://www.cottonwooddetucson.com/images/icon_mail.gif" alt="email this site" width="30" height="30" border="0" /><\/A>';

var MessageIE='<a class=contact href="mailto:?SUBJECT='+(SubjectLine)+'&body='+(BodyText)+'" OnMouseOver="status=\'Email this page\'; return true;" title="Send your friends e-mail about this page"><img src="http://www.cottonwooddetucson.com/images/icon_mail.gif" alt="email this site" width="30" height="30" border="0" /><\/A>';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }

//-->