﻿bg = new Array(2);
bg[0] = '/images/bg/bg-Blackboard.png'
bg[1] = '/images/bg/bg-cork.png'
index = Math.floor(Math.random() * bg.length);
document.write("<BODY BACKGROUND="+bg[index]+">");
