<!-- begin script
function MailToFriend() {
var enlacexx="www.hotelcasalinda.com";
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=('reservations@hotelcasalinda.com;webmaster.mexmexmex@gmail.com');
window.location="mailto:"+email+"?cc="+cc+"&subject="+subj+"&body="+body;
}
// end script -->
