Adremover is a JavaScript that catches clicks on ads and writes a cookie on the visitors computer. Until the cookie expires (default 24 hours), no ads are shown.
This JavaScript demonstrates how to have multiple banner ads rotate at an interval. This example allows new banners to be added in by calling the function addBanner with a new banner. The default rotation is 5 seconds (5000 milliseconds).
This JavaScript allows you to display a different ad based on the parameter passed to the current page. This allows a page to rotate ads without the use of CGI.
This script will select a random image from a set of images and displays it on your Web page. You can specify a URL to go with each image/banner. It also allows you to set image parameters such as width and height.
Need to rotate banner ads on your site? How about doing it in JavaScript! This simple little JavaScript will print out a random banner ad each time your page is viewed. Awesome!