// JavaScript Document

function changeBlock(){
var ID=new Array()
ID[1]='href="02_04_portohorta.html"><img src="../_img/highlights/en/03_2012_01.jpg" class="highlights">'
ID[2]='href="02_06_skyresidence.html"><img src="../_img/highlights/en/03_2012_02.jpg" class="highlights">'

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