function random_text()
{};
var random_text = new random_text();
var number = 0;	// Set the number of text strings to zero to start

random_text[number++] = "<img src='images/sb_pic01.jpg' width='215' height='250' alt=''></td><td id='content'><img src='images/sb_head_01.gif' width='385' height='86' alt=''><br>"
random_text[number++] = "<img src='images/sb_pic02.jpg' width='215' height='250' alt=''></td><td id='content'><img src='images/sb_head_02.gif' width='385' height='86' alt=''><br>"
random_text[number++] = "<img src='images/sb_pic03.jpg' width='215' height='250' alt=''></td><td id='content'><img src='images/sb_head_03.gif' width='385' height='86' alt=''><br>"
random_text[number++] = "<img src='images/sb_pic04.jpg' width='215' height='250' alt=''></td><td id='content'><img src='images/sb_head_04.gif' width='385' height='86' alt=''><br>"
random_text[number++] = "<img src='images/sb_pic05.jpg' width='215' height='250' alt=''></td><td id='content'><img src='images/sb_head_05.gif' width='385' height='86' alt=''><br>"

var random_number = Math.floor(Math.random() * number);
