
<!--
ranimg = new Array();
ranimg[0]="/imgcommon/header_bg01.jpg";
ranimg[1]="/imgcommon/header_bg02.jpg";
ranimg[2]="/imgcommon/header_bg03.jpg";
ranimg[3]="/imgcommon/header_bg04.jpg";
xx = Math.floor(ranimg.length*Math.random());
ranimg = ranimg[Math.floor(xx)];
document.write ('<style type="text/css"><!--.header-bg {background-image: url("'+ ranimg +'");background-repeat:no-repeat;}--></style>');
// -->
