// *** Change this variable ***// should be the URL to the cgi scriptvar path_to_cgi="http://www.svuf.nu/cgi-bin/tipsa.cgi";// You dont need to change anything elsefunction tipsa(){path_to_cgi += '?url=' + escape(document.location);window.open(path_to_cgi,"Tell","toolbars=0,scrollbars=0,location=0,statusbars=0,menubars=0,resizable=0,top=0,left=0,width=280,height=180");}
