function pic1(dispFile){
	picWin1 = window.open(dispFile,"color6","width=680,height=580,resizable=yes,scrollbars=yes");
}

function randomtop00() {
        var r;
        xx = new Array();

xx[0] = '<a href="./agency/"><IMG SRC="./images/eyecatch_image_1.jpg" border="0"></a><BR>';

xx[1] = '<a href="./genba/"><IMG SRC="./images/eyecatch_image_2.jpg" border="0"></a><BR>';

xx[2] = '<a href="./agency/"><IMG SRC="./images/eyecatch_image_3.jpg" border="0"></a><BR>';

xx[3] = '<a href="./genba/"><IMG SRC="./images/eyecatch_image_4.jpg" border="0"></a><BR>';

xx[4] = '<a href="./agency/"><IMG SRC="./images/eyecatch_image_5.jpg" border="0"></a><BR>';

xx[5] = '<a href="./risk/"><IMG SRC="./images/eyecatch_image_risk.jpg" border="0"></a><BR>';

     r = Math.floor(Math.random() * xx.length);
     document.write(xx[r]);

}

