// JavaScript Document
$(document).ready(function(){
	/* stripovane tabulky*/
	$("table tr:even").addClass("strippedRow");
});
