function random_photo08(){
   var imglist = new Array(
      "sp/><img src='toppic/top2/01.jpg' border='0' alt='特別企画'></A",
      "BonVoyage/2007/0710-0906/><img src='toppic/top2/02.jpg' border='0' alt='最長片道切符で行く迂路迂路西遊記'></A",
      "999e_survey/><img src='toppic/top2/03.jpg' border='0' alt='999E SURVEY'></A",
      "communication/index.php><img src='toppic/top2/04.jpg' border='0' alt='ブログ'></A" );
   var selectnum = Math.floor((Math.random() * 100)) % imglist.length;
   var output = "<A href="+ imglist[selectnum]+">";
   document.write(output);
}