<!-----------------------------------
var back= "";
var max = 5; //イメージの数 現在は5件
var ran = Math.ceil(Math.random()*max);
if(ran == 1) back = "<A href='http://kousei.fc2web.com/downlord2/downlist.htm' target='_blank'><IMG SRC='http://yousai.net/sozai/bana/kaizouan.gif' width='350' height='150' border='0' alt='皆さんからの改造案リスト'></A>";
if(ran == 2) back = "<A href='http://yousai.ocnk.net/product/310' target='_blank'><IMG SRC='http://yousai.net/sozai/bana/headdress.jpg' width='350' height='150' border='0' alt='「型紙」ワンピ＋エプロン＝お得！'></A>";
if(ran == 3) back = "<A href='http://yousai.net/cos/kouza/kiji.htm' target='_blank'><IMG SRC='http://yousai.net/sozai/bana3/hiketu.jpg' width='350' height='150' border='0' alt='見栄えのいい生地の選び方'></A>";
if(ran == 4) back = "<A href='http://jisakuha.com/html/' target='_blank'><IMG SRC='http://yousai.net/sozai/bana3/okage.jpg' width='350' height='150' border='0' alt='あの人がたくさん衣装をもっている理由は…'></A>";
if(ran == 5) back = "<A href='' target='_blank'><IMG SRC='' width='350' height='150' border='0' alt=''></A>";
document.write("");
document.write(back);
//----------------------------------->

