// Domain and path of docvar thisurl = 'http://' + window.location.host + window.location.pathname;/* Sends the URL of the current page to a pop-up window through a URL string  */function tellFriend(){  window.open('email.html?page='+document.URL + '&title=' + document.title,'email','width=250,height=600,toolbar=no,location=no,scrollbars=no,resizable');// email.focus();}
