var path_to_cgi="/cgi-bin/share/tell_friend.cgi";

function tell_friend(){
path_to_cgi += '?url=' + escape(document.location);
window.open(path_to_cgi,"FRIENDS01","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESISABLE=NO,SCROLLBARS=NO,TOP=150,LEFT=150,WIDTH=300,HEIGHT=290");
}
