<!--

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

//store the quotations in arrays

images = new Array(3);

images[0] = "<a href = 'services'><img src='IMAGES/NAV/hp_Services_01.jpg' border='0' alt='Services'></a>";

images[1] = "<a href = 'services'><img src='IMAGES/NAV/hp_Services_02.jpg' border='0' alt='Services'></a>";

images[2] = "<a href = 'services'><img src='IMAGES/NAV/hp_Services_03.jpg' border='0' alt='Services'></a>";

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

document.write(images[index]);

//done

// --></script>
