images = new Array(6);

images[0] = "<a href=  'http://www.sheepholetees.com/order/main/blacktasticmain.php'><img src='http://www.sheepholetees.com/images/shirtsMain/blackTastic.jpg' border='0' alt='Blacktastic'></a>";

images[1] = "<a href=  'http://www.sheepholetees.com/order/main/cantHearmain.php'><img src='http://www.sheepholetees.com/images/shirtsMain/cantHear.jpg' border='0' alt='I can't hear you because I'm talking'></a>";

images[2] = "<a href=  'http://www.sheepholetees.com/order/main/orgymain.php'><img src='http://www.sheepholetees.com/images/shirtsMain/orgy.jpg' border='0' alt='Werd Turd'></a>";

images[3] = "<a href=  'http://www.sheepholetees.com/order/main/jesusHatchmain.php'><img src='http://www.sheepholetees.com/images/shirtsMain/jesusHatch.jpg' border='0' alt='It's okay, Jesus drives a hatchback'></a>";

images[4] = "<a href=  'http://www.sheepholetees.com/order/main/mexcellentmain.php'><img src='http://www.sheepholetees.com/images/shirtsMain/mexcellent.jpg' border='0' alt='Mexcellent'></a>";

images[5] = "<a href=  'http://www.sheepholetees.com/order/main/thisGuymain.php'><img src='http://www.sheepholetees.com/images/shirtsMain/thisGuy.jpg' border='0' alt='What has two thumbs and likes blowjobs?  This guy'></a>";

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

document.write(images[index]);
