// JavaScript Document

function changeBlock(){
var ID=new Array()
ID[1]='href="03_2010_05.html"><img src="../_img/highlights/pt/03_2010_05.jpg" class="highlights">'
ID[2]='href="03_2010_06.html"><img src="../_img/highlights/pt/03_2010_06.jpg" class="highlights">'

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