<!-- Hide code from non-js browsers
    function nowosc(expiryDate)
    {
        exp = new Date(expiryDate);
        cur = new Date();
        if (cur.getTime() < exp.getTime())
          document.write("<img src='http://www.pspnr1.rudnet.pl/grafika/nowosc.gif' border=0 title='new' alt='new' width='48' height='18'>" );
    }
// end hiding -->
