{html}
<script>
if ($.cookie('iPlanetDirectoryProPROD') == null) {
  AJS.$('.chi-anonymous').show();
} else {
  AJS.$('.chi-guest').show(); 
}
</script>
{html}