var text1 = new Array();
text1[0]="<a href='https://web.fc2.com/fc2html/wordpress.html' target='_blank'>WordPressを無料ではじめよう!</a> - FC2ホームページ";
text1[1]="<a href='https://media.fc2.com/clicks.php?id=5816' target='_blank'>ラップや過去のレース傾向からの競馬予想</a><!-- FC2admin --><img src='https://media.fc2.com/counter_img.php?id=5816' width='1' height='1'><!-- FC2admin -->";
text1[2]="<a target='_blank' href='https://textad.net/cgi-bin/redir.cgi?uid=13801&bid=6&site=https://jan39.com/media/'>おすすめオンラインカジノ!</a>";
text1[3]="<a target='_blank' href='https://textad.net/cgi-bin/redir.cgi?uid=13745&bid=1&site=https://matching-style.jp/'>【既婚者専用コミュニティ】マッチングアプリ</a>";
text1[4]="<a href='https://media.fc2.com/clicks.php?id=5820' target='_blank'><投資>いつ仕掛けるか!どれだけ仕掛けるのか!</a><!-- FC2admin --><img src='https://media.fc2.com/counter_img.php?id=5820' width='1' height='1'><!-- FC2admin -->";
var n1 = Math.floor(Math.random() * text1.length);
var ua1 = navigator.userAgent;
if('currentScript' in document && 'parentNode' in document.currentScript &&  document.currentScript.parentNode.tagName.toUpperCase() != 'HEAD'){
current = document.currentScript;
current.insertAdjacentHTML('beforebegin','<STYLE>.sys_font1 a{font: 12px Verdana;text-decoration:underline;color: #0000FF;}.sys_font1 a:hover{text-decoration:underline;}#sys1{background-color: #F0F0F0;border: #F0F0F0 1px solid ;position:relative;width: 450px;height: 12px;}</STYLE><div id="sys1" class="sys_font1">Initializing...</div>');
}else{ document.write('<STYLE>.sys_font1 a{font: 12px Verdana;text-decoration:underline;color: #0000FF;}.sys_font1 a:hover{text-decoration:underline;}#sys1{background-color: #F0F0F0;border: #F0F0F0 1px solid ;position:relative;width: 450px;height: 12px;}</STYLE><div id="sys1" class="sys_font1">Initializing...</div>');}

  fc2_textad_sys1 = document.getElementById("sys1");
  sys_bg1 = fc2_textad_sys1.style;  rotate1();function rotate1(){
  BgFade1(0x00,0x00,0xFF,0xFF,0xFF,0xFF,10);  fc2_textad_sys1.innerHTML = text1[n1];  if(n1 < text1.length - 1){n1 ++;}else{n1 = 0;}  setTimeout("rotate1()",3000);
}
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;
  var backgroundColor = Math.floor(sred*spct+ered*epct)*256*256 + Math.floor(sgrn*spct+egrn*epct)*256 + Math.floor(sblu*spct+eblu*epct);
  sys_bg1.backgroundColor = "#" + ('000000' + backgroundColor.toString(16)).slice(-6);
  if(step1 < inc1){ setTimeout("RunFader1()",50);}else{sys_bg1.backgroundColor="#F0F0F0";}
  step1 ++;
}