<!--

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function image() {
};

image = new image();
number = 0;

// imageArray
image[number++] = "<IMG SRC='images/wakefieldjazz.jpg' name='wakefield jazz' alt='new couriers at wakefield jazz' align='center' width='400' height='270' style='border:solid 1px #336699'>"
image[number++] = "<IMG SRC='images/trioVD.jpg' name='Trio VD' alt='TrioVD' align='center' width='400' height='270' style='border:solid 1px #336699'>"
image[number++] = "<IMG SRC='images/kathy_dyson.jpg' name='kathy dyson' alt='kathy dyson' align='center' width='400' height='270' style='border:solid 1px #336699'>"

increment = Math.floor(Math.random() * number);
document.write( image[increment] )

var caption = [];
number = 0;
// caption array

caption[number++] = "<span class='caption'>New Couriers at Wakefield Jazz</span>"
caption[number++] = "<span class='caption'>TrioVD</span>"
caption[number++] = "<span class='caption'>Kathy Dyson</span>"

if (image[increment] = caption[increment] ) document.write(  caption[increment] );

//-->
