var text1 = new Array(); text1[0]="たった5ヵ月で1600万儲かった!情報起業成功法!"; text1[1]="★もうひとつの人生のすすめ・大切な家族のために★"; text1[2]="昇給ストップうんざりでした!今では努力が収入に!"; text1[3]="お金に困ったときは"; text1[4]="最高レベル女性3000人が自宅映像を無料公開中!"; 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 ++; }