<!-- begin script
function MailToFriend() {
var enlacexx="www.architecturalescapes.com";
var textoxx=", I found a Web Site which I'm quite certain will be of interest to you: ";
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=('chlowen@yahoo.com;webmaster@mexmexmex.com');
window.location="mailto:"+email+"?cc="+cc+"&subject="+subj+"&body="+body;
}
// end script -->
