<!--
var SubjectLine='Link Exchange, '+top.document.title; 
var BodyText='I like to have a link TO my web site : http:\/\/www.YOURWEBSITENAME.ext FROM your web page : '+top.location.href;
var Message='<A CLASS=contact HREF="mailto:info@mobilehullcure.com?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Request to have your link on this web page\'; return true;" TITLE="Request to have your link on this web page"><FONT face="verdana" size="2" color="black"> <img src="image/img-page-globe-link-exchange-left.gif" alt="Request to have your link on this web page" border="0"><img src="image/img-page-globe-link-exchange-center.gif" alt="Request to have your link on this web page" border="0"><img src="image/img-page-globe-link-exchange-right.gif" alt="Request to have your link on this web page" border="0"><BR>Link Exchange</FONT><\/A>';
var MessageIE='<A CLASS=contact HREF="mailto:info@mobilehullcure.com?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Request to have your link on this web page\'; return true;" TITLE="Request to have your link on this web page"> <img src="image/img-page-globe-link-exchange-left.gif" alt="Request to have your link on this web page" border="0"><img src="image/img-page-globe-link-exchange-center.gif" alt="Request to have your link on this web page" border="0"><img src="image/img-page-globe-link-exchange-right.gif" alt="Request to have your link on this web page" border="0"> <FONT face="verdana" size="2" color="black"><BR>Link Exchange</FONT><\/A>';
if(document.all) { document.write(MessageIE); } else { document.write(Message); }
-->