$(document).ready(function(){$(".filmic").fadeIn("slow");$('.sponzori img').hover(function(){grayscale.reset($(this));},function(){grayscale($(this));});$("#meni2").lavaLamp({fx:"easeout",speed:400,click:function(event,menuItem){return menuItem;}});$(".lavaLampNoImage li.back").css({opacity:0.3});$(".podmeni a").mouseenter(function(){$(this).animate({marginLeft:"5px"},200);});$(".podmeni a").mouseleave(function(){$(this).animate({marginLeft:"0px"},100);});$("#rotator > ul").tabs({fx:{opacity:"toggle"}}).tabs("rotate",8000,true);$(".igra").mouseenter(function(){$(".forma").fadeIn();$(".forma").animate({opacity:0.9},400);});$(".igra").mouseleave(function(){$(".forma").fadeOut("slow");});});