Hello
On this script:
http://www.dynamicdrive.com/dynamici...nterstitial.js
changing this:
to this:Code:if (interstitialBox.launch) interstitialBox.initialize()
Breaks it!Code:if (interstitialBox.launch) { setTimeout('interstitialBox.initialize()',5000); }
I think its the ajaxconnect:function.
Any idea?



Reply With Quote
Bookmarks