Cannot modify header information - headers already sent by

Nevite nekdo, proc na adrese http://brigada.chytrak.cz/ to pise tuto chybu?
Na 165 radku je ve zdrojaku : setcookie("phprswebstat",base64_encode($this->ctenarses),time()+$this->plses);

na 223 radku je ve zdrojaku : setcookie("readerphprs","$readerphprs",time()+315360000);

Pise to chybu : Warning: Cannot modify header information - headers already sent by (output started at /3w/chytrak.cz/b/brigada/index.php:5) in /3w/chytrak.cz/b/brigada/myweb.php on line 165

Warning: Cannot modify header information - headers already sent by (output started at /3w/chytrak.cz/b/brigada/index.php:5) in /3w/chytrak.cz/b/brigada/myweb.php on line 223

Kdo vite co s tim, prosim, ozvete se. Diky
Je to sposobene strukturou protokolu http. Informacie o cookies sa totizto posielaju v hlavicke protokolu. Ak je generovany akykolvek vystup predtym ako su odoslane vsetky hlavicky je to chyba. Napr:
echo "nejaky text";
setcookie(...);
vyprodukuje chybovu hlasku Cannot modify header...
Hele ten banner si hoď až pod ty hlavičky!! jasný pak to poběží...