bg = new Array(2);
bg[0] = 'images/intro_background02.jpg';
bg[1] = 'images/intro_background03.jpg';
bg[2] = 'images/intro_background06.jpg';
index = Math.floor(Math.random() * bg.length);
document.write("<style>TABLE.randombg{background-image: url('"+bg[index]+"');}</style>");
