// pic changer
banner= new Array();
banner[0] = "http://www.okierabu.net/pic_001.jpg";
banner[1] = "http://www.okierabu.net/pic_002.jpg";
banner[2] = "http://www.okierabu.net/pic_003.jpg";

function my_jump(){
max_banner=banner.length;
i_num = Math.floor(Math.random() * max_banner);
document.write("<img src='"+banner[i_num]+"'width=\"225\" height=\"169\" border=\"0\" alt=\"シードリーム沖永良部\" id=\"face\">");
}
// pic changer (end)