h2bg = new Array();
h2bg[0]="shared/images/home/home-title-bg_001.jpg";
h2bg[1]="shared/images/home/home-title-bg_002.jpg";
h2bg[2]="shared/images/home/home-title-bg_003.jpg";
h2bg[3]="shared/images/home/home-title-bg_004.jpg";
n = Math.floor(Math.random() * h2bg.length);
ranimg = h2bg[n];
document.write ('<style type="text/css">body#home h2 {background:url(' + ranimg + ') no-repeat center top; }</style>');

