<!-- 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 = "今日は、おとなしくしていましょう。";               //出現率10％
bb2 = "中不幸"; cc2 = "今日は、健康に注意しましょう。";                     //出現率10％
bb3 = "小不幸"; cc3 = "今日は、あまり目立つ言動は控えましょう。";      //出現率10％
bb4 = "普通運"; cc4 = "今日は、ごく普通に行動すれば幸あり。";            //出現率20％
bb5 = "小幸運"; cc5 = "今日は、ちょっぴり嬉しいことがあるかも。";      //出現率20％
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 --->