Ad Delay in Javascript help

I would like to put an ad delay onto a webpage. No content shows up
(complete white background) until 30 seconds after viewing the ad. The
ad would disappear and the content of the page would load up?

the command you need to do that is setTimeout()

Put the function you want to run in the first parameter and 30000 in the second parameter to have it run after 30 seconds.