﻿
	var random = 0;
	var quote = "";
	
	random = Math.floor(Math.random() * 19) + 1;
	switch (random){
	  case 1:
	    quote = "Life is a wave, your attitude is your surfboard. Stay stoked and aim for the light.  ~Drew Kampion";
	    break; 
	 case 2:
	    quote = "You can't stop the waves, but you can learn to surf.  ~Jon Kabat-Zinn";
	    break;
	 case 3:
	    quote = "Soul surfing to me is about being in the ocean and enjoying the waves with some friends, you know, just having a good time.  ~Rob Machado";
        break; 	 
	 case 4:
	    quote = "If in doubt, paddle out  ~Nat Young";
	    break;
	 case 5:
	    quote = "Water is one of the world’s strongest forces, even it seeks the path of least resistance.  ~Unknown";
	 	break;
	 case 6:
	    quote = "Out of the water, I am nothing ~Duke Kahanamoku";
	 	break;
	 case 7:
	    quote = "If I say it's safe to surf this beach, it's safe to surf this beach!";
	 	break;
	 case 8:
	    quote = "Anything is Possible  ~Larry Bertlemann";
	 	break;
	 case 9:
	    quote = "You wanna know 'bout surfn', you surf...You don't surf, you don't know nothin' 'bout surfn'  ~Don Redondo";
	 	break;
	 case 10:
	 	quote = "One of the greatest things about the sport of surfing is that you need only three things: your body, a surf-board, and a wave. ~Naima Green";
	 	break;
	 case 11:
	 	quote = "Surfing is for life. ~Bruce Jenkins";
	 	break;
	 case 12:
	 	quote = "Surfing wasn't about money back then. Surfers always lived cheaply and scraped by. ~Mark Cunningham";
	 	break;
	 case 13:
	 	quote = "None but natives ever master the art of surf-bathing thoroughly.. ~Mark Twain";
	 	break;
	 case 14:
	 	quote = "Sometimes in the morning, when it's a good surf, I go out there, and I don't feel like it's a bad world. ~Kary Mullis";
	 	break;
	 case 15:
	 	quote = "It's like the mafia. Once you're in - your in. There's no getting out. ~Kelly Slater";
	 	break;
	 case 16:
	 	quote = "It took me longer to get through this site, than to get outside at Waimea. ~Greg Noll";			 	
	 	break;
	 case 17:
	 	quote = "Surfing expresses ... a pure yearning for visceral, physical contact with the natural world. ~Matt Warshaw";			 	
	 	break;
	 case 18:
	 	quote = "All I need are some tasty waves, a cool buzz, and I'm fine. ~Jeff Spicoli";			 	
	 	break;
	 case 19:
	 	quote = "After a lifetime or travel, the best memories are those magic days at home. ~Peter Devries";			 	
	 	break;
	 case 20:
	 	quote = "You can't put a price on beauty. You can't put a price on perfection. A perfect wave is a gift, and that gift is priceless  ~Will Henry";
	 	break;
	 	} 