/*
-----------------------------------------------------------
Mitsui Fudosan Co., Ltd.

http://www.31sumai.com/yahoo/

JavaScript Settingfile
-----------------------------------------------------------
*/

	ranimg = new Array(); 
	ranimg[0]="/pws/31/images/pws01_img01.jpg"; 
	ranimg[1]="/pws/31/images/pws01_img02.jpg"; 
	ranimg[2]="/pws/31/images/pws01_img03.jpg";
	ranimg[3]="/pws/31/images/pws01_img04.jpg";
	ranimg[4]="/pws/31/images/pws01_img05.jpg";
	xx = Math.floor(ranimg.length*Math.random()); 
	ranimg = ranimg[Math.floor(xx)]; 
	document.write ('<style type="text/css"><!-- .mainImg_pws01 {background: url("'+ ranimg +'") no-repeat;width:800px;height:202px;}--></style>'); 

// E N D
