// JavaScript Document

    function envoyer_url() {
        thelink="http://www.ayoweb.qc.ca/recommande/index.php?lien=";
        thelink=thelink + document.location;
        window.open(thelink,'window_envoyer','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=no,width=425,height=385,left=250,top=100');
    }
