ranimg = new Array();
ranimg[0]="imgs/mainimg01.jpg";
xx = Math.floor(ranimg.length*Math.random());
ranimg = ranimg[Math.floor(xx)];
document.write ('<style type="text/css"><!--.contents-promo {background: url("'+ ranimg +'") no-repeat;}--></style>');
