Hello

On this script:

http://www.dynamicdrive.com/dynamici...nterstitial.js

changing this:

Code:
if (interstitialBox.launch)
interstitialBox.initialize()
to this:

Code:
if (interstitialBox.launch) {
setTimeout('interstitialBox.initialize()',5000); 
}
Breaks it!

I think its the ajaxconnect:function.

Any idea?