// JavaScript Document
<!--

//Javascript Created by Computerhope http://www.computerhope.com

//store the quotations in arrays

images = new Array(10);

images[2] = "<h5><a href='http://www.nayd.ie'>NAYD</a></h5><a href='http://www.nayd.ie' class='imglink'><img src='img/case/cs_nayd_sm.jpg' alt='NAYD' width='144' height='40' border='0' /></a><p>CMS powered site plus email marketing for NAYD</p>";

images[3] = "<h5><a href='http://www.jamessweetman.com'>James Sweetman</a></h5><a href='http://www.jamessweetman.com' class='imglink'><img src='img/case/sweetman_sm.gif' alt='James Sweetman' width='144' height='40' border='0' /></a><p>Liquid layout for knowledge rich sites - refits to any screen size </p>";

images[5] = "<h5><a href='http://www.3qcatering.ie'>3Q Catering</a></h5><a href='http://www.3qcatering.ie' class='imglink'><img src='img/case/cs_3q_sm.jpg' alt='3Q Catering' width='144' height='40'/></a><p>Recruitment site with a difference, plus automated payroll module</p>";

images[6] = "<h5><a href='http://www.smarttelecom.ie'>Smart Telecom</a></h5><a href='http://www.smarttelecom.ie' class='imglink'><img src='img/case/cs_smart_sm.gif' alt='Smart Telecom' width='144' height='40'/></a><p>Home page that is used by Irish usablity experts as an example of best practice</p>";

images[7] = "<h5><a href='http://www.interiordesignconcepts.ie'>Interior Design Concepts</a></h5><a href='http://www.interiordesignconcepts.ie' class='imglink'><img src='img/case/cs_carolynruth_sm.jpg' alt='Carolyn Ruth' width='144' height='40'/></a><p>Tasteful site for interior designer to display her portfolio</p>";

images[8] = "<h5><a href='http://www.kanchi.org'>Kanchi</a></h5><a href='http://www.kanchi.org' class='imglink'><img src='img/case/cs_kanchi_sm.jpg' alt='Kanchi' width='144' height='40'/></a><p>A new era in communication for social entrepreneurs.</p>";

images[9] = "<h5><a href='http://www.atkinsireland.ie'>Atkins Ireland</a></h5><a href='http://www.atkinsireland.ie' class='imglink'><img src='img/case/cs_atkins_sm.jpg' alt='Atkins Ireland' width='144' height='40'/></a><p>Video enhanced site for engineering company</p>";

index = Math.floor(Math.random() * images.length);

document.write( images[index]);



//done

// -->

