<!--
var SubjectLine='Take a look at this web page I found : '  +top.document.title; 
var BodyText   ='You can see this page at : '              +top.location.href;
var Message    ='<A class="contact" HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Envoyer cette page à vos amis\'; return true;" title="Send your friends e-mail about this page"><img src="image/img-email.gif" alt="Send your friends e-mail about this page" border="0"><FONT face="verdana" size="2" color="black"> Tell a friend !</FONT><\/A>';
var MessageIE  ='<A class="contact" HREF="mailto:?SUBJECT='      +(SubjectLine)+'&BODY='      +(BodyText)+'" OnMouseOver="status=\'Envoyer cette page à vos amis\'; return true;" title="Send your friends e-mail about this page"><img src="image/img-email.gif" alt="Send your friends e-mail about this page" border="0"><FONT face="verdana" size="2" color="black"> Tell a friend !</FONT><\/A>';
if(document.all) { document.write(MessageIE); } else { document.write(Message); }



/*
<!--
// visable screen mailto-link attributes :
var showLink	='E-mail Us !';	// screen text (optional, when only an image then empty '')
var showImage	='';		// '' no image or complete img-tag '<img href="" ..etc...>'
var showLinkimg	='';		// '' link text left of image (default), '1' right of image
// optional inline mailto-link attributes :
var showClass	='';		// empty '' or supply 'classname'
var showId	='';		// empty '' or supply 'idvalue'
var showLinkattr='';		// empty '' or supply 'other mailto-link attributes string'

// basic (hidden) No-Spam E-mail address values :
var showName    ='info';
var showTag     ='@'
var showHost    ='mobilehullcure.com';
// optional No-Spam E-mail content :
var showSubject	='';		// empty '' or supply SUBJECT 'value/text'
var showCc	='';		// empty '' or supply CC 'value/text'
var showBcc	='';		// empty '' or supply BCC 'value/text'
var showBody	='';		// empty '' or supply BODY message 'value/text'



document.write('<a '+showclass+'href='+'mail'+'to:'+showname+showtag+showhost+'>'+showlink+'</a>')
//--> 
*/

-->