// JavaScript Document


/* This is my random background changer you may use this
freely just as long as you leave this comment in the code

This script was written by William (WILDOG) DuPree
Website: http://www.bayside.net/users/wildog 
e-mail:  wildog@bayside.net 

I have other scripts that can be found iether on my page or at
www.javascripts.com  

HAVE FUN!!   :-)*/

var bg = new Array(60)
bg[0] = "http://i-cubedhypermedia.com/images/bgrevolver/bg1.jpg"
bg[1] = "http://i-cubedhypermedia.com/images/bgrevolver/bg2.jpg"
bg[2] = "http://i-cubedhypermedia.com/images/bgrevolver/bg3.jpg"
bg[3] = "http://i-cubedhypermedia.com/images/bgrevolver/bg4.jpg"
bg[4] = "http://i-cubedhypermedia.com/images/bgrevolver/bg5.jpg"
bg[5] = "http://i-cubedhypermedia.com/images/bgrevolver/bg6.jpg"
bg[6] = "http://i-cubedhypermedia.com/images/bgrevolver/bg7.jpg"
bg[7] = "http://i-cubedhypermedia.com/images/bgrevolver/bg8.jpg"
bg[8] = "http://i-cubedhypermedia.com/images/bgrevolver/bg9.jpg"
bg[9] = "http://i-cubedhypermedia.com/images/bgrevolver/bg10.jpg"
bg[10] = "http://i-cubedhypermedia.com/images/bgrevolver/bg11.jpg"
bg[11] = "http://i-cubedhypermedia.com/images/bgrevolver/bg12.jpg"
bg[12] = "http://i-cubedhypermedia.com/images/bgrevolver/bg13.jpg"
bg[13] = "http://i-cubedhypermedia.com/images/bgrevolver/bg14.jpg"
bg[14] = "http://i-cubedhypermedia.com/images/bgrevolver/bg15.jpg"
bg[15] = "http://i-cubedhypermedia.com/images/bgrevolver/bg16.jpg"
bg[16] = "http://i-cubedhypermedia.com/images/bgrevolver/bg17.jpg"
bg[17] = "http://i-cubedhypermedia.com/images/bgrevolver/bg18.jpg"
bg[18] = "http://i-cubedhypermedia.com/images/bgrevolver/bg19.jpg"
bg[19] = "http://i-cubedhypermedia.com/images/bgrevolver/bg20.jpg"
bg[20] = "http://i-cubedhypermedia.com/images/bgrevolver/bg21.jpg"
bg[21] = "http://i-cubedhypermedia.com/images/bgrevolver/bg22.jpg"
bg[22] = "http://i-cubedhypermedia.com/images/bgrevolver/bg23.jpg"
bg[23] = "http://i-cubedhypermedia.com/images/bgrevolver/bg24.jpg"
bg[24] = "http://i-cubedhypermedia.com/images/bgrevolver/bg25.jpg"
bg[25] = "http://i-cubedhypermedia.com/images/bgrevolver/bg26.jpg"
bg[26] = "http://i-cubedhypermedia.com/images/bgrevolver/bg27.jpg"
bg[27] = "http://i-cubedhypermedia.com/images/bgrevolver/bg28.jpg"
bg[28] = "http://i-cubedhypermedia.com/images/bgrevolver/bg29.jpg"
bg[29] = "http://i-cubedhypermedia.com/images/bgrevolver/bg30.jpg"
bg[30] = "http://i-cubedhypermedia.com/images/bgrevolver/bg31.jpg"
bg[31] = "http://i-cubedhypermedia.com/images/bgrevolver/bg32.jpg"
bg[32] = "http://i-cubedhypermedia.com/images/bgrevolver/bg33.jpg"
bg[33] = "http://i-cubedhypermedia.com/images/bgrevolver/bg34.jpg"
bg[34] = "http://i-cubedhypermedia.com/images/bgrevolver/bg35.jpg"
bg[35] = "http://i-cubedhypermedia.com/images/bgrevolver/bg36.jpg"
bg[36] = "http://i-cubedhypermedia.com/images/bgrevolver/bg37.jpg"
bg[37] = "http://i-cubedhypermedia.com/images/bgrevolver/bg38.jpg"
bg[38] = "http://i-cubedhypermedia.com/images/bgrevolver/bg39.jpg"
bg[39] = "http://i-cubedhypermedia.com/images/bgrevolver/bg40.jpg"
bg[40] = "http://i-cubedhypermedia.com/images/bgrevolver/bg41.jpg"
bg[41] = "http://i-cubedhypermedia.com/images/bgrevolver/bg42.jpg"
bg[42] = "http://i-cubedhypermedia.com/images/bgrevolver/bg43.jpg"
bg[43] = "http://i-cubedhypermedia.com/images/bgrevolver/bg44.jpg"
bg[44] = "http://i-cubedhypermedia.com/images/bgrevolver/bg45.jpg"
bg[45] = "http://i-cubedhypermedia.com/images/bgrevolver/bg46.jpg"
bg[46] = "http://i-cubedhypermedia.com/images/bgrevolver/bg47.jpg"
bg[47] = "http://i-cubedhypermedia.com/images/bgrevolver/bg48.jpg"
bg[48] = "http://i-cubedhypermedia.com/images/bgrevolver/bg49.jpg"
bg[49] = "http://i-cubedhypermedia.com/images/bgrevolver/bg50.jpg"
bg[50] = "http://i-cubedhypermedia.com/images/bgrevolver/bg51.jpg"
bg[51] = "http://i-cubedhypermedia.com/images/bgrevolver/bg52.jpg"
bg[52] = "http://i-cubedhypermedia.com/images/bgrevolver/bg53.jpg"
bg[53] = "http://i-cubedhypermedia.com/images/bgrevolver/bg54.jpg"
bg[54] = "http://i-cubedhypermedia.com/images/bgrevolver/bg1.gif"
bg[55] = "http://i-cubedhypermedia.com/images/bgrevolver/bg2.gif"
bg[56] = "http://i-cubedhypermedia.com/images/bgrevolver/bg3.gif"
bg[57] = "http://i-cubedhypermedia.com/images/bgrevolver/bg4.gif"
bg[58] = "http://i-cubedhypermedia.com/images/bgrevolver/bg5.gif"
bg[59] = "http://i-cubedhypermedia.com/images/bgrevolver/bg6.gif"





var now = new Date()
var sec = now.getSeconds()

document.write("<body background="+bg[sec % 60]+" text='b22222' link='000000' vlink='0000aa'>")