
$(function(){$("#js-fails").hide();$("#s").click(function(){if(this.value==='Type and press enter'){this.value='';}}).blur(function(){if(this.value===''){this.value='Type and press enter';}});$(".add").click(function(){$.scrollTo('#respond',1000);});$("#go2comments").click(function(){$.scrollTo('#comments',1000);});$("#b2top, #goto-top").click(function(){$.scrollTo('#toppage',1000);});$("#goto-entry").click(function(){$.scrollTo('#post-entries',1000);});$("#goto-footer").click(function(){$.scrollTo('#footer',1000);});if(document.all&&!window.opera&&!window.XMLHttpRequest&&$.browser.msie){$("#nav_main_b li").not(".current_page_item").children().mouseover(function(){$(this).animate({lineHeight:"2.5em"},200);}).mouseout(function(){$(this).animate({lineHeight:"20px"},200);});}else{$("#nav_main_b li").not(".current_page_item").children().mouseover(function(){$(this).animate({lineHeight:"2.5em"},200);}).mouseout(function(){$(this).animate({lineHeight:"18px"},200);}).click(function(){$(this).css("lineHeight","3em");});}
$("#tags_cloud").add("#cats_cloud").mouseover(function(){$(this).css("cursor","pointer");}).click(function(){$(this).next().slideToggle(500);}).mouseover(function(){$(this).fadeTo(200,0.5);}).mouseout(function(){$(this).fadeTo(100,1);});});