var czas = new Date();
var roczek = czas.getYear();
if (roczek < 1900) {
roczek = roczek + 1900;
}

<!--document.write('<b>&times;</b>&nbsp;<a href="arts2010.html" class="index">rocznik 2010</a><br />')-->

for (var start = 2002; start <= roczek; roczek--) {
	document.write('<b>&times;</b>&nbsp;<a href="arts' + roczek + '.html" class="index">rocznik ' + roczek + '</a><br />')
   }

document.write('<b>&times;</b>&nbsp;<a href="artssp.html" class="index">numer specjalny 2006</a><br />')

document.write('<b>&times;</b>&nbsp;<a href="artsinne.html" class="index">inne</a>')
