images = new Array(8);

images[0] = "<a href=  'http://www.sheepholetees.com/order/main/ocdmain.php'><img src='http://www.sheepholetees.com/images/shirtsMain/ocd.jpg' border='0' alt='OCD keeps my house clean'></a>";

images[1] = "<a href=  'http://www.sheepholetees.com/order/main/blindmain.php'><img src='http://www.sheepholetees.com/images/shirtsMain/blind.jpg' border='0' alt='If you could see you'd notice my sack in your beer'></a>";

images[2] = "<a href=  'http://www.sheepholetees.com/order/main/tourettesmain.php'><img src='http://www.sheepholetees.com/images/shirtsMain/tourettes.jpg' border='0' alt='Fuck you I have tourettes'></a>";

images[3] = "<a href=  'http://www.sheepholetees.com/order/main/myspacemain.php'><img src='http://www.sheepholetees.com/images/shirtsMain/myspace.jpg' border='0' alt='Myspace is your mom's place'></a>";

images[4] = "<a href=  'http://www.sheepholetees.com/order/main/puppetsmain.php'><img src='http://www.sheepholetees.com/images/shirtsMain/puppets.jpg' border='0' alt='Puppets love fisting'></a>";

images[5] = "<a href=  'http://www.sheepholetees.com/order/main/excusemain.php'><img src='http://www.sheepholetees.com/images/shirtsMain/excuse.jpg' border='0' alt='Sex is just an excuse to make a mess on a girl's face'></a>";

images[6] = "<a href=  'http://www.sheepholetees.com/order/main/weTeammain.php'><img src='http://www.sheepholetees.com/images/shirtsMain/weTeam.gif' border='0' alt='Theres no WE in team because I aint doing shit'></a>";

images[7] = "<a href=  'http://www.sheepholetees.com/order/main/fourInHersmain.php'><img src='http://www.sheepholetees.com/images/shirtsMain/fourInHers.jpg' border='0' alt='My girlfriend Likes four-in-hers'></a>";


index = Math.floor(Math.random() * images.length);

document.write(images[index]);
