<!--

var SubjectLine='Take a look at this party I found, '+top.document.title; 
var BodyText='Hey there!  Check out this party from New York Planet.  Do you want to come?  It looks like a blast! '+top.location.href;

var Message='Invite a friend to this party <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">by sending an email<\/A> with a link to this page.';

var MessageIE='Invite a friend to this party <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">by sending an email<\/A>  with a link to this page.';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }

//-->

