function uj(d)
 { ma = new Date();
   ig = new Date(d);
   if ( ig > ma )
   { document.write('&nbsp;<IMG SRC="http://pizolit.hu/uj.gif" ALIGN=ABSMIDDLE>');
   };
   else
   { document.write('<IMG SRC="http://pizolit.hu/u.gif" WIDTH=0 HSPACE=0 BORDER=0>');
   };
 };
