// Random Overlay Advert Javascript
// copyright 11th August 2002, by Stephen Chapman, Felgall Pty Ltd
var mess = new Array();

var adID = 'a1'; // put the ID from the div tag here to use with the close link

// place your advertisements here  - start with mess[1] and use as many as you need
mess[1] = 'HTML for your first ad goes here';
mess[2] = 'HTML for your second ad goes here';


