function random_img()
{};
var random_img = new random_img();
// Set the number of text strings to zero to start
var number_img = 0;
// Incremental list of all possible Text
random_img[number_img++] = "<img src=\"img/pic01.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic02.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic03.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic04.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic05.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic06.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic07.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic08.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic09.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic10.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic11.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic12.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic13.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic14.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic15.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic16.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic17.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic18.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic19.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic20.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic21.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic22.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic23.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic24.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
random_img[number_img++] = "<img src=\"img/pic25.jpg\" width=\"180\" height=\"120\" id=\"pic_header\"/>"
// Create a random number with limits based on the number
// of possible random text strings
var random_number_img = Math.floor(Math.random() * number_img);
// Write out the random text to the browser
// document.write(random[random_number]); //