function atRandomImg(){ 
  	atImg=new Array(); 
  	atImg[0] =' <a href ="http://fmfukuoka.co.jp/mobile.html"> '; 
  	atImg[0]+=' <img src="http://fmfukuoka.co.jp/image/renew2006/mobile_banner_large.gif" alt="fm fukuoka ケータイサイト" width="128" height="536" border="0" /></a> '; 
  	atImg[1] =' <a href ="http://fmfukuoka.co.jp/podcast" target="_blank"> '; 
  	atImg[1]+=' <img src="http://fmfukuoka.co.jp/image/renew2006/podcast_banner.gif" alt="fm fukuoka PODCAST" width="128" height="536" border="0" /></a> '; 
  	var imgNum=atImg.length; 
  	var r=Math.floor(Math.random()*imgNum); 
  	document.write(atImg[r]); 
  	} 
