//Javascript Created by Computerhope http://www.computerhope.com

//store the quotations in arrays

images = new Array(32);

images[0] = "<a href = 'esprit.htm'><img src='images/esprit/esp_render_theme.jpg' alt=''></a>";
images[1] = "<a href = 'esprit.htm'><img src='images/esprit/esp_cad_theme.jpg' alt=''></a>";
images[2] = "<a href = 'esprit.htm'><img src='images/esprit/esp_sketch_theme.jpg' alt=''></a>";
images[3] = "<a href = 'clarks.htm'><img src='images/clarks/layout_theme.jpg' alt=''></a>";
images[4] = "<a href = 'clarks.htm'><img src='images/clarks/messing_theme.jpg' alt=''></a>";
images[5] = "<a href = 'clarks.htm'><img src='images/clarks/welding_theme.jpg' alt=''></a>";
images[6] = "<a href = 'clarks.htm'><img src='images/clarks/training_room_theme.jpg' alt=''></a>";
images[7] = "<a href = 'vintage.htm'><img src='images/vintage/funeral_theme.jpg' alt=''></a>";
images[8] = "<a href = 'vintage.htm'><img src='images/vintage/grinder_theme.jpg' alt=''></a>";
images[9] = "<a href = 'vintage.htm'><img src='images/vintage/prototype_theme.jpg' alt=''></a>";
images[10] = "<a href = 'vintage.htm'><img src='images/vintage/rizla_theme.jpg' alt=''></a>";
images[11] = "<a href = 'xcr.htm'><img src='images/xcr/xcr_cad_theme.jpg' alt=''></a>";
images[12] = "<a href = 'xcr.htm'><img src='images/xcr/xcr_render_theme.jpg' alt=''></a>";
images[13] = "<a href = 'xcr.htm'><img src='images/xcr/xcr_sketch_theme.jpg' alt=''></a>";
images[14] = "<a href = 'promotional.htm'><img src='images/promotional/network_rail_theme.jpg' alt=''></a>";
images[15] = "<a href = 'promotional.htm'><img src='images/promotional/nr_brochure_theme.jpg' alt=''></a>";
images[16] = "<a href = 'promotional.htm'><img src='images/promotional/ondemand_theme.jpg' alt=''></a>";
images[17] = "<a href = 'promotional.htm'><img src='images/promotional/vintage_theme.jpg' alt=''></a>";
images[18] = "<a href = 'cd.htm'><img src='images/cd/britpop_theme.jpg' alt=''></a>";
images[19] = "<a href = 'cd.htm'><img src='images/cd/rock_theme.jpg' alt=''></a>";
images[20] = "<a href = 'cd.htm'><img src='images/cd/soul_theme.jpg' alt=''></a>";
images[21] = "<a href = 'cd.htm'><img src='images/cd/temperton_theme.jpg' alt=''></a>";
images[22] = "<a href = 'logo.htm'><img src='images/logo/fwd_theme.jpg' alt=''></a>";
images[23] = "<a href = 'logo.htm'><img src='images/logo/on_demand_theme.jpg' alt=''></a>";
images[24] = "<a href = 'logo.htm'><img src='images/logo/sportswhere_theme.jpg' alt=''></a>";
images[25] = "<a href = 'logo.htm'><img src='images/logo/vintage_classics_theme.jpg' alt=''></a>";
images[26] = "<a href = 'penrack.htm'><img src='images/penrack/penrack_cad_theme.jpg' alt=''></a>";
images[27] = "<a href = 'penrack.htm'><img src='images/penrack/penrack_photo_theme.jpg' alt=''></a>";
images[28] = "<a href = 'quinns.htm'><img src='images/quinns_site.jpg' alt=''></a>";
images[29] = "<a href = 'vcsite.htm'><img src='images/vc_site.jpg' alt=''></a>";
images[30] = "<a href = 'fwd.htm'><img src='images/fwd_site.jpg' alt=''></a>";
images[31] = "<a href = 'snpt.htm'><img src='images/snpt_site.jpg' alt=''></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done

// -->

