<!--

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

//store the quotations in arrays

images = new Array(10);

images[0] = "<p><a href = 'residentialprojects.htm#cil'><img src='images/bcil_logo.gif' alt='Greater Dublin Independent Living'></a><br />Greater Dublin Independent Living</p> ";

images[1] = "<p><a href = 'residentialprojects.htm#cis'><img src='images/cis.jpg' alt='Citizens Information Service'></a><br />Citizens Information Service</p>";

images[2] = "<p><a href = 'residentialprojects.htm#ce'><img src='images/ce.jpg' alt='Georges Hill Community Employment Project'></a><br />Georges Hill Community Employment Project</p>";

images[3] = "<p><a href = 'programs.htm#eden'><img src='images/eden.jpg' alt='Eden Computer Training'></a><br />Eden Computer Training</p>";

images[4] = "<p><a href = 'residentialprojects.htm#nwictdp'><img src='images/nwictdp.jpg' alt='North West Inner City Training and Development Project'></a><br />North West Inner City Training and Development Project</p>";

images[5] = "<p><a href = 'residentialprojects.htm#ppc'><img src='images/ppc.jpg' alt='Pitter Patter Cr&eacute;che'></a><br />Pitter Patter Cr&eacute;che</p>";

images[6] = "<p><a href = 'residentialprojects.htm#scs'><img src='images/scs.jpg' alt='Senior Citizens Service'></a><br />Senior Citizens Service</p>";

images[7] = "<p><a href = 'residentialprojects.htm#snug'><img src='images/snug.jpg' alt='Snug Counselling Service'></a><br />Snug Counselling Service</p>";

images[8] = "<p><a href = 'programs.htm#cict'><img src='images/cict.png' alt='Community ICT Project'></a><br />Community ICT Project</p>";




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

document.write(images[index]);

//done

// -->
