function random_text()
{};
var random_text = new random_text();
var number = 0;

random_text[number++] = "<a href='http://grannyshousecolumbia.blogspot.com/2008/04/stepping-stones.html' rel='external'><img src='images/stepping-stone-01.jpg' width='90' height='90' class='no-border' alt='Stepping Stone' /></a>"
random_text[number++] = "<a href='http://grannyshousecolumbia.blogspot.com/2008/04/stepping-stones.html' rel='external'><img src='images/stepping-stone-02.jpg' width='90' height='90' class='no-border' alt='Stepping Stone' /></a>"
random_text[number++] = "<a href='http://grannyshousecolumbia.blogspot.com/2008/04/stepping-stones.html' rel='external'><img src='images/stepping-stone-03.jpg' width='90' height='90' class='no-border' alt='Stepping Stone' /></a>"
random_text[number++] = "<a href='http://grannyshousecolumbia.blogspot.com/2008/04/stepping-stones.html' rel='external'><img src='images/stepping-stone-04.jpg' width='90' height='90' class='no-border' alt='Stepping Stone' /></a>"
random_text[number++] = "<a href='http://grannyshousecolumbia.blogspot.com/2008/04/stepping-stones.html' rel='external'><img src='images/stepping-stone-05.jpg' width='90' height='90' class='no-border' alt='Stepping Stone' /></a>"
random_text[number++] = "<a href='http://grannyshousecolumbia.blogspot.com/2008/04/stepping-stones.html' rel='external'><img src='images/stepping-stone-06.jpg' width='90' height='90' class='no-border' alt='Stepping Stone' /></a>"

var random_number = Math.floor(Math.random() * number);
document.write(random_text[random_number]);