﻿jQuery(document).ready(function(){$('#menu .lavalamp, #submenu .lavalamp').lavaLamp({fx:'backout',speed:'700'});});jQuery(document).ready(function(){$('#homepage #featured').hover(function(){$('.featured-slideshow').cycle('pause');$('.featured-controls').fadeIn();},function(){$('.featured-slideshow').cycle('resume');$('.featured-controls').fadeOut();});$('.featured-slideshow').cycle({fx:'fade',speed:600,next:'.featured-controls .next',prev:'.featured-controls .prev',timeout:6000});});jQuery(document).ready(function(){$('#shortfilms .switch-block a.image img').fadeTo('slow',0.6);$('#shortfilms .switch-block a.image img').hover(function(){$(this).fadeTo('slow',1.0);},function(){$(this).fadeTo('slow',0.8);});});jQuery(document).ready(function(){$("#switcher a.switch-views").toggle(function(){$(this).addClass("swap");$("ul.switch-display").fadeOut("fast",function(){$(this).fadeIn("fast").addClass("switch-thumbs");});},function(){$(this).removeClass("swap");$("ul.switch-display").fadeOut("fast",function(){$(this).fadeIn("fast").removeClass("switch-thumbs");});});});jQuery(document).ready(function(){$('#film-container .film-text').hide();$('#film-container .film-credit').hide();$('#film-toggle .film-trailer').hide();$('a.film-menu-a').click(function(){$('#film-container .film-gallery').hide();$('#film-container .film-credit').hide();$('#film-container .film-text').show();return false;});$('a.film-menu-b').click(function(){$('#film-container .film-credit').hide();$('#film-container .film-text').hide();$('#film-container .film-gallery').show();return false;});$('a.film-menu-c').click(function(){$('#film-container .film-gallery').hide();$('#film-container .film-text').hide();$('#film-container .film-credit').show();return false;});$('a.film-menu-d').click(function(){$(this).text($(this).text()=='watch film'?'watch trailer':'watch film');$('#film-toggle div').toggle();return false;});});jQuery(document).ready(function(){$("div.film-menu ul li").hover(function(){$(this).addClass("target-hover");},function(){$(this).removeClass("target-hover");});});jQuery(document).ready(function(){$('#azm #film-sidebar .film-menu li a').css({backgroundPosition:"-20px 35px"}).mouseover(function(){$(this).stop().animate({backgroundPosition:"(-20px 190px)"},{duration:800})}).mouseout(function(){$(this).stop().animate({backgroundPosition:"(40px 35px)"},{duration:200,complete:function(){$(this).css({backgroundPosition:"-20px 35px"});}})});});(function($){$.extend($.fx.step,{backgroundPosition:function(fx){if(fx.state===0&&typeof fx.end=='string'){var start=$.curCSS(fx.elem,'backgroundPosition');start=toArray(start);fx.start=[start[0],start[2]];var end=toArray(fx.end);fx.end=[end[0],end[2]];fx.unit=[end[1],end[3]];}
var nowPosX=[];nowPosX[0]=((fx.end[0]-fx.start[0])*fx.pos)+fx.start[0]+fx.unit[0];nowPosX[1]=((fx.end[1]-fx.start[1])*fx.pos)+fx.start[1]+fx.unit[1];fx.elem.style.backgroundPosition=nowPosX[0]+' '+nowPosX[1];function toArray(strg){strg=strg.replace(/left|top/g,'0px');strg=strg.replace(/right|bottom/g,'100%');strg=strg.replace(/([0-9\.]+)(\s|\)|$)/g,"$1px$2");var res=strg.match(/(-?[0-9\.]+)(px|\%|em|pt)\s(-?[0-9\.]+)(px|\%|em|pt)/);return[parseFloat(res[1],10),res[2],parseFloat(res[3],10),res[4]];}}});})(jQuery);