<!-- begin script
function MailToFriend() {
var enlacexx="http://www.holatravel.org";
var textoxx=", I found a Web Page I know for sure you will be interested in: ";
var amigo= prompt ('Name of your Friend: ','');
var email= prompt ('E-mail of your Friend: ','');
var subj=('I found a Page you might be interested in');
var body=('Hello '+amigo+textoxx+enlacexx);
var cc=('info@holatravel.org');
window.location="mailto:"+email+"?cc="+cc+"&subject="+subj+"&body="+body;
}
// end script -->
