<!--
function random_text()
{};
var random_text = new random_text();
// Set the number of text strings to zero to start
var number = 0;
// Incremental list of all possible Text
random_text[number++] = "<img src=./images/vip/pic1.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic2.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic3.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic4.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic5.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic6.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic7.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic8.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic9.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic10.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic11.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic12.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic13.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic14.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic15.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic16.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic17.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic18.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic19.jpg width='169' height='125'>"
random_text[number++] = "<img src=./images/vip/pic20.jpg width='169' height='125'>"
// Create a random number with limits based on the number
// of possible random text strings
var random_number = Math.floor(Math.random() * number);
// Write out the random text to the browser
document.write(random_text[random_number]);
-->
