<!--

images = new Array(2);

images[0] = "<a href = 'http://www.solanocf.org/FundView.aspx?hFund=22&hFundCode=1&hFundType=1'><img src='http://vallejoads.com/web_images/teasers/teaser_2011xmascard.jpg' alt='2011 Community Christmas Card'></a>";

images[1] = "<a href = 'http://www.solanocf.org/FundView.aspx?hFund=22&hFundCode=1&hFundType=1'><img src='http://vallejoads.com/web_images/teasers/teaser_2011xmascard.jpg' alt='2011 Community Christmas Card'></a>";

images[2] = "<a href = 'http://thereporter.profootball.upickem.net/'><img src='http://vallejoads.com/web_images/teasers/teaser_pickem.jpg' alt='Upickem 2011'></a>";

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

document.write(images[index]);

//done

// -->


