
 var uc = getCookie('uid') ;
 if ( uc && uc.match(/^\d+_/) ) {
  document.getElementById("logged").innerHTML = '<div align="center" style="color:#CCC; padding-top:2px; position:absolute; left:-136px; top:-20px; font-size:11px; width:125px; height:18px; background-image: url(/images/flot.gif);"><a class="nd4" href="/cpanel.html"><b>Мой аккаунт</b></a>&nbsp; | &nbsp;<a class="nd4" href="/cgi-bin/admin.cgi?logout=yes&first=yes">Выйти</a></div>' ;
 }
