jQuery(function(e){var d=300,b="#4966ff";e("#sidebar li").mouseover(function(){e(this).find("a").stop().animate({color:b},d).parent().find("div").stop().animate({color:"#aaa"},d).parent().parent().parent().find("li a").not(e(this).find("a")).stop().animate({color:"#777"},d).find("div").stop().animate({color:"#444"})});e("#sidebar li").click(function(){window.location=e(this).find("a:first").attr("href")});e("#sidebar").mouseout(function(){e(this).find("li a").stop().animate({color:"white"},d).find("div").stop().animate({color:"#777"},d)});e("input[type=text], input[type=password]").focus(function(){if(e(this).val()==e(this).attr("defaultValue")){e(this).val("")}}).blur(function(){if(e(this).val()==""){e(this).val(e(this).attr("defaultValue"))}});e(".delete").click(function(){return confirm("Are you really sure you want to delete this file?\nIt will be gone forever!")});var c=1,a=0.3;iconSpeed=250;e("#seasons a").mouseover(function(){e(this).children().stop().animate({opacity:c},iconSpeed).parent().parent().children().not(this).children().stop().animate({opacity:a},iconSpeed)});e("#seasons").mouseout(function(){e(this).children().children().stop().animate({opacity:c},iconSpeed)});e("a > img[src*=thumb]").parent().lightBox()});Cufon.replace("h1, #seasons a");
