{
cc=new Array(6);
cc[0]="#000000";
cc[1]="#888888";
cc[2]="#000000"
cc[3]="#FF0000";
cc[4]="#0000FF";
cc[5]="#999000";
cc[6]="#008000";
}

function datt(d1,d2,d3,d4,d5)
{
if(d5=="1"){document.write("<tr><td nowrap><a href=",d2,">",d1,"</a></td><td nowrap>",d3,"</td><td>",d4,"</td></tr>\n");
}
else{
if (d2=="0"){document.write("<tr><td nowrap>",d1,"</td><td nowrap>",d3,"</td><td>",d4,"</td></tr>\n");
}
else{
document.write("<tr><td nowrap><a href=http://",d2,">",d1,"</a></td><td nowrap>",d3,"</td><td>",d4,"</td></tr>\n");
}
}
}
function unsei()
{
un=Math.random()*6+1;
uns=Math.floor(un);
document.write("<font color=",cc[uns],"><b>◆ いまの、あなたの狙い目は≪ ",uns," ≫だ！◆</b></font>\n");
}

function sensyuprf(){
	i=document.formse.selectbse.selectedIndex;
	p=document.formse.selectbse.options[i].value;
	u="http://www.kyotei.or.jp/JLC/PROFILE/"+(p.substring(0,2))+"/"+p+".htm";
	window.location=u;
	
}


