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

