
$(document).ready(function() {
/*
*/ 

// <a rel="ext" ... => nove okno
	$('a[rel*="ext"]').attr("target", "_blank");
	
// meneni obrazku
	$('#header_grafika').innerfade({ 
		speed: 'slow', 
		timeout: 5500, 
		type: 'sequence', 
		containerheight: '268px' 	
	});
	
// css pro IE (treti novinka vlevo)
	$('#left_col_novinky li:nth-child(3)').css({
		'background-image': 'url(images/left_col_novinky_3.gif)'
	});
});
