<!--
function sendfriend(url,title){
var SubjectLine="Check out this web Page I just found called '"+window.parent.OilmainFrame.document.title+"'"; 
var BodyText1="The site is all about the hidden health benefits of coconut oil, bio fuel, social justice and health issues. Click this link to see it "+url
//var Message='Send <A CLASS=contact HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Send email to a friend\'; return true;" TITLE="Send your friends e-mail about this page">this page<\/A> to a friend.';
window.location.href = "mailto:?SUBJECT="+SubjectLine+"&BODY="+BodyText1//+"&BODY="+BodyText2//+"&BODY="+BodyText3
//var MessageIE='Send <A CLASS=contact HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Send email to a friend\'; return true;" TITLE="Send your friends e-mail about this page">this page<\/A> to a friend.';

//if(document.all) { document.write(MessageIE); }

//else { document.write(Message); }
}

function sendfriendKP(url,title){
var SubjectLine="Check out this web Page I just found called '"+window.parent.mainFrame.document.title+"'"; 
var BodyText1="The site is all about the hidden health benefits of coconut oil, bio fuel, social justice and health issues. Click this link to see it "+url
window.location.href = "mailto:?SUBJECT="+SubjectLine+"&BODY="+BodyText1//+"&BODY="+BodyText2//+"&BODY="+BodyText3
}

