$(document).ready(function(){
	$('#hlava > a img').hide();
	$('#hlava > a img').delay(2011).fadeIn(2011);
});

