// JavaScript Document
var low = 0
var high = 3
var a = Math.floor(Math.random() * (1 + high - low) + low)

scriptures = new Array
scriptures[0] = "<div style=\'postion:absolute; width:100%; height:100%; background-image:url(../graphics/banner.gif); background-repeat:no-repeat;\'>"
scriptures[1] = "<div style=\'postion:absolute; width:100%; height:100%; background-image:url(../graphics/banner.gif); background-repeat:no-repeat;\'>"
scriptures[2] = "<div style=\'postion:absolute; width:100%; height:100%; background-image:url(../graphics/banner.gif); background-repeat:no-repeat;\'>"
scriptures[3] = "<div style=\'postion:absolute; width:100%; height:100%; background-image:url(../graphics/banner.gif); background-repeat:no-repeat;\'>"


var script = scriptures[a]
document.write(script);