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=''><br><div id='espn'><a href='http://www.sprint.com/citizenship/sprint_foundation/index.html' target='_blank'><img src='images/sprint_foundation.gif' width='80' height='55' alt=''></a>A proud partner<br>of Sports Buddies</div></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=''><br><div id='espn'><a href='http://www.sprint.com/citizenship/sprint_foundation/index.html' target='_blank'><img src='images/sprint_foundation.gif' width='80' height='55' alt=''></a>A proud partner<br>of Sports Buddies</div></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=''><br><div id='espn'><a href='http://www.sprint.com/citizenship/sprint_foundation/index.html' target='_blank'><img src='images/sprint_foundation.gif' width='80' height='55' alt=''></a>A proud partner<br>of Sports Buddies</div></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=''><br><div id='espn'><a href='http://www.sprint.com/citizenship/sprint_foundation/index.html' target='_blank'><img src='images/sprint_foundation.gif' width='80' height='55' alt=''></a>A proud partner<br>of Sports Buddies</div></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=''><br><div id='espn'><a href='http://www.sprint.com/citizenship/sprint_foundation/index.html' target='_blank'><img src='images/sprint_foundation.gif' width='80' height='55' alt=''></a>A proud partner<br>of Sports Buddies</div></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);
