var text1 = new Array(); text1[0]="キャッシング・カードローン比較申込"; text1[1]="■★あなたは、今の収入で満足しているのですか?★■"; text1[2]="■驚くべき収入で■完全復活。。。。。!!"; text1[3]="★「ありがとう」と感謝されて収入!"; text1[4]="50人以上が証言!これが誰でも稼げる投資法 ■無料"; 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()",6000); } 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 ++; }