//<--
function random_technology_02(){
var mycontent2=new Array()
//specify random content below.
mycontent2[0]='<img src="/images/top_photos_2/technology/1.jpg" alt="" width="90" height="97" border="0">'
mycontent2[1]='<img src="/images/top_photos_2/technology/2.jpg" alt="" width="90" height="97" border="0">'
mycontent2[2]='<img src="/images/top_photos_2/technology/3.jpg" alt="" width="90" height="97" border="0">'
mycontent2[3]='<img src="/images/top_photos_2/technology/4.jpg" alt="" width="90" height="97" border="0">'
mycontent2[4]='<img src="/images/top_photos_2/technology/5.jpg" alt="" width="90" height="97" border="0">'
mycontent2[5]='<img src="/images/top_photos_2/technology/6.jpg" alt="" width="90" height="97" border="0">'
mycontent2[6]='<img src="/images/top_photos_2/technology/7.jpg" alt="" width="90" height="97" border="0">'
mycontent2[7]='<img src="/images/top_photos_2/technology/8.jpg" alt="" width="90" height="97" border="0">'
mycontent2[8]='<img src="/images/top_photos_2/technology/9.jpg" alt="" width="90" height="97" border="0">'

var ry=Math.floor(Math.random()*(mycontent2.length-1))
document.write(mycontent2[ry])
}
random_technology_02()
//-->
