// 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_visual02.jpg' width='900' height='330' border='0' alt=''></a>");
else if(imgRandom == 1) 
document.write("<a href='/special/estate/002stage/index.html'><img src='img/index/img_visual06.jpg' width='900' height='330' border='0' alt=''></a>");
else if(imgRandom == 2) 
document.write("<a href='/special/estate/004d-blanc/index.html'><img src='img/index/img_visual08.jpg' width='900' height='330' border='0' alt=''></a>");
// -->

