$(function(){$(".content_wrap").css("position","relative");$(".mode, .natural").css({overflow:"hidden",position:"relative"});var f={};$.getJSON("/flashcms/libs/gallery.php",{type:"model",format:"json"},function(b){if(b.header.status=="ok"){$.each(b.items,function(){this.thumbnail["@obj"]=l(this.thumbnail["@src"]).width(59).height(59)});f.mode=$.grep(b.items,function(d){return d.category=="mode"});f.natural=$.grep(b.items,function(d){return d.category=="natural"});g("mode",8);setInterval(function(){g("mode", 8)},1E3);g("natural",8);setInterval(function(){g("natural",8)},1E3)}});$("body").append($("<div></div>").css({position:"absolute",top:0,left:0,width:"100%",height:"100%","z-index":-1}).attr("id","shutter").append($("<img />").css({width:"100%",height:"100%"}).attr("src","/ref/js/blank.gif")));var l=function(b){return $("<img />").attr("src",b).addClass("thumbnail").css({"interpolation-mode":"bicubic","-ms-interpolation-mode":"bicubic",opacity:0,position:"absolute",scale:0.25,cursor:"pointer"}).hover(function(){}, function(){$(this).css("z-index",0);$(this).stop().animate({scale:1,opacity:1},300,"easeOutExpo")})};preloader(["/ref/images/gallery/gallery_shutter_close_01.png","/ref/images/gallery/gallery_shutter_close_02.png","/ref/images/gallery/gallery_shutter_close_03.png"],function(){});var m=function(b){var d=null,h=$("#shutter"),a=$("#shutter > img"),e=["/ref/images/gallery/gallery_shutter_close_01.png","/ref/images/gallery/gallery_shutter_close_02.png","/ref/images/gallery/gallery_shutter_close_03.png"], c=function(){if(e.length<1){clearInterval(d);h.css("background-color","#000000");b()}else{var i=e.shift();a.attr("src",i)}};c();d=setInterval(c,10)},g=function(b,d){for(var h=0;h<d;h++){if(f[b].length<1)return;var a={},e=f[b].shift().thumbnail["@obj"],c=45;if($.browser.msie)c=10;c=Math.random()*c;c=parseInt(Math.random()>0.5?c*-1:c);var i=500+parseInt(Math.random()*500),n=$(".mode").position().top+Math.random()*($(".mode").height()-88.5),o=$(".mode").position().left+Math.random()*($(".mode").width()- 88.5),p=Math.random()*($(".natural").height()-88.5),q=$(".natural").position().left+Math.random()*($(".natural").width()-88.5);switch(b){case "mode":a.css_top=$(".mode").position().top;a.css_left=$(".mode").position().left+$(".mode").width();a.animate_top=n;a.animate_left=o;a.klass="thumb_mode";break;case "natural":a.css_top=$(".natural").position().top-$(".mode").width();a.css_left=$(".natural").position().left;a.animate_top=p;a.animate_left=q;a.klass="thumb_natural";break;default:return}a.animate_rotate= c+"deg";a.animate_opacity=1;e.mouseenter(function(j){var k=$("."+b).offset();$(this).css("z-index",99);$(this).stop().animate({scale:1.5,opacity:1,top:j.pageY-k.top-29.5,left:j.pageX-k.left-29.5},100,"easeInQuart")});$("."+b).append(e);$.browser.msie&&Transformie.bindChangeEvent(e);e.css({top:a.css_top,left:a.css_left}).animate({top:a.animate_top,left:a.animate_left,rotate:a.animate_rotate,opacity:a.animate_opacity},i).addClass(a.klass);e.click(function(){$.cookie(b,$("."+b+" > img").index($(this))); $("#shutter").css({"z-index":99}).animate({opacity:1},m(function(){setTimeout(function(){location.href="/gallery/"+b+".html"},50)}));return false})}}});