/* FILE ARCHIVED ON 16:02:49 Sep 6, 2013 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 18:44:02 Mar 27, 2017. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ $(document).ready(function() { $(".enter-to-site").click(function(){ $(".hidden-login").animate( { top:"50%" }, { duration:500 } ); $(".hidden-body").show("slow"); }); $(".login-close").click(function(){ $(".hidden-login").animate( { top:"-100%" } ); $(".hidden-body").hide("slow"); }); $(".eerwer img:first-child").addClass("first-img"); $(".hover-more").hover( function() { $(this).find(".news-item-more a").animate({ marginLeft: "-30px" }, 100 ); }, function() { $(this).find(".news-item-more a").animate({ marginLeft: "0px" }, 200 ); }); $(".anons-film").hover( function() { $(this).find(".anons-film-content-category").animate({ bottom: "0px" }, 400 ); }, function() { $(this).find(".anons-film-content-category").animate({ bottom: "-20px" }, 100 ); }); $("a, img, div").easyTooltip(); $("ul.comments-tabs").tabs("div.comments-panes > div"); });