 imageList = new Array
(
"http://www.greettech.com/images/refreshservice1.jpg",
"http://www.greettech.com/images/refreshservice2.jpg",
"http://www.greettech.com/images/refreshservice3.jpg",
"http://www.greettech.com/images/refreshservice4.jpg",
"http://www.greettech.com/images/refreshservice5.jpg",
"http://www.greettech.com/images/refreshservice6.jpg"

);
 
urlList = new Array
(
"http://www.greettech.com/outsourcing.shtml",
"http://www.greettech.com/outsourcing.shtml",
"http://www.greettech.com/outsourcing.shtml",
"http://www.greettech.com/outsourcing.shtml",
"http://www.greettech.com/outsourcing.shtml",
"http://www.greettech.com/outsourcing.shtml",
"http://www.greettech.com/outsourcing.shtml"
);
 
// Get a randomImage index
var randomImage =new Number(Math.floor(Math.random() * imageList.length));
//write out the tag for the banner
document.write("<A HREF=" + urlList[randomImage] + " target=><IMG SRC=" + imageList[randomImage] + " border=0  alt='Click here to read more'></a>");