Add following code in your page. This will redirect page after 1 second.
setTimeout(PageRedirect,1000);
function PageRedirect() {
window.location='the page url';
}
--------------------------------------------------
Software professional from Bangalore,INDIA
[email protected]