function turkey_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="http://www.restoringthepride.com/ow/turkey/001.jpg"
myimages[2]="http://www.restoringthepride.com/ow/turkey/002.jpg"
myimages[3]="http://www.restoringthepride.com/ow/turkey/003.jpg"
myimages[4]="http://www.restoringthepride.com/ow/turkey/004.jpg"
myimages[5]="http://www.restoringthepride.com/ow/turkey/005.jpg"
myimages[6]="http://www.restoringthepride.com/ow/turkey/006.jpg"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<div style="text-align: center;"><a href="http://www.restoringthepride.com/turkey.html"><img src="'+myimages[ry]+'" WIDTH="125" HEIGHT="83" border=0></a><br><div style="text-align: center;"></a><a href="http://www.restoringthepride.com/turkey.html" class="left">TURKEY BOWL 2K2</a><a href="http://www.restoringthepride.com/turkey.html" class="left"><br><br>')}

turkey_imglink()