<!--
//edit the links as you would with regular html but remeber the '/" changes and follow the examples as a guide


var SubjectLine='Take a look at this web page I found, '+top.document.title; 
var BodyText='Check out this page I found on DMRR.net. You can see this page at: '+top.location.href;

var Message='Like something? Send <A CLASS=contact HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Send this page to a friend!\'; return true;" TITLE="Send your friends an e-mail about this page">this page<\/A> to a friend!';

var MessageIE='<A CLASS=contact HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Send this page to a friend!\'; return true;" TITLE="Send your friends an e-mail about this page"><img src="friend.gif" border=0> <\/A>';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }

//--></
//-->
