
bg=new Array(10);bg[0]='/sitefiles/62/design/bg1.jpg'
bg[1]='/sitefiles/62/design/bg2.jpg'
bg[2]='/sitefiles/62/design/bg3.jpg'
bg[3]='/sitefiles/62/design/bg4.jpg'
bg[4]='/sitefiles/62/design/bg5.jpg'
bg[5]='/sitefiles/62/design/bg6.jpg'
bg[6]='/sitefiles/62/design/bg7.jpg'
bg[7]='/sitefiles/62/design/bg8.jpg'
bg[8]='/sitefiles/62/design/bg9.jpg'
bg[9]='/sitefiles/62/design/bg10.jpg'
bg[10]='/sitefiles/62/design/bg11.jpg'
index=Math.floor(Math.random()*bg.length);document.write("<BODY BACKGROUND="+bg[index]+">");