<!--

images = new Array(1);

images[0] = "<a href = 'http://vacavillereporter.ca.newsmemory.com/'><img src='http://fromthereporter.com/web_images/teasers/teaser_e_edition.jpg' alt='Subscribe to the e-edition'></a>";

images[1] = "<a href = 'http://fromthereporter.com/specials/2009_bestof' target='new'><img src='http://fromthereporter.com/web_images/teasers/teaser_bestof.jpg' alt='Best of 2009'></a>";

images[2] = "<a href = 'http://vacavillereporter.ca.newsmemory.com/'><img src='http://fromthereporter.com/web_images/teasers/teaser_e_edition.jpg' alt='Subscribe to the e-edition'></a>";

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

document.write(images[index]);

//done

// -->
