var text1 = new Array(); text1[0]="もう悩まない!これで解決!ネットワークビジネス!"; text1[1]="もう悩まない!これで解決!ネットワークビジネス!"; text1[2]="もう悩まない!これで解決!ネットワークビジネス!"; text1[3]="もう悩まない!これで解決!ネットワークビジネス!"; text1[4]="NB組織づくりの秘訣!あなたのビジネス応援します"; var n1 = Math.floor(Math.random() * text1.length); var ua1 = navigator.userAgent; document.write(''); if((document.all) && (ua1.indexOf('Mac') == -1)){ document.write('', '
', 'Initializing...
'); sys_bg1 = document.all.sys1.style; rotate1(); }else{ document.write(text1[n1]); } function rotate1(){ BgFade1(0x00,0x00,0xFF,0xFF,0xFF,0xFF,10); document.all.sys1.innerHTML = text1[n1]; if(n1 < text1.length - 1){n1 ++;}else{n1 = 0;} setTimeout("rotate1()",12000); } function BgFade1(red1,grn1,blu1,red2,grn2,blu2,steps){ sred = red1; sgrn = grn1; sblu = blu1; ered = red2; egrn = grn2; eblu = blu2; inc1 = steps; step1 = 0; RunFader1(); } function RunFader1(){ var epct = step1 / inc1; var spct = 1 - epct; sys_bg1.backgroundColor = Math.floor(sred*spct+ered*epct)*256*256 + Math.floor(sgrn*spct+egrn*epct)*256 + Math.floor(sblu*spct+eblu*epct); if(step1 < inc1){ setTimeout("RunFader1()",50);}else{sys_bg1.backgroundColor="buttonface";} step1 ++; }