/*pic1=new Image()
pic1.src="http://i229.photobucket.com/albums/ee237/AngelldeVilleofTheCradle/tcbg1.jpg"
pic2=new Image()
pic2.src="http://i229.photobucket.com/albums/ee237/AngelldeVilleofTheCradle/tcbg2.jpg"
pic3=new Image()
pic3.src="http://i229.photobucket.com/albums/ee237/AngelldeVilleofTheCradle/tcbg3.gif"
randBgImg=Math.round(Math.random()*2)
myBgImg=new Array()
myBgImg[0]="http://i229.photobucket.com/albums/ee237/AngelldeVilleofTheCradle/tcbg1.jpg"
myBgImg[1]="http://i229.photobucket.com/albums/ee237/AngelldeVilleofTheCradle/tcbg2.jpg"
myBgImg[2]="http://i229.photobucket.com/albums/ee237/AngelldeVilleofTheCradle/tcbg3.gif"
document.body.style.cssText="background-image:url("+myBgImg[randBgImg]+");background-attachment:fixed"*/
/*bgPosY=0
function runScroll(){
bgPosY++
document.body.style.backgroundPosition="center "+bgPosY
setTimeout("runScroll()",50)
}
setTimeout("runScroll()",500)*/
tcCSS=document.createElement("link")
tcCSS.rel="stylesheet"
tcCSS.type="text/css"
tcCSS.href="http://thecradle.bravehost.com/the-cradle.css"
document.getElementsByTagName("head")[0].appendChild(tcCSS)
document.body.style.backgroundPosition="center center"
license='