// JavaScript Document

<!-- Begin
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages[0] = '../../top/1.jpg'
theImages[1] = '../../top/2.jpg'
theImages[2] = '../../top/3.jpg'
theImages[3] = '../../top/4.jpg'
theImages[4] = '../../top/5.jpg'
theImages[5] = '../../top/6.jpg'
theImages[6] = '../../top/7.jpg'
theImages[7] = '../../top/8.jpg'
theImages[8] = '../../top/9.jpg'
theImages[9] = '../../top/10.jpg'
theImages[10] = '../../top/11.jpg'
theImages[11] = '../../top/12.jpg'
theImages[12] = '../../top/13.jpg'
theImages[13] = '../../top/14.jpg'
theImages[14] = '../../top/15.jpg'
theImages[15] = '../../top/16.jpg'
theImages[16] = '../../top/17.jpg'
theImages[17] = '../../top/18.jpg'
theImages[18] = '../../top/19.jpg'
theImages[19] = '../../top/20.jpg'
theImages[20] = '../../top/21.jpg'
theImages[21] = '../../top/22.jpg'
theImages[22] = '../../top/23.jpg'
theImages[23] = '../../top/24.jpg'
theImages[24] = '../../top/25.jpg'
theImages[25] = '../../top/26.jpg'
theImages[26] = '../../top/27.jpg'
theImages[27] = '../../top/28.jpg'
theImages[28] = '../../top/29.jpg'
theImages[29] = '../../top/30.jpg'
theImages[30] = '../../top/31.jpg'
theImages[31] = '../../top/32.jpg'
theImages[32] = '../../top/33.jpg'
theImages[33] = '../../top/34.jpg'
theImages[34] = '../../top/35.jpg'
theImages[35] = '../../top/36.jpg'
theImages[36] = '../../top/37.jpg'
theImages[37] = '../../top/38.jpg'
theImages[38] = '../../top/39.jpg'
theImages[39] = '../../top/40.jpg'
theImages[40] = '../../top/41.jpg'
theImages[41] = '../../top/42.jpg'
theImages[42] = '../../top/43.jpg'
theImages[43] = '../../top/44.jpg'
theImages[44] = '../../top/45.jpg'
theImages[45] = '../../top/46.jpg'
theImages[46] = '../../top/47.jpg'
theImages[47] = '../../top/48.jpg'
theImages[48] = '../../top/49.jpg'
theImages[49] = '../..ttop/50.jpg'
theImages[50] = '../../top/51.jpg'
theImages[51] = '../../top/52.jpg'
theImages[52] = '../../top/53.jpg'
theImages[53] = '../../top/54.jpg'
theImages[54] = '../../top/55.jpg'
theImages[55] = '../../top/56.jpg'
theImages[56] = '../../top/57.jpg'
theImages[57] = '../../top/58.jpg'
theImages[58] = '../../top/59.jpg'
theImages[59] = '../../top/60.jpg'
theImages[60] = '../../top/61.jpg'
theImages[61] = '../../top/62.jpg'
theImages[62] = '../../top/63.jpg'
theImages[63] = '../../top/64.jpg'
theImages[64] = '../../top/65.jpg'
theImages[65] = '../../top/66.jpg'
theImages[66] = '../../top/67.jpg'
theImages[67] = '../../top/68.jpg'
theImages[68] = '../../top/69.jpg'
theImages[69] = '../../top/70.jpg'
theImages[70] = '../../top/71.jpg'
theImages[71] = '../../top/72.jpg'
theImages[72] = '../../top/73.jpg'
theImages[73] = '../../top/74.jpg'
theImages[74] = '../../top/75.jpg'
theImages[75] = '../../top/76.jpg'
theImages[76] = '../../top/77.jpg'
theImages[77] = '../../top/78.jpg'
theImages[78] = '../../top/79.jpg'
theImages[79] = '../../top/80.jpg'
theImages[80] = '../../top/81.jpg'
theImages[81] = '../../top/82.jpg'
theImages[82] = '../../top/83.jpg'
theImages[83] = '../../top/84.jpg'
theImages[84] = '../../top/85.jpg'
theImages[85] = '../../top/86.jpg'
theImages[86] = '../../top/87.jpg'
theImages[87] = '../../top/88.jpg'
theImages[88] = '../../top/89.jpg'
theImages[89] = '../../top/90.jpg'
theImages[90] = '../../top/91.jpg'
theImages[91] = '../../top/92.jpg'
theImages[92] = '../../top/93.jpg'
theImages[93] = '../../top/94.jpg'
theImages[94] = '../../top/95.jpg'
theImages[95] = '../../top/96.jpg'
theImages[96] = '../../top/97.jpg'
theImages[97] = '../../top/98.jpg'
theImages[98] = '../../top/99.jpg'
theImages[99] = '../../top/100.jpg'

// do not edit anything below this line

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
function showImage(){
 var whichImage = Math.round(Math.random()*(p-1));
 while (theImages[whichImage] == '') {
  whichImage = Math.round(Math.random()*(p-1));
 }
 document.write('<img src="'+theImages[whichImage]+'" width=50 height=50>');
 theImages[whichImage] = '';
}

//  End -->


// ==============================================
// Copyright 2004 by CodeLifter.com
// Free for all; but please leave in this header.
// ==============================================

var Quotation=new Array() // do not change this!

// Set up the quotations to be shown, below.
// To add more quotations, continue with the
// pattern, adding to the array.  Remember
// to increment the Quotation[x] index!

Quotation[0] = "I am a part of all I have met.<br><br><I>Alfred, Lord Tennyson</I>";
Quotation[1] = "What if there were no hypothetical questions?<br><br><I>Unknown</I>";
Quotation[2] = "When I was young we used to go \"skinny dipping,\" now I just \"chunky dunk.\"<br><br><I>Unknown</I>";
Quotation[3] = "I live in my own little world. But it's OK. They know me here.<br><br><I>Unknown</I>";
Quotation[4] = "Believe nothing, no matter where you read it or who has said it, not even if I have said it, unless it agrees with your own reason and your own common sense.<br><br><I>Buddha</I>";
Quotation[5] = "Life is not measured by the number of breaths we take, but by the number of moments that take our breath away.<br><br><I>Anonymous</I>";
Quotation[6] = "Nothing is worth more than this day<br><br><I>Goethe</I>";
Quotation[7] = "Wherever you are, it is your friends who make your world…<br><br><I>William James</I>";
Quotation[8] = "The meeting of two personalities is like the contact of two chemical substances; if there is any reaction, both are transformed.<br><br><I>Jung</I>";
Quotation[9] = "Barn’s burnt down… now I can see the moon.<br><br><I>Masahide</I>";
Quotation[10] = "Grow old with me! The best is yet to be!<br><br><I>Robert Browning</I>";
Quotation[11] = "Open your eyes to the beauty around you,<BR>Open your mind to the wonders of life,<BR>Open your heart to those who love you,<BR>And always be true to yourself.<br><br><I>Donna Davis</I>";
Quotation[12] = "To enjoy the flavor of life take big bites.<br><br><I>Robert Heinlein</I>";
Quotation[13] = "Whatever you are, be a good one.<br><br><I>Abraham Lincoln</I>";
Quotation[14] = "Go confidently in the direction of your dreams. Live the life you've imagined.<br><br><I>Henry David Thoreau</I>";
Quotation[15] = "Walk in the rain, smell flowers, stop along the way, build sandcastles, go on field trips, find out how things work, tell stories, say the magic words, trust the universe.<br><br><I>Bruce Williamson</I>";
Quotation[16] = "Leap and the net will appear.<br><br><I>Zen saying</I>";
Quotation[17] = "May the sun bring you new energy by day, may the moon softly restore you by night, may the rain wash away your worries...<br><br><I>Apache blessing</I>";
Quotation[18] = "Too often we underestimate the power of a touch, a smile, a kind word, a listening ear, an honest compliment, or the smallest act of caring, all of which have the potential to turn life around.<br><br><I>Leo Buscaglia </I>";
Quotation[19] = "If you're going through hell, keep going...<br><br><I>Winston Churchill</I>";
Quotation[20] = "Good friends are like stars. You don't always see them, but you know they are there!<br><br><I>Old saying</I>";
Quotation[21] = "There is nothing on this earth to be prized more than true friendship... <br><br><I>St. Thomas Aquinas</I>";
Quotation[22] = "When you arise in the morning, think of what a privilege it is to be alive: to breathe, to think, to enjoy, to love. <br><br><I>Marcus Aurelius</I>";
Quotation[23] = "Wheresoever you go, go with all your heart.<br><br><I>Confucius</I>";
Quotation[24] = "It is never too late to be what you might have been.<br><br><I>George Eliot</I>";
Quotation[25] = "What lies behind us and what lies before us are small matters compared to what lies within us.<br><br><I>Ralph Waldo Emerson</I>";
Quotation[26] = "Be the change you wish to see in the world.<br><br><I>Ghandi</I>";
Quotation[27] = "May your troubles be less, and your blessings be more, and nothing but happiness come through your door!<br><br><I>Irish blessing</I>";
Quotation[28] = "You will not believe how glad I am that I have met you.<br><br><I>Leos Janacek</I>";
Quotation[29] = "The best and most beautiful things in the world cannot be seen or even touched. They must be felt with the heart. <br><br><I>Helen Keller</I>";
Quotation[30] = "Take pride in how far you have come, and have faith in how far you can go!<br><br><I>Christian Larson</I>";
Quotation[31] = "Now is the right time.<br><br><I>Lotus Sutra</I>";
Quotation[32] = "The aim of life is to live, and to live means to be aware, joyously, drunkenly, serenely, divinely aware.<br><br><I>Henry Miller</I>";
Quotation[33] = "Grant me the serenity to accept the things I cannot change, the courage to change the things I can, and the wisdom to know the difference.<br><br><I>Reinhold Niebuhr</I>";
Quotation[34] = "Let your light shine. Be a source of strength and courage. Share your wisdom. Radiate love.<br><br><I>Wilfred Peterson</I>";
Quotation[35] = "Live with intention. Walk to the edge. Listen hard. Practice wellness. Play with abandon. Laugh. Choose with no regret. Continue to learn. Appreciate your friends. Do what you love. Live as if this is all there is. <br><br><I>Mary Anne Radmacher</I>";
Quotation[36] = "Do one thing every day that scares you.<br><br><I>Eleanor Roosevelt</I>";
Quotation[37] = "Do what you can, where you are, with what you have.<br><br><I>Theodore Roosevelt</I>";
Quotation[38] = "Dance as though no one is watching you, love as though you have never been hurt before, sing as though no one can hear you, live as though heaven is on earth.<br><br><I>Souza</I>";
Quotation[39] = "Peace. It does not mean to be in a place where there is no noise, trouble or hard work. It means to be in the midst of those things and still be calm in your heart.<br><br><I>Unknown</I>";
Quotation[40] = "Life is short. Eat dessert first.<br><br><I>Jacques Torres</I>";
Quotation[41] = "Many people will walk in and out of you life, but only true friends will leave footprints in your heart...<br><br><I>Unknown</I>";
Quotation[42] = "To the world you may be one person, but to one person you may be the world.<br><br><I>Unknown</I>";
Quotation[43] = "Everything will be okay in the end. If it's not okay, it's not the end.<br><br><I>Unknown</I>";
Quotation[44] = "Hello, babies. Welcome to earth.<br><br><I>Kurt Vonnegut</I>";
Quotation[45] = "Dismiss what ever insults your own soul, and your very flesh shall be a great poem...<br><br><I>Walt Whitman</I>";
Quotation[46] = "Life is too important to be taken seriously.<br><br><I>Oscar Wilde</I>";
Quotation[47] = "You are here to enable the world to live more amply, with greater vision, and with a finer spirit of hope and acheivement. You are here to enrich the world.<br><br><I>Woodrow Wilson</I>";
Quotation[48] = "Let us be grateful to people who make us happy; they are the charming gardeners who make our souls blossom. <br><br><I>Marcel Proust</I>";
Quotation[49] = "To see a world in a grain of sand and heaven in a wild flower, hold infinity in the palm of your hand and eternity in an hour.<br><br><I>William Blake</I>";

// ======================================
// Do not change anything below this line
// ======================================
var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}

// Script Source: CodeLifter.com
// Copyright 2003
// Do not remove this notice.

// SETUPS:
// ===============================

// Set the horizontal and vertical position for the popup

PositionX = 200;
PositionY = 200;

// Set these value approximately 20 pixels greater than the
// size of the largest image to be used (needed for Netscape)

defaultWidth  = 500;
defaultHeight = 500;

// Set autoclose true to have the window close automatically
// Set autoclose false to allow multiple popup windows

var AutoClose = true;

// Do not edit below this line...
// ================================
if (parseInt(navigator.appVersion.charAt(0))>=4){
var isNN=(navigator.appName=="Netscape")?1:0;
var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
var optNN='scrollbars=no,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
var optIE='scrollbars=no,width=150,height=100,left='+PositionX+',top='+PositionY;
function popImage(imageURL,imageTitle){
if (isNN){imgWin=window.open('about:blank','',optNN);}
if (isIE){imgWin=window.open('about:blank','',optIE);}
with (imgWin.document){
writeln('<html><head><title>Loading...</title><style>body{margin:0px;}</style>');writeln('<sc'+'ript>');
writeln('var isNN,isIE;');writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){');
writeln('isNN=(navigator.appName=="Netscape")?1:0;');writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}');
writeln('function reSizeToImage(){');writeln('if (isIE){');writeln('window.resizeTo(100,100);');
writeln('width=100-(document.body.clientWidth-document.images[0].width);');
writeln('height=100-(document.body.clientHeight-document.images[0].height);');
writeln('window.resizeTo(width,height);}');writeln('if (isNN){');       
writeln('window.innerWidth=document.images["George"].width;');writeln('window.innerHeight=document.images["George"].height;}}');
writeln('function doTitle(){document.title="'+imageTitle+'";}');writeln('</sc'+'ript>');
if (!AutoClose) writeln('</head><body bgcolor=000000 scroll="no" onload="reSizeToImage();doTitle();self.focus()">')
else writeln('</head><body bgcolor=000000 scroll="no" onload="reSizeToImage();doTitle();self.focus()" onblur="self.close()">');
writeln('<img name="George" src='+imageURL+' style="display:block"></body></html>');
close();		
}}


