function showImages() {
   $("div#post-conteudo img").css({width:"auto",height:"auto"});
   $("div#hcontos_widget_last_posts-3 img").css({width:"75px",height:"75px"});
}

function hideImages() {
   $("div#post-conteudo img").css({width:"10px",height:"10px"});
   $("div#hcontos_widget_last_posts-3 img").css({width:"10px",height:"10px"});
}

