var theImages = new Array()//Random-loading imagestheImages[0] = 'images/people/applications.jpg' theImages[1] = 'images/people/catalogs.jpg' theImages[2] = 'images/people/contacts.jpg' theImages[3] = 'images/people/contractcreditguy.jpg' theImages[4] = 'images/people/regpeople.jpg' theImages[5] = 'images/people/openuniversity.jpg' theImages[6] = 'images/people/miscellaneous.jpg' theImages[7] = 'images/people/infomtg.jpg' theImages[8] = 'images/people/studentw_book.jpg' theImages[9] = 'images/people/eventscouple.jpg' theImages[10] = 'images/people/bald-guy.jpg'theImages[11] = 'images/people/brown-suit-girl.jpg'theImages[12] = 'images/people/girl-japanese.jpg'theImages[13] = 'images/people/girl-phone.jpg'theImages[14] = 'images/people/eventscouple.jpg'theImages[15] = 'images/people/gray-hurray.jpg'theImages[16] = 'images/people/green-sleeveless.jpg'theImages[17] = 'images/people/guy-ok.jpg'theImages[18] = 'images/people/guyonstool.jpg'theImages[19] = 'images/people/jubilant-guy.jpg'theImages[20] = 'images/people/man-chair.jpg'theImages[21] = 'images/people/man-woman-thumbs.jpg'theImages[22] = 'images/people/orange-girl.jpg'theImages[23] = 'images/people/red-suit.jpg'theImages[24] = 'images/people/orange-hurray.jpg'theImages[25] = 'images/people/chinese-man.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('<img src="'+theImages[whichImage]+'" border=0 width=200 height=300 >');}else if(whichImage==1){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=282>');}else if(whichImage==2){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=203>');}else if(whichImage==3){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=398>');}else if(whichImage==4){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=327>');}else if(whichImage==5){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=339>');}else if(whichImage==6){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=412>');}else if(whichImage==7){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=337>');}else if(whichImage==8){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=441>');}else if(whichImage==9){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=423>');}else if(whichImage==10){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=457>');}else if(whichImage==11){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=492>');}else if(whichImage==12){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=378>');}else if(whichImage==13){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=462>');}else if(whichImage==14){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=423>');}else if(whichImage==15){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=270>');}else if(whichImage==16){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=441>');}else if(whichImage==17){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=395>');}else if(whichImage==18){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=384>');}else if(whichImage==19){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=330>');}else if(whichImage==20){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=300>');}else if(whichImage==21){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=323>');}else if(whichImage==22){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=503>');}else if(whichImage==23){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=465>');}else if(whichImage==24){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=266>');}else if(whichImage==25){document.write('<img src="'+theImages[whichImage]+'" border=0 width=200 height=521>');}}
