
var theImages = new Array()

//Random-loading images
theImages[0] = 'images/logos/cii-logo.jpg' // replace with names of images
theImages[1] = 'images/logos/v-one-logo.jpg' // replace with names of images
theImages[2] = 'images/logos/edcet-logo.jpg' // replace with names of images
theImages[3] = 'images/logos/palamuru.jpg' // replace with names of images
theImages[4] = 'images/logos/vnr.jpg'
theImages[5] = 'images/logos/apgenco.jpg'
theImages[6] = 'images/logos/jntu.jpg'
theImages[7] = 'images/logos/hrc.jpg'
theImages[8] = 'images/logos/btc.jpg'
theImages[9] = 'images/logos/gmc.jpg'
theImages[10] = 'images/logos/icomm.jpg'
theImages[11] = 'images/logos/dukes1.jpg'
theImages[12] = 'images/logos/lodge-key.jpg'
theImages[13] = 'images/logos/sierra.jpg'
theImages[14] = 'images/logos/aptabletennis.jpg'
theImages[15] = 'images/logos/axsys.jpg.jpg'
theImages[16] = 'images/logos/lakshmiinfra.jpg'
theImages[17] = 'images/logos/ptahpsb.jpg'
theImages[18] = 'images/logos/srigdhaprojects.jpg'
theImages[19] = 'images/logos/kyemistryindia.jpg'
theImages[20] = 'images/logos/ps-rao-housing-resorts.jpg'
theImages[21] = 'images/logos/minwal.jpg'
theImages[22] = 'images/logos/sati.jpg'
theImages[23] = 'images/logos/smspharma.jpg'
theImages[24] = 'images/logos/leepharma.jpg'
theImages[25] = 'images/logos/erp.jpg'
theImages[26] = 'images/logos/anjamma.jpg'
theImages[27] = 'images/logos/iclean.jpg'
theImages[28] = 'images/logos/smartsoft.jpg'
theImages[29] = 'images/logos/sriindu.jpg'
theImages[30] = 'images/logos/mist.jpg'
theImages[31] = 'images/logos/genisis.jpg'
theImages[32] = 'images/logos/cmr.jpg'
theImages[33] = 'images/logos/aveco.jpg'
theImages[34] = 'images/logos/wide-reach.jpg'
theImages[35] = 'images/logos/gowra.jpg'
theImages[36] = 'images/logos/sdc.jpg'
theImages[37] = 'images/logos/alankrita.jpg'
theImages[38] = 'images/logos/arkaycollege.jpg'
theImages[39] = 'images/logos/janaharsha.jpg'
theImages[40] = 'images/logos/nyphone.jpg'
theImages[41] = 'images/logos/chakra-india.jpg'
theImages[42] = 'images/logos/sreemarriages.jpg'
theImages[43] = 'images/logos/sew.jpg'
theImages[44] = 'images/logos/sushron.jpg'
theImages[45] = 'images/logos/irds.jpg'
theImages[46] = 'images/logos/safehealth.jpg'
theImages[47] = 'images/logos/yoga.jpg'
theImages[48] = 'images/logos/seaconme.jpg'
theImages[49] = 'images/logos/dnares.jpg'
theImages[50] = 'images/logos/mnr.jpg'
theImages[51] = 'images/logos/vijaystone.jpg'
theImages[52] = 'images/logos/glochem.jpg'
theImages[53] = 'images/logos/alc.jpg'
theImages[54] = 'images/logos/gpspiro.jpg'
theImages[55] = 'images/logos/josephscollege.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 href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Confederation of Indian Industry, Andhra Pradesh" title="Confederation of Indian Industry, Andhra Pradesh" border=0 ></a>');
}
else if(whichImage==1){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="V-ONE Infotech Pvt. Ltd." title="V-ONE Infotech Pvt. Ltd." border=0 ></a>');
}
else if(whichImage==2){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Osmania University, Hyderabad." title="Osmania University, Hyderabad." border=0 ></a>');
}
else if(whichImage==3){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Palamuru University Mahabubnagar, India" title="Palamuru University Mahabubnagar, India" border=0 ></a>');
}
else if(whichImage==4){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="VNR Infrastructures Limited." title="VNR Infrastructures Limited." border=0 ></a>');
}
else if(whichImage==5){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="APGENCO Hyderabad, India" title="APGENCO Hyderabad, India" border=0 ></a>');
}
else if(whichImage==6){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="JNTU Hyderabad, India" title="JNTU Hyderabad, India" border=0 ></a>');
}
else if(whichImage==7){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Hyderabad Race Club Hyderabad, India" title="Hyderabad Race Club Hyderabad, India" border=0 ></a>');
}
else if(whichImage==8){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Bangalore Turf Club" title="Bangalore Turf Club" border=0 ></a>');
}
else if(whichImage==9){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Gandhi Medical College Hyderabad, India" title="Gandhi Medical College Hyderabad, India" border=0 ></a>');
}
else if(whichImage==10){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="ICOMM" title="ICOMM" border=0 ></a>');
}
else if(whichImage==11){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Dukes" title="Dukes" border=0 ></a>');
}
else if(whichImage==12){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Lodge Keys 297" title="Lodge Keys 297" border=0 ></a>');
}
else if(whichImage==13){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Sierra Atlantic" title="Sierra Atlantic" border=0 ></a>');
}
else if(whichImage==14){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Andhra Pradesh Table Tennis Association" title="Andhra Pradesh Table Tennis Association" border=0 ></a>');
}
else if(whichImage==15){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="AxSys" title="AxSys" border=0 ></a>');
}
else if(whichImage==16){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="LAKSHMI Infratech India Limited" title="LAKSHMI Infratech India Limited" border=0 ></a>');
}
else if(whichImage==17){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="PTA, Hyderabad Public School" title="PTA, Hyderabad Public School" border=0 ></a>');
}
else if(whichImage==18){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Srigdha Projects, Somalia" title="Srigdha Projects, Somalia" border=0 ></a>');
}
else if(whichImage==19){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Kyemistry India Pvt. Ltd." title="Kyemistry India Pvt. Ltd." border=0 ></a>');
}
else if(whichImage==20){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="P S RAO Housing & Resorts (P) Ltd" title="P S RAO Housing & Resorts (P) Ltd" border=0 ></a>');
}
else if(whichImage==21){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Minwool Rock Fibers Limited" title="Minwool Rock Fibers Limited" border=0 ></a>');
}
else if(whichImage==22){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Sati Granites" title="Sati Granites" border=0 ></a>');
}
else if(whichImage==23){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="SMS Pharma" title="SMS Pharma" border=0 ></a>');
}
else if(whichImage==24){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Lee Pharma" title="Lee Pharma" border=0 ></a>');
}
else if(whichImage==25){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="ERP Analysts, Inc." title="ERP Analysts, Inc." border=0 ></a>');
}
else if(whichImage==26){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Anjamma Agi Reddy Engineering College for Women" title="Anjamma Agi Reddy Engineering College for Women" border=0 ></a>');
}
else if(whichImage==27){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="IClean" title="IClean" border=0 ></a>');
}
else if(whichImage==28){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="SmartSoft" title="SmartSoft" border=0 ></a>');
}
else if(whichImage==29){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Sri Indu College" title="Sri Indu College" border=0 ></a>');
}
else if(whichImage==30){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Mahaveer Institute of Science & Technology" title="Mahaveer Institute of Science & Technology" border=0 ></a>');
}
else if(whichImage==31){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Genesis Software Systems" title="Genesis Software Systems" border=0 ></a>');
}
else if(whichImage==32){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="CMR Institutions" title="CMR Institutions" border=0 ></a>');
}
else if(whichImage==33){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Aveco Electronics" title="Aveco Electronics" border=0 ></a>');
}
else if(whichImage==34){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Wide Reach Advertising Pvt. Ltd." title="Wide Reach Advertising Pvt. Ltd." border=0 ></a>');
}
else if(whichImage==35){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Gowra Group" title="Gowra Group" border=0 ></a>');
}
else if(whichImage==36){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Sleep Diagnotic Center" title="Sleep Diagnotic Center" border=0 ></a>');
}
else if(whichImage==37){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Aalankrita Resorts" title="Aalankrita Resorts" border=0 ></a>');
}
else if(whichImage==38){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Arkay College of Engineering & Technology" title="Arkay College of Engineering & Technology" border=0 ></a>');
}
else if(whichImage==39){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Janaharsha" title="Janaharsha" border=0 ></a>');
}
else if(whichImage==40){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="New Youth Phone" title="New Youth Phone" border=0 ></a>');
}
else if(whichImage==41){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Chakra India" title="Chakra India" border=0 ></a>');
}
else if(whichImage==42){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Sree Marriages" title="Sree Marriages" border=0 ></a>');
}
else if(whichImage==43){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="SEW Infrastructure Ltd" title="SEW Infrastructure Ltd" border=0 ></a>');
}
else if(whichImage==44){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Sushron Electronics" title="Sushron Electronics" border=0 ></a>');
}
else if(whichImage==45){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="IRDS" title="IRDS" border=0 ></a>');
}
else if(whichImage==46){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Safe Health" title="Safe Health" border=0 ></a>');
}
else if(whichImage==47){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Gandhi Gyan Mandir" title="Gandhi Gyan Mandir" border=0 ></a>');
}
else if(whichImage==48){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Seacon Intr, Dubai, UAE" title="Seacon Intr, Dubai, UAE" border=0 ></a>');
}
else if(whichImage==49){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="BioAxis DNA Research Centre Private Limited" title="BioAxis DNA Research Centre Private Limited" border=0 ></a>');
}
else if(whichImage==50){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="EMMENNAR BioTech" title="EMMENNAR BioTech" border=0 ></a>');
}
else if(whichImage==51){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Vijay Stone" title="Vijay Stone" border=0 ></a>');
}
else if(whichImage==52){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Glochem Industries Limited" title="Glochem Industries Limited" border=0 ></a>');
}
else if(whichImage==53){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="Andhra Loyola College" title="Andhra Loyola College" border=0 ></a>');
}
else if(whichImage==54){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="GP Spira" title="GP Spira" border=0 ></a>');
}
else if(whichImage==55){
document.write('<a href="rify-clients.php"><img src="'+theImages[whichImage]+'" alt="ST. JOSEPH’S PG COLLEGE" title="ST. JOSEPH’S PG COLLEGE" border=0 ></a>');
}

}

