
	quote=new Array ("blank","\"The best part of fishing today is the hope of fishing tomorrow.\"","\"There's something in the morning mist that says \"today is going to be special\".  Those steamy pockets on the water provide a certain sanctuary where the bass fisherman is cloistered in the privacy of his expectations.\"" ,"\"Even though I saw the move coming and sunk the rod to the grips, the fish broke through the surface, pausing on the taut line and loaded fiberglass.  There it was, just for an instant, an eye and a mouth.  And back down it went, pulling drag and wiping a dozen years of fishing experience from my consciousness.\"","\"Catching a world record bass is at least seven times harder than becoming president of the United States.\"","\"The most successful fishermen are chronically optimistic.  They believe...in their bones...every single cast will bring a strike.\"","\"When the sun is down and the flames dance and fishermen are encircled by their family and friends, they can and will speak of all the things deep in their hearts.\"","\"If fishing is the quiet sport of the contemplative man, then summer is the time of times for it, when the mind and body are relaxed and easy, the sun is warm and bright, the colors strong and the days long...Summer is low water and high sun, visible fish and difficult fish...I know of no lovelier time.\"","\"Be sure to take a boy fishing, not once a year, but several times. It's an experience you will never forget. Tell him about fishing. Teach him sportsmanship; tell him about conservation. Show him, by example, how he should conduct himself while in the out-of-doors\"","\"Fishing is one of the least complicated endeavors available to human beings, yet of all the popular sports its devotees are most likely to go off the deep end equipmentwise...\"","\"If bass fishing was as easy as we all want it to be, then it wouldn't be a sport, it would be a habit.\"","\"The evening talk after a day of fishing is apt to be memorable.  The quiet thinking on the way home is apt to be pleasant, delicious, and sometimes even sacred.\"","\"I used to stop rowing from time to time to rest or eat my lunch.  In the clear lake waters I would watch schools of minnows swarming under the boat.  The minnows struck by the gamefish were invariably those that appeared slightly abnormal in their manner or rhythm of swimming.  This is the action I tried to achieve in my early days of whittling pine and balsa lures.  This is my secret, which has made my lures successful in catching fish.\"")
	
	author=new Array("blank","--George Kramer","--George Kramer","--George Kramer","--Dr. Malcom Stock","--Dr. Paul Quinnett","--Dr. Paul Quinnett","--Roderick Haig-Brown","--Joe Brooks.","--Russell Chatham","--Jimmy Houston","--The Reverend William Cowper Prime, 1873","--Lauri Rapala")
	
	//Random number function
	
	number=Math.round(Math.random() * (12-1))+1	
	
	d = new Date();
	
	minuteValue = d.getMinutes();
	
	if (minuteValue < 10)
	
	    minuteValue = "0" + minuteValue
	
	hourValue = d.getHours();
	
	if (hourValue < 12)
	
	    {
	
	    greeting = "Good morning!";
	
	    }
	
	else if (hourValue == 12)
	
	    {
	
	    greeting = "Good afternoon!";
	
	    }
	
	else if (hourValue < 17)
	
	    {
	
	    greeting = "Good afternoon!";
	
	    }
	
	else
	
	    {
	
	    greeting = "Good evening!";
	
	    }
		
	function kids() {
window.open ("http://www.castforkids.org","DisplayWindow","status=yes,toolbar=yes,directories=yes,menubar=yes,location=yes,scrollbars=yes");
	}