<!-- Start
c1='　　　　　　　今日の運勢';
c2='   ＝made by neon (2000 (c) Nobuo Ishizu)＝';
c3='        http://www6.big.or.jp/~neon/';
var msg1;
var msg2;
wdsz = 300;                 //別ウインドウの幅
htsz = 300;                  //別ウインドウの高さ
wbg = "#000077";        //別ウインドウ背景色
wtx = "#ccff00";          //別ウインドウ文字色
bb1 = "まあまあ"; cc1 = "まあまあな日。普通に行動すれば幸あり。";               //出現率4％
bb2 = "よっしゃー！"; cc2 = "今日はにぎりこぶしでガッツポーズ！";                     //出現率10％
bb3 = "注意"; cc3 = "今日は、いい子に！あまり目立つ言動は控えましょう。";      //出現率4％
bb4 = "普通"; cc4 = "よしよし、まあこんなもんでしょう･･･。";            //出現率22％
bb5 = "ついてる！"; cc5 = "ラッキー！嬉しいことがあるかも。";      //出現率30％
bb6 = "超ラッキー"; cc6 = "今日は、心身ともに最高な一日になりますよ。";            //出現率20％
bb7 = "絶好調"; cc7 = "むちゃくちゃラッキー！何をやっても大当たり！";            //出現率10％
cmt2_1=c2.indexOf("Nobuo");
function rdchk() {
dd=Math.random()*10;
ans=Math.floor(dd);
if (ans == 0 || ans == 9) {msg1 = bb4; msg2 = cc4; }
if (ans == 1 || ans == 8) {msg1 = bb5; msg2 = cc5; }
if (ans == 2 || ans == 7) {msg1 = bb6; msg2 = cc6; }
if (ans == 3) {msg1 = bb7; msg2 = cc7; }
if (ans == 4) {msg1 = bb1; msg2 = cc1; }
if (ans == 5) {msg1 = bb2; msg2 = cc2; }
if (ans == 6) {msg1 = bb3; msg2 = cc3; }
return;
}
cmt2_2=c2.indexOf("Ishizu");
function opwin(){
if (cmt2_1 == -1 || cmt2_2 == -1 || cmt3 == -1) {
alert("Don't delete Copyright comment ! ");
} else {
rdchk();
wh = "width="+wdsz+",height="+htsz;
w=window.open("","UranaiOpen",wh);
w.document.open();
w.document.write("<HTML><HEAD><TITLE>くるくるうらない</TITLE></HEAD>");
w.document.write("<BODY BGCOLOR="+wbg+" TEXT="+wtx+">");
w.document.write("<P><BR><BR>");
w.document.write("<CENTER>");
w.document.write('<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">');
w.document.write('<TR>');
w.document.write('<TD BGCOLOR="#ff0000" ALIGN="CENTER"><FONT COLOR="#ff0000">_</FONT></TD>');
w.document.write('<TD BGCOLOR="#ff0000" ALIGN="CENTER"><FONT COLOR="#ff0000">_</FONT></TD> ');
w.document.write('<TD BGCOLOR="#ff0000" ALIGN="CENTER"><FONT SIZE="-1">■</FONT></TD> ');
w.document.write('<TD BGCOLOR="#ff0000" ALIGN="CENTER" NOWRAP><FONT SIZE="-1">＊</FONT>');
w.document.write('<FONT COLOR="#ffffff" SIZE="-1">くるくる</FONT><FONT SIZE="-1">＊</FONT></TD> ');
w.document.write('<TD BGCOLOR="#ff0000" ALIGN="CENTER"><FONT SIZE="-1">■</FONT></TD> ');
w.document.write('<TD BGCOLOR="#ff0000" ALIGN="CENTER"><FONT COLOR="#ff0000">_</FONT></TD> ');
w.document.write('<TD BGCOLOR="#ff0000" ALIGN="CENTER"><FONT COLOR="#ff0000">_</FONT></TD> ');
w.document.write('</TR>');
w.document.write('<TR>');
w.document.write('<TD ALIGN="CENTER"></TD>');
w.document.write('<TD ALIGN="CENTER"></TD>');
w.document.write('<TD BGCOLOR="#ff0000" ALIGN="CENTER"><FONT SIZE="-1">Ж</FONT></TD> ');
w.document.write('<TD ALIGN="CENTER" NOWRAP></TD>');
w.document.write('<TD BGCOLOR="#ff0000" ALIGN="CENTER"><FONT SIZE="-1">Ж</FONT></TD> ');
w.document.write('<TD ALIGN="CENTER"></TD>');
w.document.write('<TD ALIGN="CENTER"></TD>');
w.document.write('</TR>');
w.document.write('<TR>');
w.document.write('<TD ALIGN="CENTER"></TD>');
w.document.write('<TD BGCOLOR="#ff0000" ALIGN="CENTER"><FONT COLOR="#ff0000">_</FONT></TD> ');
w.document.write('<TD BGCOLOR="#ff0000" ALIGN="CENTER"><FONT COLOR="#ff0000">_</FONT></TD> ');
w.document.write('<TD BGCOLOR="#ff0000" ALIGN="CENTER"><FONT COLOR="#ff0000">_</FONT></TD> ');
w.document.write('<TD BGCOLOR="#ff0000" ALIGN="CENTER"><FONT COLOR="#ff0000">_</FONT></TD> ');
w.document.write('<TD BGCOLOR="#ff0000" ALIGN="CENTER"><FONT COLOR="#ff0000">_</FONT></TD> ');
w.document.write('<TD ALIGN="CENTER"></TD>');
w.document.write('</TR>');
w.document.write('<TR>');
w.document.write('<TD ALIGN="CENTER"></TD>');
w.document.write('<TD ALIGN="CENTER"></TD>');
w.document.write('<TD BGCOLOR="#ff0000" ALIGN="CENTER" VALIGN="TOP">');
w.document.write('<FONT COLOR="#ffffff">†<BR>†<BR>†</FONT></TD>');
w.document.write('<TD ALIGN="CENTER" NOWRAP>'+msg1+'</TD>');
w.document.write('<TD BGCOLOR="#ff0000" ALIGN="CENTER" VALIGN="TOP">');
w.document.write('<FONT COLOR="#ffffff">†<BR>†<BR>†</FONT></TD>');
w.document.write('<TD ALIGN="CENTER"></TD>');
w.document.write('<TD ALIGN="CENTER"></TD>');
w.document.write('</TR>');
w.document.write('</TABLE></CENTER>');
w.document.write("<FORM>");
w.document.write("<P><BR>");
w.document.write("<CENTER>");
w.document.write(msg2);
w.document.write("<P><BR>");
w.document.write("<INPUT TYPE='button' VALUE='close' onClick='JavaScript:window.close()'>");
w.document.write("</CENTER>");
w.document.write("</FORM>");
w.document.write("</BODY>");
w.document.write("</HTML>");
w.document.close();
}       //if文の終わり
}
cmt3=c3.indexOf("neon");
//--- End --->
