images = new Array(1);

images[0] = "<a href='http://www.shimano.com/' target='_blank'><img src='/images/logo_shimano.gif' alt='Shimano'></a>";
images[1] = "<a href='http://www.pennreels.com/' target='_blank'><img src='/images/logo_penn.gif' alt='Penn'></a>";
images[2] = "<a href='http://www.wellcraft.com/' target='_blank'><img src='/images/logo_wellcraft.gif' alt='Wellcraft'></a>";


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