// JavaScript Document
var imgMax = 3;
var imgRandom = Math.floor(Math.random() * imgMax);
if(imgRandom == 0) 
document.write("<a href='special/estate/001/index.html'><img src='img/index/img_visual_2.jpg' width='900' height='330' border='0' alt=''></a>");
else if(imgRandom == 1) 
document.write("<a href='special/estate/002/index.html'><img src='img/index/img_visual_3.jpg' width='900' height='330' border='0' alt=''></a>");
else if(imgRandom == 2) 
document.write("<a href='special/estate/003/index.html'><img src='img/index/img_visual_4.jpg' width='900' height='330' border='0' alt=''></a>");
// -->
