
var how_many_ads = 10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="People say it's an overnight success. They never realize the countless sleepless nights, the years of frustration, the pain that had to be constantly endured, and the anxiety that had to be experienced for failing so many times until that success, that seemed to have happened overnight, is finally achieved!";
url="http://math.nich.edu/badie";
alt="Badie";
banner="elephant.jpg";
width="680";
height="300";
}
if (ad==2) {
txt="We pay a heavy price for our fear of failure. It is a powerful obstacle to growth. It assures the progressive narrowing of the personality and prevents exploration and experimentation. There is no learning without some difficulty and fumbling. If you want to keep on learning, you must keep on risking failure all your life ";
url="math.nich.edu/badie";
alt="Badie";
banner="Jungle wallpaper.jpg";
width="680";
height="260";
}
if (ad==3) {
txt="When you make a mistake, don't look back at it long. Take the reason of the thing into your mind, and then look forward. Mistakes are lessons of wisdom. The past cannot be changed. The future is yet in your power."; 
url="math.nich.edu/badie";
alt="Badie";
banner="iceberg.jpg";
width="680";
height="260";
}
if (ad==4) {
txt="Be courageous and bold. When you look back on your life, you'll regret the things you didn't do, more than the ones you did."; 
url="math.nich.edu/badie";
alt="Badie";
banner="leperd.jpg";
width="680";
height="280";
}
if (ad==5) {
txt="Do not let others influence your ideas or decisions. In 5 years it is you, and not them, who will be living with the choices that you made."; 
url="math.nich.edu/badie";
alt="Badie";
banner="scenic.jpg";
width="680";
height="280";
}
if (ad==6) {
txt="Life is like a hand of cards. You have to play the hand you're dealt, you can't win by folding, and sometimes you must take chances in order to win."; 
url="math.nich.edu/badie";
alt="Badie";
banner="paradise.jpg";
width="680";
height="280";
}
if (ad==7) {
txt="The difference between a successful person and others is not a lack of strength, not a lack of knowledge, but rather a lack of will."; 
url="math.nich.edu/badie";
alt="Badie";
banner="welcome5.jpg";
width="680";
height="280";
}
if (ad==8) {
txt="To dream anything that you want to dream, that is the beauty of the human mind. To do anything that you want to do, that is the strength of the human will. To trust yourself, to test your limits, that is the courage to succeed."; 
url="math.nich.edu/badie";
alt="Badie";
banner="Vinca.jpg";
width="680";
height="280";
}
if (ad==9) {
txt="The victory of success is half won when one gains the habit of setting goals and achieving them. Even the most tedious chore will become endurable as you parade through each day convinced that every task, no matter how menial or boring, brings you closer to fulfilling your dreams."; 
url="math.nich.edu/badie";
alt="Badie";
banner="underwater.jpg";
width="680";
height="260";
}
if (ad==10) {
txt="Success is to be measured not so much by the position that one has reached in life as by the obstacles, which he has overcome while trying to succeed."; 
url="math.nich.edu/badie";
alt="Badie";
banner="senic2.jpg";
width="680";
height="280";
}
// End -->

config='toolbar=no,location=no,directories=no,status=no,menubar=no,width=680,height=400'; config += 'scrollbars=no,resizable=no';
pop = window.open ("","pop",config);
pop.document.write('<script language="javascript">');
pop.document.write('setTimeout('); pop.document.write('"self.close()');
pop.document.write(';",12000)'); pop.document.write('</');
pop.document.write('script>');
pop.document.write('<body bgcolor=yellow>');
pop.document.write('<a href=\"' + url + '\" target=\"_top\">');
pop.document.write('<img src=\"' + banner + '\" width=')
pop.document.write(width + ' height=' + height + ' ');
pop.document.write('alt=\"' + alt + '\" border=0><br>');
pop.document.write('<small>' + txt + '</small></a>');
pop.document.write('<center><b><h4> <FONT COLOR="BLUE">************</h4></b></center>'); 
pop.document.write('<center><b><h5><FONT COLOR="RED"> ************ </h4></b></center>'); 
pop.document.write('<center><b><h6>This Window Will Close Itself...</h6></b></center>'); 
pop.document.write('</body>');


