function PopUp(page)  {
   OpenWin = this.open(page, "CtrlWindow", "toolbar=no, menubar=no, location=no, scrollbars=no, resizable=yes, width=650, height=680");
}

function openWindow(path) {
	var newWindow;
	newWindow = window.open(path, "PicWindow", "scrollbars=yes,width=450,height=400");
	if (window.focus) {
		newWindow.window.focus();
	}
}

function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)

if (parseInt(navigator.appVersion) >= 4) {
	win.window.focus(); }
}

var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "WHAT IS STATIC ELECTRICITY?...<br>Everything we see is made up of tiny little parts called atoms. The atoms are made of even smaller parts. These are called protons, electrons and neutrons. They are very different from each other in many ways. One way they are different is their charge. Protons have a positive (+) charge. Electrons have a negative (-) charge. Neutrons have no charge. Usually, atoms have the same number of electrons and protons. Then the atom has no charge, it is neutral. But if you rub things together, electrons can move from one atom to another. Some atoms get extra electrons. They have a negative charge. Other atoms lose electrons. They have a positive charge. When charges are separated like this, it is called static electricity.";
msg[2] = "WHAT IS HIBERNATE?...<br>Some animals <i>hibernate</i> for part or all of the winter. This is a special, very deep sleep. The animal's body temperature drops, and its heartbeat and breathing slow down. It uses very little energy. In the fall, these animals get ready for winter by eating extra food and storing it as body fat. They use this fat for energy while hibernating. Some also store food like nuts or acorns to eat later in the winter. Bears, skunks, chipmunks, and some bats hibernate.";
msg[3] = "You cannot do wrong without suffering wrong. (Ralph Waldo Emerson)";
msg[4] = "Choose the way of life.  Choose the way of love.  Choose the way of caring...Choose the way of goodness.  It's up to you.  It's your choice. (Leo Buscaglia)";
msg[5] = "The great successful men of the world have used their imagination...they think ahead and create their mental picture in all its details, filling in here, adding a little there, altering this a bit and that a bit, but steadily building-steadily buildings. (Robert Collier)";
msg[6] = "Each time you are honest and conduct yourself with honesty, a success force will drive you toward greater success.  Each time you lie, even with a little white lie, there are strong forces pushing you toward failure. (Joseph Sugarman)";
msg[7] = "The people who get on in this world are the people who get up and look for the circumstances they want, and, if they can't find them, make them. (George Bernard Shaw)";
msg[8] = "Success doesn't come to you...you go to it. (Marva Collins)";
msg[9] = "The lure of the distant and the difficult is deceptive.  The great opportunity is where you are. (John Burroughs)";
msg[10] = "Every situation, properly perceived, becomes an opportunity. (Helen Schucman)";
msg[11] = "What this power is I cannot say; all I know is that it exists and it becomes available only when a man is in that state of mind in which he knows exactly what he wants and is fully determined not to quit until he finds it. (Alexander Graham Bell)";
msg[12] = "The golden opportunity you are seeking is in yourself. It is not in your environment; it is not in luck or chance, or the help of other; it is in yourself alone. (Orison Swett Marden)";
msg[13] = "I do not think there is any other quality so essential to success of any kind as the quality of perseverance.  It overcomes almost everything, even nature. (John D. Rockefeller)";
msg[14] = "The cure for all the ills and wrongs, the cares, the sorrows, and the crimes of humanity, all lie in the one word 'love'.  It is the divine vitality that everywhere produces and restores life. (Lydia Maria Child)";
msg[15] = "Life in abundance comes only through great love. (Elbert Hubbard)";
msg[16] = "Love is the immortal flow of energy that nourishes, extends and preserves.  Its eternal goal is life. (Smiley Blanton)";
msg[17] = "What force is more potent than love. (Igor Stravinsky)";
msg[18] = "Problems are only opportunities in work clothes. (Henry J. Kaiser)";
msg[19] = "Opportunities? They are all around us...there is power lying latent everywhere waiting for the observant eye to discover it. (Orison Swett Marden)";
msg[20] = "Most successful men have not achieved their distinction by having some new talent or opportunity presented to them.  They have developed the opportunity that was at hand. (Bruce Barton)";
msg[21] = "We don't need more strength or more ability or greater opportunity. What we need is to use what we have. (Basil S. Walsh)";
msg[22] = "Destiny is not a matter of chance; it is a matter of choice.  It is not something to be waited for; but, rather something to be achieved. (William Jennings Bryan)";
msg[23] = "Opportunity rarely knocks on your door. Knock rather on opportunity's door if you ardently wish to enter. (B.C. Forbes)";
msg[24] = "Each problem has hidden in it an opportunity so powerful that it literally dwarfs the problem.  The greatest success stories were created by people who recognized a problem and turned it into an opportunity. (Joseph Sugarman)";
msg[25] = "In the middle of difficulty lies opportunity. (Albert Einstein)";
msg[26] = "A wise man will make more opportunities than he finds. (Francois Bacon)";
msg[27] = "There is no future in any job.  The future lies in the man who holds the job. (George Crane)";
msg[28] = "Opportunity...often it comes in the form of misfortune, or temporary defeat. (Napoleon Hill)";
msg[29] = "WHY IS THE SKY IS BLUE?...<br>As sunlight goes through the air, it bumps into the molecules and dust. When light hits a gas molecule, it may bounce off in a different direction. Some colors of light, like red and orange, pass straight through the air. But most of the blue light bounces off in all directions. In this way, the blue light gets scattered all around the sky.";
msg[30] = "WHY IS THE SKY IS BLUE?...<br>As sunlight goes through the air, it bumps into the molecules and dust. When light hits a gas molecule, it may bounce off in a different direction. Some colors of light, like red and orange, pass straight through the air. But most of the blue light bounces off in all directions. In this way, the blue light gets scattered all around the sky.";
msg[31] = "I contend that dishonesty will create a failure force that often manifests itself in other ways - ways not apparent to the outside observer. (Joseph Sugarman)";

function writeTip() { 
document.write(msg[today]);
}


