<!--// Copyright 2001 by www.CodeBelly.com// Please do *not* remove this notice.var backColor = new Array(); // don't change this// Enter the colors you wish to use.  Follow the// pattern to use more colors.  The number in the// brackets [] is the number you will use in the// function call to pick each color.backColor[0] = '#CCCC99';backColor[1] = '#DAB734';backColor[2] = '#6699CC';backColor[3] = '#B7A2CD';backColor[4] = '#000000';// Do not edit below this line.//-----------------------------function changeBG(whichColor){document.bgColor = backColor[whichColor];}//-->