

  function openSendToWindow() {
    SendItWindow = window.open("http://www.avninsider.com/send_to/send_to.cgi?url=" + document.URL + "","SendItWindow",
                   "width=400,height=350,scrollbars=no,screenY=50,screenX=50,top=50,left=50");
    SendItWindow.focus();
   }

  document.write("<a href=\"#\" onClick=\"openSendToWindow();\"><img src=\"http://www.avn.com/images/emailtoafriend.gif\" border=0></a>");



