var theImages = new Array()

theImages[0] = 'img/k1.jpg'
theImages[1] = 'img/k3.jpg' 
theImages[2] = 'img/k4.jpg'
theImages[3] = 'img/k5.jpg'
theImages[4] = 'img/k6.jpg'
theImages[5] = 'img/k7.jpg'
theImages[6] = 'img/k8.jpg'
theImages[7] = 'img/k9.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(){
if(whichImage==0){
document.write('<a target="_blank" href="http://khabarads.com/SendAds.htm"><img src="'+theImages[whichImage]+'" border=0 width=834 height=74></a>');
}
else if(whichImage==1){
document.write('<a target="_blank" href="http://khabarads.com/SendAds.htm"><img src="'+theImages[whichImage]+'" border=0 width=834 height=74></a>');
}
else if(whichImage==2){
document.write('<a target="_blank" href="http://khabarads.com/SendAds.htm"><img src="'+theImages[whichImage]+'" border=0 width=834 height=74></a>');
}
else if(whichImage==3){
document.write('<a target="_blank" href="http://khabarads.com/SendAds.htm"><img src="'+theImages[whichImage]+'" border=0 width=834 height=74></a>');
}
else if(whichImage==4){
document.write('<a target="_blank" href="http://khabarads.com/SendAds.htm"><img src="'+theImages[whichImage]+'" border=0 width=834 height=74></a>');
}
else if(whichImage==5){
document.write('<a target="_blank" href="http://khabarads.com/SendAds.htm"><img src="'+theImages[whichImage]+'" border=0 width=834 height=74></a>');
}
else if(whichImage==6){
document.write('<a target="_blank" href="http://khabarads.com/SendAds.htm"><img src="'+theImages[whichImage]+'" border=0 width=834 height=74></a>');
}
else if(whichImage==7){
document.write('<a target="_blank" href="http://khabarads.com/SendAds.htm"><img src="'+theImages[whichImage]+'" border=0 width=834 height=74></a>');
}

}


