var bg=new Array()
var font=new Array()
var align=new Array()

bg[1]   = "87b1eb"
font[1] = "fff"
align[1]= "bottom"

bg[2]   = "9bbdea"
font[2] = "fff"
align[2]= "bottom"

bg[3]   = "4487e0"
font[3] = "fff"
align[3]= "bottom"

bg[4]   = "789c78"
font[4] = "fff"
align[4]= "top"

bg[5]   = "f1f15d"
font[5] = "2e5d15"
align[5]= "center"

bg[6]   = "f1b251"
font[6] = "fff"
align[6]= "top"

bg[7]   = "0293ca"
font[7] = "fff"
align[7]= "top"

bg[8]   = "fbfbfd"
font[8] = "4e5b01"
align[8]= "top"

bg[9]   = "eff6fc"
font[9] = "7fafd3"
align[9]= "top"

pic=(bg.length-1)
abcd=Math.floor(Math.random()*(pic))+1
document.write('')
document.write('<style type="text/css">')
document.write('<!--')
document.write('body{background:url(images/bg_'+abcd+'.jpg) '+align[abcd]+' #'+bg[abcd]+' no-repeat;}')
document.write('#copyright{background:#'+bg[abcd]+';text-align:center;color:#'+font[abcd]+';font-size:12px;}')
document.write('#copyright a{color:#'+font[abcd]+';text-decoration:none;}')
document.write('#news{background:#'+bg[abcd]+';text-align:center;color:#'+font[abcd]+';font-weight:bold;}')
document.write('#news a{color:#'+font[abcd]+';text-decoration:none;}')
document.write('-->')
document.write('</style>')
//document.write(abcd)

