$(document).ready(function(){
	$('#box-1, #box-2, #box-3, #box-4').each(function() {
		$(this).hover(function() {
			$(this).addClass("box-active");
		},
		function() {
			$(this).removeClass("box-active");
		});
	});	


    $('#flash-movie').flash(
        { src: '//awdcr.jobs.cz/www/swf/banner.swf',
          width: 494,
          height: 97,
		  wmode: 'transparent'
	});	

});	


