Is there a way to use JQuery to redirect to a specific URL after a give time period?
just use:
setTimeout("window.location.href='yoururl';",4000);
..where the '4000' is m.second