<!--

images = new Array(1);

images[0] = "<a href = 'http://thereporter.profootball.upickem.net/'><img src='http://fromthereporter.com/web_images/teasers/teaser_pickem.jpg' alt='U-Pick Em'></a>";

images[1] = "<a href = 'http://thereporter.profootball.upickem.net/'><img src='http://fromthereporter.com/web_images/teasers/teaser_pickem.jpg' alt='U-Pick Em'></a>";

images[2] = "<a href = 'http://thereporter.profootball.upickem.net/'><img src='http://fromthereporter.com/web_images/teasers/teaser_pickem.jpg' alt='U-Pick Em'></a>";

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

document.write(images[index]);

//done

// -->

