<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <META name="GENERATOR" content="IBM WebSphere Homepage Builder Version 6.0.2.1 for Windows"> <META http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> <META http-equiv="Content-Style-Type" content="text/css"> <TITLE>G T P H B</TITLE> </HEAD> <BODY bgcolor="#000000">document.onmousedown = right ; if ( document.layers ) { window.captureEvents( Event.MOUSEDOWN ) ; } window.onmousedown=right ; //--> <SCRIPT Language="javascript"> <!----------------------------------- isIE4 = (navigator.appVersion.charAt(0)>=4 && (navigator.appVersion).indexOf("MSIE") != -1);
var m1= "ようこそ、GTPHBへ!"; var m2= " "; var m3= "いろいろなゲームがあります。"; var m4= " "; var m5= "海賊の覇者は誰だ!?"; var m6= " "; var msg=m1+m2+m3+m4+m5+m6; var msg=msg+msg;
function titnimation() { msg=msg.substring(2,msg.length)+msg.substring(0,2); document.title = msg; }
function random_color() { var col=new String(); for(i=0;i<3;i++) { ran = Math.floor(Math.random()*255); ran = ran.toString(16); ran_len = ran.length; if(ran_len<2) ran = "0"+ran; col += ran; } return col; }
function textAnima_color1(id,n) { el = document.all.item(id,n); col = random_color(); el.style.color = "#"+col; getT = el.getAttribute("SET_TIME"); if(getT=="") getT=100; setTimeout("textAnima_color1('"+id+"',"+n+")",getT); }
if(isIE4) { window.onload = init; }
function init() { id = "ANIMA_TEXTCOLOR1"; len = document.all.item(id).length; if(!len) len = 1;