$(function(){var a=$.cookie("comment_name"),b=$.cookie("comment_email");a!=null&&$("input[name='name'][value='']").attr("value",a);b!=null&&$("input[name='email'][value='']").attr("value",b)});$(function(){prettyPrint()});function toggleComments(a){$("#comments"+a).css("display")=="none"?showComments(a):hideComments(a)}function showComments(a){$("#comments"+a).slideDown("slow");$("#comments_link"+a).html("Hide")}
function hideComments(a){$("#comments"+a).slideUp("slow");$("#comments_link"+a).html("Show")}function showAddComments(a){showComments(a);$("#add_comment"+a).slideDown("slow")}function hideAddComments(a){$("#add_comment"+a).slideUp("slow")}function showDiv(a){document.getElementById(a).style.display="block"}function hideDiv(a){document.getElementById(a).style.display="none"};

