
var path_to_cgi="http://www.findahomepa.com/cgi-bin/tellpa.cgi";

// You dont need to change anything else
function tellpa(){
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=40,left=20,width=310,height=350");
}
