var bgcolors = new Array ( "00B9C0", "FF91AF","FF8FC2","FFFFA4","00C0AB","E88C85","FFB298" )
no = Math.random() * 6
no = Math.round(no)

#var textcolors = new Array ( "840000", "00008F", "700000", "006793", "8F4D00", "006785" )
#tn = Math.random() * 5
#tn = Math.round(tn)

//bgstr="<body bgcolor='" + bgcolors[no] + "' text='#" + textcolors[tn] + "' background='" + "' >"
bgstr="<body bgcolor=#dddddd >"
document.write(bgstr)
