windowStatus = "gbank.dk - et netbank koncept"
window.status = windowStatus
function moveIt() {
 golden = (Math.sqrt(5)-1)/2
 textHeight = 19
 textWidth = 112
 textTopMargin = 1
 textRightMargin = 2
 document.all('text').style.top = document.body.clientHeight*golden-textTopMargin-textHeight/2
 document.all('text').style.right = document.body.clientWidth*(1-golden)-textRightMargin-textWidth/2
}
