$(function(){new Image().src="http://counter.yadro.ru/hit?r"+escape(document.referrer)+((typeof(screen)=="undefined")?"":";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+";"+Math.random();var e=$("#calendar");e.find(".arrowControls .prev").click(function(){calendarRotate(-1);return false});e.find(".arrowControls .next").click(function(){calendarRotate(1);return false});var b=$("#display .container");var d=$("#display .desc p");var c="";var a=$(".images .thumb a");a.lightBox({fixedNavigation:true,imageLoading:"/lib/lightbox/images/lightbox-ico-loading.gif",imageBtnPrev:"/lib/lightbox/images/lightbox-btn-prev.gif",imageBtnNext:"/lib/lightbox/images/lightbox-btn-next.gif",imageBtnClose:"/lib/lightbox/images/lightbox-btn-close.gif",imageBlank:"/lib/lightbox/images/lightbox-blank.gif",txtImage:"",txtOf:"/",keyToClose:"c",keyToPrev:"p",keyToNext:"n"});$.getJSON("/api/gallery/slideshow.json",function(f){$.each(f.images,function(h,j){var g="/upload/gallery/slide/"+j.id+".jpg";c+=getItemHTML(g,j.title)});b.append(c);b.cycle({fx:"scrollLeft",before:function(){d.html(this.title)},delay:4000,timeout:4000})})});function getItemHTML(a,b){return'<img src="'+a+'" width="505" height="281" alt="'+b+'" title="'+b+'" />'}var curDate=new Date();var curDay=curDate.getDate();var curMonth=curDate.getMonth();var curYear=curDate.getFullYear();function calendarRotate(a){curMonth+=a;if(curMonth>11){curMonth=1;curYear++}else{if(curMonth<0){curMonth=11;curYear--}}$.post("/calendar",{month:curMonth,year:curYear},function(b){$("#calendarWrap").html(b)})};
