<!--
var path_to_cgi="var/www/cgi-bin/gemcall.cgi";

function gemcall(){
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=YES,TOP=100,LEFT=100,WIDTH=320,HEIGHT=320");
}
-->
