// *** Change this variable ***
// should be the URL to the cgi script
var ml="maillist.html";

// You dont need to change anything else
// path_to_cgi += '?url=' + escape(document.location);

function subscribe_ml(){
window.open(ml,"FRIENDS02","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESIZABLE=YES,SCROLLBARS=YES,TOP=20,LEFT=20,WIDTH=500,HEIGHT=250");
}
