<!--

//***************************//
// Copyright: Marcin Szeląg  //
//***************************//

//Skrypt wypisujący na ekran listę archiwów komunikatów;
//adres w odsyłaczach zależy od wartości zmiennej rootPath, przechowującej ścieżkę do katalogu głównego serwisu,
//która powinna zostać ustawiona przed wykonaniem tego skryptu

document.writeln('<img src="'+ rootPath + 'Obrazki/archiwum.gif" alt="ARCHIWUM 2010r." /><a href="'+ rootPath + 'Komunikaty/2010/komunikaty.html">ARCHIWUM 2010r.</a>');
document.writeln('<img src="'+ rootPath + 'Obrazki/archiwum.gif" alt="ARCHIWUM 2009r." /><a href="'+ rootPath + 'Komunikaty/2009/komunikaty.html">ARCHIWUM 2009r.</a>');
document.writeln('<img src="'+ rootPath + 'Obrazki/archiwum.gif" alt="ARCHIWUM 2008r." /><a href="'+ rootPath + 'Komunikaty/2008/komunikaty.html">ARCHIWUM 2008r.</a>');
document.writeln('<img src="'+ rootPath + 'Obrazki/archiwum.gif" alt="ARCHIWUM 2007r." /><a href="'+ rootPath + 'Komunikaty/2007/komunikaty.html">ARCHIWUM 2007r.</a>');
document.writeln('<img src="'+ rootPath + 'Obrazki/archiwum.gif" alt="ARCHIWUM 2006r." /><a href="'+ rootPath + 'Komunikaty/2006/komunikaty.html">ARCHIWUM 2006r.</a>');
document.writeln('<img src="'+ rootPath + 'Obrazki/archiwum.gif" alt="ARCHIWUM 2005r." /><a href="'+ rootPath + 'Komunikaty/2005/komunikaty.html">ARCHIWUM 2005r.</a>');
document.writeln('<img src="'+ rootPath + 'Obrazki/archiwum.gif" alt="ARCHIWUM 2004r." /><a href="'+ rootPath + 'Komunikaty/2004/komunikaty.html">ARCHIWUM 2004r.</a>');
document.writeln('<img src="'+ rootPath + 'Obrazki/archiwum.gif" alt="ARCHIWUM 2003r." /><a href="'+ rootPath + 'Komunikaty/2003/komunikaty.html">ARCHIWUM 2003r.</a>');
document.writeln('<img src="'+ rootPath + 'Obrazki/archiwum.gif" alt="ARCHIWUM 2002r." /><a href="'+ rootPath + 'Komunikaty/2002/komunikaty.html">ARCHIWUM 2002r.</a>');

//-->
