function banner(){
var imgMax  = 10;
var imgRand = Math.floor(Math.random() * imgMax);

if(imgRand == 0)       document.write('<a href="http://buffalo.jp/products/vista/index.html"><img src="/include/banner/vista.gif" alt="Windows Vista(TM)パワーアップガイド" width="235" height="82" border="0"></a>');
else if(imgRand == 1)  document.write('<a href="http://buffalo.jp/saiyo/sw_tokyo_bosyu.html"><img src="/include/banner/recruit.gif" alt="東京支店で　ソフト開発エンジニア　急募！" width="235" height="82" border="0"></a>');
else if(imgRand == 2)  document.write('<a href="http://buffalo.jp/bsa/bws/index.html"><img src="/include/banner/wireless_investigation.gif" alt="法人様向け無線LAN　事前調査＆設置サービス" width="235" height="82" border="0"></a>');
else if(imgRand == 3)  document.write('<a href="http://buffalo.jp/products/catalog/network/wzr-g144n/index.html"><img src="/include/banner/nfiniti.gif" alt="ハイビジョン時代の高速無線LAN" width="235" height="82" border="0"></a>');
else if(imgRand == 4)  document.write('<a href="http://buffalo.jp/products/catalog/network/games/highpower.html"><img src="/include/banner/game.gif" alt="ワイヤレスでつなぐと　もっと楽しさ広がるゲームならハイパワー" width="235" height="82" border="0"></a>');
else if(imgRand == 5)  document.write('<a href="http://buffalo.jp/products/b-solutions/wireless/index.html"><img src="/include/banner/airstation_pro.gif" alt="オフィスや学校の無線LANを使いやすく AirStation PRO HighPowe" width="235" height="82" border="0"></a>');
else if(imgRand == 6)  document.write('<a href="http://buffalo.jp/environment/index.html"><img src="/include/banner/eco.gif" alt="環境への取り組み" width="235" height="82" border="0"></a>');
else if(imgRand == 7)  document.write('<a href="http://buffalo.jp/products/catalog/flash/novelty/index.html"><img src="/include/banner/usb_naire.gif" alt="USBメモリ名入れサービス（有償）" width="235" height="82" border="0"></a>');
else if(imgRand == 8)  document.write('<a href="http://buffalo.jp/bsa/ladys/index.html"><img src="/include/banner/ladie.gif" alt="女性限定レディース設定サービス" width="235" height="82" border="0"></a>');
else if(imgRand == 9)  document.write('<a href="http://buffalo.jp/products/catalog/storage/terastation/"><img src="/include/banner/terastation.gif" alt="プロユースに応える RAID 対応NAS TeraStation PRO" width="235" height="82" border="0"></a>');
}