menu = new Array(
	'Apríl 2002 na emulators.cz','/articles/april2002/',
	'Umíme to s... se sbíráním romsetů','/articles/hints/sbirani/',
	'Bleemcast recenze','/articles/reviews/bleemcast/',
	'MAME 0.37b16 v obrazech','articles/previews/mame/mame037b16.htm',
	'MAME 0.37b15 v obrazech','articles/previews/mame/mame037b15.htm',
	'MAME 0.37b14 v obrazech','articles/previews/mame/mame037b14.htm',
	'Umime to s... internetem na Dreamcastu','articles/hints/dconline/',
	'Svět zábavy 2001','/articles/sz2001/',
	'Apríl 2001 na emulators.cz','/articles/april2001/',
	'Umime to s... IRC','articles/hints/irc/',
	'Umíme to s... GBX','articles/hints/gbx/default.htm'
);

	for (i=0; i<menu.length; i=i+2) {
		document.write("&nbsp;•&nbsp;<a href=\"" + menu[i+1] + "\">" + menu[i] + "</a><br>");
	}
