<!--
/*
Random Image Link Script
*/


var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="images/home.jpg"
myimages[2]="images/home2.jpg"
myimages[3]="images/home5.jpg"
myimages[4]="images/home6.jpg"
myimages[5]="images/home7.jpg"
//myimages[3]="images/home3.jpg"

//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="serv_btob.html"
imagelinks[2]="serv_btoc.html"
imagelinks[3]="serv_creditscore.html"
imagelinks[4]="serv_outsourcing.html"
imagelinks[5]="serv_mail.html"
//imagelinks[3]="serv_datacleanup.html"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1

//-->

