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.jpg" border="0"></a><BR>';

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

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

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

}
