homeImages = new Array(3);
homeImages[0] = "<img src='includes/images/contentimages/home1.jpg' alt='ODSE' width='150' height='150' />";
homeImages[1] = "<img src='includes/images/contentimages/home2.jpg' alt='ODSE' width='150' height='150' />";
homeImages[2] = "<img src='includes/images/contentimages/home3.jpg' alt='ODSE' width='150' height='150' />";
homeImages[3] = "<img src='includes/images/contentimages/home3.jpg' alt='ODSE' width='150' height='150' />";
sRand = Math.round(Math.random()*2);

dubImages = new Array(3);
dubImages[0] = "<img src='includes/images/contentimages/dublin1.jpg' alt='ODSE' width='180' height='74' />";
dubImages[1] = "<img src='includes/images/contentimages/dublin2.jpg' alt='ODSE' width='180' height='74' />";
dubImages[2] = "<img src='includes/images/contentimages/dublin3.jpg' alt='ODSE' width='180' height='74' />";
dubImages[3] = "<img src='includes/images/contentimages/dublin2.jpg' alt='ODSE' width='180' height='74' />";
sRand = Math.round(Math.random()*2);

intImages = new Array(4);
intImages[0] = "<img src='includes/images/contentimages/int1.jpg' alt='ODSE' width='180' height='74' />";
intImages[1] = "<img src='includes/images/contentimages/int2.jpg' alt='ODSE' width='180' height='74' />";
intImages[2] = "<img src='includes/images/contentimages/int3.jpg' alt='ODSE' width='180' height='74' />";
intImages[3] = "<img src='includes/images/contentimages/int4.jpg' alt='ODSE' width='180' height='74' />";
sRand = Math.round(Math.random()*3);