JQUERY PAUSE N SECONDES

setTimeout(
  function() 
  {
    //do something special
  }, 5000);
Easy Eland