jQuery Wait n секунд
setTimeout(
function()
{
//do something special
}, 5000);
Easy Eland
setTimeout(
function()
{
//do something special
}, 5000);