/*
-----------------------------------------------------------
Mitsui Fudosan Co., Ltd.

http://www.31sumai.com/mfr/

JavaScript Settingfile
-----------------------------------------------------------
*/

	ranimg = new Array(); 
	ranimg[0]="/finecourt/cmn/image/top/cmn_main_017.jpg"; 
	ranimg[1]="/finecourt/cmn/image/top/cmn_main_017.jpg"; 
	ranimg[2]="/finecourt/cmn/image/top/cmn_main_017.jpg"; 
	xx = Math.floor(ranimg.length*Math.random()); 
	ranimg = ranimg[Math.floor(xx)]; 
	document.write ('<style type="text/css"><!-- .mainImg {background: url("'+ ranimg +'") no-repeat;padding:32px 0 0 28px; height:195px;}--></style>'); 

// E N D
