			var is_ie6 = (window.external && typeof window.XMLHttpRequest == "undefined");
			if(is_ie6) document.location = "ie6warn.php";

			$().ready(function(){

				$('img.background_image').maxImage({
						isBackground: true,
						overflow: 'auto'
				});

				$('.flaga').mouseover(function(){

				$(this).animate({
						opacity: 1
					}, 300 );
				}).mouseout(function(){

				$(this).animate({
					opacity: 0.5
					}, 300 );
				});

				$("#1, #2, #3").lavaLamp({
					fx: "backout",
					speed: 700,
					click: function(event, menuItem) {
					}
				});
			});
