<!--

function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "<img name='Gigi Edgley and Steve Le Marquand' src='images/photos/lt/01.jpg' width='400' height='266' alt='Gigi Edgley and Steve Le Marquand' /><br /><small>Lisa (Gigi Edgley) and Steve (Steve Le Marquand)</small>"
text[number++] = "<img name='Director Jeremy Sims consults with DOP Toby Oliver' src='images/photos/lt/02.jpg' width='400' height='266' alt='Director Jeremy Sims consults with DOP Toby Oliver' /><br /><small>Director Jeremy Sims consults with DOP Toby Oliver</small>"
text[number++] = "<img name='Last Train to Freo crew after a hard shoot' src='images/photos/lt/03.jpg' width='400' height='266' alt='Last Train to Freo crew after a hard shoot' /><br /><small>Last Train to Freo crew after a hard shoot</small>"
text[number++] = "<img name='Steve (Steve Le Marquand) emphasises his point' src='images/photos/lt/04.jpg' width='400' height='266' alt='Steve (Steve Le Marquand) emphasises his point' /><br /><small>Steve (Steve Le Marquand) emphasises his point</small>"
text[number++] = "<img name='Simon (Glenn Hazeldine) threatens Trev (Tom Budge)' src='images/photos/lt/05.jpg' width='400' height='266' alt='Simon (Glenn Hazeldine) threatens Trev (Tom Budge)' /><br /><small>Simon (Glenn Hazeldine) is threatened by Trev (Tom Budge)</small>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->