kk=Math;
images =new Array(3);
images[0] ="<img src='images/home-people-img1.jpg' title='When you really need your data restored'  alt='When you really need your data restored' border='0'>";
images[1] ="<img src='images/home-people-img2.jpg' title='When you really need your data restored'  alt='When you really need your data restored' border='0'>";
images[2] ="<img src='images/home-people-img3.jpg' title='When you really need your data restored'  alt='When you really need your data restored' border='0'>";

index =kk.floor(kk.random() * images.length);
document.write(images[index]);