// ************************************************************************************
// ** This file has been created with the Rotating Content Tool by Amesbury Web.     **
// ** For more information, visit us on the web:                                     **
// **                                                                                **
// **     Rotating Content Tool   -- http://rotatecontent.com/                       **
// **     Company: Amesbury Web   -- http://amesburyweb.com/                         **
// **     Author:  Randy Hoyt     -- http://randyhoyt.com/                           **
// **                                                                                **
// ************************************************************************************

varLength = 20
var entryContent = new Array(varLength)

entryContent[0] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/sarnen2009-bamboo-rods-9.jpg\" width=\"300\" height=\"200\">"
entryContent[1] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/laurorossetsansepolcro-1.jpg\" width=\"350\" height=\"263\">"
entryContent[2] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/11swissrods-new.jpg\" width=\"250\" height=\"167\">"
entryContent[3] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/agatestrippingguides.jpg\" width=\"300\" height=\"225\">"
entryContent[4] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/sarnen2009-bamboo-fishing-rods-092.jpeg\" width=\"480\" height=\"320\">"
entryContent[5] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/sarnen2009-bamboo-rods-11.jpg\" width=\"300\" height=\"200\">"
entryContent[6] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/phoenixlinecloseup.jpg\" width=\"405\" height=\"285\">"
entryContent[7] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/garrisonroddetailcorkhandlecloser-150px.jpg\" width=\"150\" height=\"113\">"
entryContent[8] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/snakeguidespic-new.jpg\" width=\"250\" height=\"188\">"
entryContent[9] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/100hookfly-new.jpg\" width=\"250\" height=\"188\">"
entryContent[10] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/sarnen2009-bamboo-fishing-rods-183.jpeg\" width=\"480\" height=\"320\">"
entryContent[11] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/sarnen2009-bamboo-fishing-rods-128.jpeg\" width=\"480\" height=\"320\">"
entryContent[12] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/sarnen2009-374.jpg\" width=\"300\" height=\"225\">"
entryContent[13] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/sarnen2009-bamboo-fishing-rods-096.jpeg\" width=\"480\" height=\"320\">"
entryContent[14] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/sarnen2009-275.jpg\" width=\"300\" height=\"199\">"
entryContent[15] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/sarnen2009-bamboo-rods-16.jpg\" width=\"300\" height=\"200\">"
entryContent[16] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/sarnen2009-bamboo-fishing-rods-143.jpeg\" width=\"480\" height=\"320\">"
entryContent[17] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/bambooflyrodmakersmassimotirocchi45.JPG\" width=\"225\" height=\"300\">"
entryContent[18] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/larrytusonibambooflyrodandreel.jpg\" width=\"300\" height=\"225\">"
entryContent[19] = "<img src=\"http://www.upon-bamboo-fly-fishing-rods-and-reels.com/image-files/loribrennoflyfishing.jpg\" width=\"250\" height=\"200\">"

var randomNumber = Math.random()
randomNumber *= varLength
randomNumber = parseInt(randomNumber)
if(isNaN(randomNumber)) randomNumber = 0
else randomNumber %= varLength
selectedContent = entryContent[randomNumber]

document.write (selectedContent)
