
var text1 = new Array();
text1[0] = "<a href=http://www.sexpixbox.com/gallery2/navi/index.html target=_blank title=アダルトサイト比較ナビ>アダルトサイト比較ナビ</a>";
text1[1] = "<a href=http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=937790-0000&PA=1882174&HTML=http://siofuki.com/site_html/indexmain.php target=_blank title=Ｊエクスタシー>イラマチオエクスタシー”Siofuki.com”</a>";
text1[2] = "<a href=http://oc11.com/ target=_blank title=oc11.com>まだまだ再販ホスティング</a>";
text1[3] = "<a href=http://adultgogo.com/ target=_blank title=adultgogo.com>アダルトサイト専用ホスティング</a>";
text1[4] = "<a href=http://www2.g-queen.com/index2.html target=_blank title=パイパン>パイパン専門ムービーの決定版”無毛宣言ザ・ムービー”</a>";

var n1 = Math.floor(Math.random() * text1.length);
var ua1 = navigator.userAgent;
document.write('<STYLE><!--',
'.sys_font1 a{',
'font: 12px Verdana;',
'text-decoration:underline;',
'color: #000000;',
'}',
'.sys_font1 a:hover{',
'text-decoration:underline;',
'}',
'#sys1{',
'background-color: buttonface;',
'border: 1px solid buttonface;',
'position:relative;',
'width: 450;',
'height: 12;',
'}',
'--></STYLE>');

if((document.all) && (ua1.indexOf('Mac') == -1)){
  document.write('',
           '<div id="sys1" class="sys_font1"></div>');
  sys_bg1 = document.all.sys1.style;
  rotate1();
}else{
  document.write(text1[n1]);
}
function rotate1(){
  BgFade1(0xAA,0xBB,0x00,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 ++;
}
