

var theImages = new Array()

theImages[0] = 'images/rot2.jpg'
theImages[1] = 'images/rot3.jpg'
theImages[2] = 'images/rot4.jpg'

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'">');
}

// -->


var theImages2 = new Array()

theImages2[0] = 'images/homerotate4.jpg'
theImages2[1] = 'images/homerotate5.jpg'
theImages2[2] = 'images/homerotate6.jpg'

var j = 0
var p = theImages2.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages2[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage2(){
document.write('<img src="'+theImages2[whichImage]+'">');
}

// -->


var theImages3 = new Array()

theImages3[0] = 'images/homerotate1.jpg'
theImages3[1] = 'images/homerotate2.jpg'
theImages3[2] = 'images/homerotate3.jpg'

var j = 0
var p = theImages3.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages3[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage3(){
document.write('<img src="'+theImages3[whichImage]+'">');
}

// -->


<!--
message=
	"PeopleAid - Rickshaws For India"

b=0
a=0
s=0
i=0
j=1

function Type() {
if (message.charAt(b-1)!="~") {
status=message.substring(a,b)
s=25}

else {
s=750
a=b
if (message.charAt(b)=="~") {a=0;b=-1
}}
b++
setTimeout("Type('"+b+"')",s)
}
Type()

//-->