<!--
Se=Math.floor(Math.random()*3);
if(Se==0){Se1=0;}
if(Se==1){Se1=1;}
if(Se==2){Se1=2;}

add=new Array(3);
images=new Array(3);
url=new Array(3);

images[0]="http://www.superkid.co.jp/news/b_00001.jpg"

images[1]="http://www.superkid.co.jp/news/b_00002.jpg"

images[2]="http://www.superkid.co.jp/news/b_00003.jpg"

url[0]="http://www.superkid.co.jp/recomend/index.html?bnnr"

url[1]="http://www.superkid.co.jp/recomend/index.html?bnnr"

url[2]="http://www.superkid.co.jp/recomend/index.html?bnnr"

document.write('<a href="'+url[Se1]+'"><img src="'+images[Se1]+'" width=100 height=100 border=0></a>');
// -->
