function tell_friend(){

var path_to_cgi ="/template_parts/bottom/tell_colleague.jhtml";
path_to_cgi += '?url=' + escape(document.location);

window.open(path_to_cgi,"","toolbar=no,scrollbars=auto,location=no,status=no,left=10,top=10,width=480,height=500,resizable=1");
}

