<!-----------------------------------
function rand_num(n) {
var now = new Date();
var rand = Math.round(n * Math.cos(now.getTime()));
if (rand < 0) rand = - rand; if (rand == 0) rand++;
return rand;
 }
var back= "";
var max = 9; //C[WΜ »έΝ9
var ran = Math.ceil(Math.random()*max);
if(ran == 1) back = "<A href='./' target='_top'><IMG SRC='../yamagata/photo/photo001.gif' width='179' height='121' border='0' alt='RΖΨΜΤI'></a>";
if(ran == 2) back = "<A href='./' target='_top'><IMG SRC='../yamagata/photo/photo002.gif' width='179' height='121' border='0' alt='¦Ν]ΒΒΆφI'></a>";
if(ran == 3) back = "<A href='./' target='_top'><IMG SRC='../yamagata/photo/photo003.gif' width='179' height='121' border='0' alt='¦Ν]ΆI'></a>";
if(ran == 4) back = "<A href='./' target='_top'><IMG SRC='../yamagata/photo/photo004.gif' width='179' height='121' border='0' alt='R`Rm€εI'></a>";
if(ran == 5) back = "<A href='./' target='_top'><IMG SRC='../yamagata/photo/photo005.gif' width='179' height='121' border='0' alt=' €¨I'></a>";
if(ran == 6) back = "<A href='./' target='_top'><IMG SRC='../yamagata/photo/photo006.gif' width='179' height='121' border='0' alt='R¬qΖI'></a>";
if(ran == 7) back = "<A href='./' target='_top'><IMG SRC='../yamagata/photo/photo007.gif' width='179' height='121' border='0' alt='ΆgtI'></a>";
if(ran == 8) back = "<A href='./' target='_top'><IMG SRC='../yamagata/photo/photo008.gif' width='179' height='121' border='0' alt='¦Ν]SπI'></a>";
if(ran == 9) back = "<A href='http://tutida.tripod.co.jp/' target='_top'><IMG SRC='../yamagata/photo/photo009.gif' width='179' height='121' border='0' alt='ΉCRIPhoto \&copy\; tutis'></a>";
document.write("");
document.write(back);

//----------------------------------->