function HideSidebar(){
$(".sideblock").slideToggle("slow");
}

function HideComments(){
$("btncom").text("View comments");
$("#comments").slideToggle("slow");
}

