
function Popup(myurl,mywidth,myheight) {
   var cLeft = (screen.width - mywidth) / 2 ;
   var cTop = (screen.height - myheight) / 2;
   var cwidth = mywidth+20;
   var cheight = myheight+25;
   var cUrl = "images/"+myurl
   var myoptions = "resizable=no,toolbar=no,scrollbars=no,menubar=no,status=no,width="+cwidth+",height="+cheight+",left="+ cLeft +",top="+ cTop +"";
   window.open(cUrl, "displayWindow", myoptions);
   }

function Mover(x) {x.bgColor='#ddeeff';}

function Mout(x) {x.bgColor='#ffffff';}



function scripture() {
Array.prototype.random = function () {return this[Math.floor(Math.random() * this.length)]}

document.write([
'Note to Self:  I have not arrived, and neither has anyone else.  We are all in the process of becoming.  So adopt a new attitude today:  I am not where I need to be, but thank God I am not where I used to be; I\'m OK and I\'m on my way!',
'When you walk, your steps will not be hampered; when you run you will not stumble.  Let your eyes look straight ahead, fix your gaze directly before you.  Make level paths for your feet and take only ways that are firm.  Do not swerve to the right or the left; keep your foot from evil.',
'Leave your simple ways and you will  begin to live.   Walk in the way of wisdom, knowledge and understanding.',
'He who heeds discipline shows the way to life, but whoever ignores correction leads others astray.',
'From the fruit of his lips, a man is filled with good things; just as surely as the work of his hands rewards him.',
'Wreckless words pierce like a sword, but the tongue of the wise brings healing.',
'Weeping may endure for a night, but joy cometh in the morning.  Remember, there is always a brighter day.  Be strong, encourage yourself, today can be your best day yet.',
'Oil & perfume brings joy to the heart, so does the sweetness of a friend\'s counsel that comes from the heart.',
'"He won\'t judge by appearances...each morning he will pull on sturdy work clothes and boots and build righteousness and faithfulness in the land." Isa. 11:4-5 TMB'
].random())
}
