pic=new Array(3);
pic[0]="<img src='http://www.uniqueradio.jp/img/index/header1.gif' alt='' />";
pic[1]="<img src='http://www.uniqueradio.jp/img/index/header2.gif' alt='' />";
pic[2]="<img src='http://www.uniqueradio.jp/img/index/header3.gif' alt='' />";
picNo = Math.floor(Math.random() * 3);

