//468x60　トラベル
img=new Array(5);
img[0]='1';//旅行の準備は...
img[1]='2';//宿泊予約といえば...
img[2]='3';//今しかできない旅...
img[3]='4';//キミも旅してみない？
img[4]='5';//泊まりたい宿を...

imgNo=Math.floor(5*Math.random());
document.write('<a href="http://pt.afl.rakuten.co.jp/c/02faf031.4f74a7f5/?url=http://travel.rakuten.co.jp/" target="_blank"><img src="http://travel.rakuten.co.jp/share/images/easylink/snu_468_60_',img[imgNo],'.gif" alt="楽天トラベル" width="468" height="60" border="0"></a>');