<!--

images = new Array(2);

images[0] = "<a href = 'http://www.dailydemocrat.com/subscriptions' target='new'><img src='http://fromthedemocrat.com/web_images/teasers/teaser_subscribe.jpg' alt='Subscribe'></a>";

images[1] = "<a href = 'http://www.dailydemocrat.com/subscriptions' target='new'><img src='http://fromthedemocrat.com/web_images/teasers/teaser_subscribe.jpg' alt='Subscribe'></a>";

images[2] = "<a href = 'http://www.dailydemocrat.com/subscriptions' target='new'><img src='http://fromthedemocrat.com/web_images/teasers/teaser_subscribe.jpg' alt='Subscribe'></a>";

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

document.write(images[index]);

//done

// -->