<!--

//Javascript Created by Computerhope http://www.computerhope.com

//store the quotations in arrays

images = new Array(2);

images[0] = "<img src='images/random/image01.jpg' style='border:#333 solid 5px' border='0' alt='Partying with TreWell' />";
images[1] = "<img src='images/random/image02.jpg' style='border:#333 solid 5px' border='0' alt='Partying with TreWell' />";
images[2] = "<img src='images/random/image03.jpg' style='border:#333 solid 5px' border='0' alt='Partying with TreWell' />";
images[3] = "<img src='images/random/image04.jpg' style='border:#333 solid 5px' border='0' alt='Partying with TreWell' />";
images[4] = "<img src='images/random/image05.jpg' style='border:#333 solid 5px' border='0' alt='Partying with TreWell' />";
images[5] = "<img src='images/random/image06.jpg' style='border:#333 solid 5px' border='0' alt='Partying with TreWell' />";
images[6] = "<img src='images/random/image07.jpg' style='border:#333 solid 5px' border='0' alt='Partying with TreWell' />";
images[7] = "<img src='images/random/image08.jpg' style='border:#333 solid 5px' border='0' alt='Partying with TreWell' />";
images[8] = "<img src='images/random/image09.jpg' style='border:#333 solid 5px' border='0' alt='Partying with TreWell' />";
images[9] = "<img src='images/random/image10.jpg' style='border:#333 solid 5px' border='0' alt='Partying with TreWell' />";
images[10] = "<img src='images/random/image11.jpg' style='border:#333 solid 5px' border='0' alt='Partying with TreWell' />";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done

// -->
