Forum Moderators: martinibuster
You need to check back frequently to see if a page is always serving public service ads.
And when you do find pages that are always serving PSAs, try to figure out why. You might be able to make an easy change to get more targetted ads.
As far as a tool for visiting all of your pages goes, the usual run of site testing tools won't work - since they won't execute the javascript. You'll need to work with something that will automate a copy of IE.
You could hack something together using the visualbasic/WSH sendkeys command - but this will rely on your site either having a naming convention that can be run through a for-next loop (folder1/page1.htm, folder1/page2.htm, foldern/pagen.htm) or being able to extract a list of filenames from your development tool and having your code process that.
There are also proper GUI testing products that would do a better job - but they tend to come at a hefty price.