function random_imglink(){
var myimages=new Array()
myimages[1]="<style> body {background: fixed; background-image: url(\"http://www.epray.org/images/start_praying.jpg\"); background-repeat: no-repeat; background-position: top right;}</style>"
myimages[2]="<style> body {background: fixed; background-image: url(\"http://www.epray.org/images/start_praying2.jpg\"); background-repeat: no-repeat; background-position: top right;}</style>"
myimages[3]="<style> body {background: fixed; background-image: url(\"http://www.epray.org/images/start_praying3.jpg\"); background-repeat: no-repeat; background-position: top right;}</style>"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write(myimages[ry])
}
random_imglink()
