<!--
Link = new Array();
Link[0] = 'http://www.project-light.net/home02.php';
IMG = new Array();
IMG[0] = 'http://www.project-light.net/img/top_bana01.jpg';
X = Math.floor(Link.length * Math.random());
document.write('<A HREF="'+ Link[X] +'"target="_blank"><IMG SRC="'+ IMG[X] +'" BORDER="1"></A>');
// -->