Please Sign my Guestbook - feel free to leave any advice or encouragement to help me get started!
colours=new Array('#FFFFFF','#ACBBF9','#7A84F3')
function gs(){
var clrPos=Math.floor(Math.random()*colours.length)
with (window.document.body.style){
borderWidth=2;
borderStyle='solid';
borderColor=colours[clrPos];}}
if (document.all)window.document.body.onscroll=gs;