$(document).ready(function(){
$('div#double-posts').pause(500).fadeIn('slow');

      $("a.navlink").click(function () {
      $("div#double-posts").pause(500).fadeOut("slow");
      });

});


function timedMsg()
{
var t=setTimeout("",700);
}