<!--

images = new Array(1);

images[0] = "<a href = 'http://fromthereporter.com/ads/womens_expo/'><img src='http://fromthereporter.com/web_images/teasers/teaser_womensxpo.jpg' alt='Womens Expo'></a>";

images[1] = "<a href = 'http://fromthereporter.com/ads/progress/'><img src='http://fromthereporter.com/web_images/teasers/teaser_progress.jpg' alt='Progress edition'></a>";

images[2] = "<a href = 'http://fromthereporter.com/ads/tribute/'><img src='http://fromthereporter.com/web_images/teasers/teaser_seniors.jpg' alt='Tribute to Seniors'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done

// -->
