﻿function topsticker(){
function my_random(n) {
  if(navigator.appVersion.charAt(0) <=2 && navigator.appName.charAt(0) == "N") {
      t = new Date();
      t = t.getTime(); t += ""; t = t.substring(t.length-3,t.length); t = eval(t)/1000;
      t = Math.floor(t*n);
      return t;
  }
  else {
      t = Math.floor(Math.random()*n);
      return t;
  }
 }

var imgMax  = 4; //セットする画像の枚数。
var imgRand = my_random(imgMax)+1;
if(imgRand == 1)       document.write('<a href="http://www.facorp.co.jp/" target="_blank"><img src="http://www.bci.co.jp/function/banner/top_fa_corp.jpg" alt="スポンサーサイト" border=1 width=468 height=60></a>');

else if(imgRand == 2)   document.write('<a href="http://www.facorp.co.jp/" target="_blank"><img src="http://www.bci.co.jp/function/banner/top_fa_corp.jpg" alt="スポンサーサイト" border=1 width=468 height=60></a>');

else if(imgRand == 3)   document.write('<a href="http://www.salute-a.com/" target="_blank"><img src="http://www.bci.co.jp/function/banner/top_salute2.jpg" alt="スポンサーサイト" border=1 width=468 height=60></a>');

else if(imgRand == 4)   document.write('<a href="http://www.amenitygolf.com/" target="_blank"><img src="http://www.bci.co.jp/function/banner/top_amenitygolf.jpg" alt="スポンサーサイト" border=1 width=468 height=60></a>');

}
