// 電光! v.3.12(Free soft) // 無断転載及び不正使用禁止 // Last Modified:2001/11/21 // suepon csm@suepon.com // Scripts Found at: http://www.suepon.com/ str = new Array(); str[0] = new Array("何を残して何を削除するか…。。。それとも全部?(2015/02/08)","tetsu1","",""); str[1] = new Array("誰かな?最近1〜2回確実にアクセスがある…。。。(2009/11/20)","tetsu1","",""); str[2] = new Array("ハーボットが終了したので、時計にしました。","tetsu1","",""); str[3] = new Array("詳細は「新着情報&更新履歴」ご覧ください","tetsu1","",""); BUF = ''; home0 = new Image(); home0.src = "http://www2u.biglobe.ne.jp/~tetsu1/denkoh/home_off.gif"; home1 = new Image(); home1.src = "http://www2u.biglobe.ne.jp/~tetsu1/denkoh/home.gif"; mail0 = new Image(); mail0.src = "http://www2u.biglobe.ne.jp/~tetsu1/denkoh/mail_off.gif"; mail1 = new Image(); mail1.src = "http://www2u.biglobe.ne.jp/~tetsu1/denkoh/mail.gif"; var id1; var id2; no = 0; max = 3; function denkoh() { if (no > max) no = 0; if (no < 0) no = max; document.denkoh_f.name.value = str[no][1]; if (str[no][2]) { document.mail.src = mail1.src; mail = str[no][2]; } else { document.mail.src = mail0.src; mail = ""; } if (str[no][3]) { document.home.src = home1.src; home = "http://"+str[no][3]; } else { document.home.src = home0.src; home = ""; } tl = 0; msg = ""+(no+1)+"."+str[no][0]; no++; telop(); } function telop(){ tl += 1; document.denkoh_f.inf.value=msg.substring(0,tl); if(tl <= msg.length && tl > 0) id1 = setTimeout("telop()",50); else id1 = setTimeout("del()",3000); } function del(){ end = msg.length; msg=msg.substring(1,end); document.denkoh_f.inf.value = msg; if(end > 0) id2 = setTimeout("del()",50); else id2 = setTimeout("denkoh()",1500); } function mov(sl) { if (sl == 0 && mail) document.location = "mailto:"+mail; else if (sl == 1 && home) window.open(home); else return false; } function st(md) { if (md == 1) window.status = "管理者専用"; else if (md == 2) if (mail) window.status = "mailto:"+mail; else window.status = "メールアドレスの登録はありません"; else if (md == 3) if (home) window.status = home; else window.status = "ホームページの登録はありません"; else if (md == 4) window.status = "次の記事へ"; else if (md == 5) window.status = "前の記事へ"; else window.status = ""; } function str_skip(task) { if (task < 0) no-=2; if (id1) clearTimeout(id1); if (id2) clearTimeout(id2); denkoh(); } function win() { window.open('http://www2u.biglobe.ne.jp/~tetsu1/denkoh/denkoh.cgi?mode=menu','denkoh','width=120,height=100,scrollbars,resizable'); } BUF+='前の記事へ'; BUF+='次の記事へ'; BUF+='
'; BUF+=''; BUF+=''; BUF+=''; BUF+=''; BUF+=''; BUF+=''; BUF+='
' document.write(BUF); window.onload = denkoh;