<!--

images = new Array(2);

images[0] = "<a href = 'http://vallejotimesherald.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://vallejotimesherald.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

// -->

