// JavaScript Document

function changeBlock(){
var ID=new Array()
ID[01]='href="02-02-01.html"><img src="../_img/photos/020201.jpg"'
ID[02]='href="02-02-02.html"><img src="../_img/photos/020202.jpg"'
ID[03]='href="02-02-03.html"><img src="../_img/photos/020203.jpg"'
ID[04]='href="02-02-04.html"><img src="../_img/photos/020204.jpg"'
ID[05]='href="02-03-03.html"><img src="../_img/photos/020303.jpg"'
ID[06]='href="02-03-04.html"><img src="../_img/photos/020304.jpg"'
ID[07]='href="02-04-01.html"><img src="../_img/photos/020401.jpg"'
ID[08]='href="02-04-02.html"><img src="../_img/photos/020402.jpg"'
ID[09]='href="02-04-04.html"><img src="../_img/photos/020404.jpg"'
ID[10]='href="02-04-05.html"><img src="../_img/photos/020405.jpg"'
ID[11]='href="02-04-06.html"><img src="../_img/photos/020406.jpg"'
ID[12]='href="02-04-07.html"><img src="../_img/photos/020407.jpg"'
ID[13]='href="02-04-08.html"><img src="../_img/photos/020408.jpg"'

var change=Math.floor(Math.random()*ID.length)
if (change==0)
change=1
document.write('<a target="_parent" '+ID[change]+' border="0"></a>')
}
changeBlock()
