
function pageUrl() {
	var url = './';
	return url;
}

$(document).ready(function() {

	$('table.Tabulka2 tr:even').addClass('Lichy');
	
});

