function css() {

	/* go on for IE in generall */
	if($.browser.msie){
		
		$('#top #nav li:last-child').addClass('last-child');
		
		/* take care IE 6 only */
		if($.browser.version <= 6) {
			/*
			a = $('#lang-block li').size();
			for(b=0; b<a; b++){
				c = $('#lang-block li').eq(b).attr('lang');
				$('#lang-block li').eq(b).addClass(c);
			}
			*/
			$('#lang-block li').each(function(){
				c = $(this).attr('lang');
				$(this).addClass(c);
			});
			
		
		}
	}
	
	if($('.item-new')){ $('.item-new').append('<span class="new">Nowość</span>');  }
	

		$('#intro #banner').flash({
		
			src: '/pliki/intro.swf', 
			wmode: 'transparent',
			width: 600,
			height: 244
		});

		$('.add-flash-1').flash({
		
			src: '/pliki/grafa.swf', 
			wmode: 'transparent',
			width: 870,
			height: 238
		});
	
		$('.add-flash-2').flash({
		
			src: '/pliki/grafa2.swf', 
			wmode: 'transparent',
			width: 870,
			height: 238
		});	

		$('.add-flash-3').flash({
		
			src: '/pliki/grafa3.swf', 
			wmode: 'transparent',
			width: 870,
			height: 238
		});	

}

$(document).ready(css);
