<!--
var path_to_cgi="/cgi-bin/sp_gemcall.cgi";

function sp_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=400");
}
-->