<!--
      function Citera() 
      { 
      i = 0; 
      citat = new Array(); 
      citat[i++] = "The World Men's Distance throwing record is an<BR>&nbsp;&nbsp;&nbsp;amazing 250 meters (820 ft)!"; 
      citat[i++] = "The World Women's Distance throwing record<BR>&nbsp;&nbsp;&nbsp;is 138.56 meters (455 ft)!"; 
      citat[i++] = "The first official World Frisbee Championships was held in 1974 - 2 years<BR>&nbsp;&nbsp;&nbsp;before the first official Badminton World Championships!"; 
      citat[i++] = "World Famous ball golfer Annika S&ouml;renstam used to play<BR>&nbsp;&nbsp;&nbsp;Ultimate Frisbee when she was younger!";  
      citat[i++] = "The World's first (1975) permanent disc golf course was Oak Grove,<BR>&nbsp;&nbsp;&nbsp;located in La Canada, California"; 
      citat[i++] = "Europe's first (1978) permanent disc golf course was K&auml;rs&ouml;n in<BR>&nbsp;&nbsp;&nbsp;Stockholm, Sweden";
      citat[i++] = "The Swedish Frisbee Association has been a member of the<BR>&nbsp;&nbsp;&nbsp;National Swedish Federation of Sports since 1983!";
      citat[i++] = "In 1968 the U.S. Army invested $400 000 in a research project on<BR>&nbsp;&nbsp;&nbsp;the flight of a flying disc!";
      citat[i++] = "In the 70's, an estimate said that the annual flying discs sales surpassed<BR>&nbsp;&nbsp;&nbsp;the total numbers for sold basketballs, baseballs and footballs!";
      citat[i++] = "Swedish astronaut Christer Fuglesang has won a Swedish National<BR>&nbsp;&nbsp;&nbsp;title in frisbee freestyle!";
      citat[i++] = "The first plastic frisbee was manufactured by Fred Morrison &<BR>&nbsp;&nbsp;&nbsp;Warren Franscioni. In 1948!"; 
      citat[i++] = "Swedish national handball team goalkeeper Peter Gentzel has also<BR>&nbsp;&nbsp;&nbsp;played in the national Swedish Ultimate team!";
      citat[i++] = "As early as 1958 an International Frisbee Tournament was played<BR>&nbsp;&nbsp;&nbsp;in Eagle Arbor, Michigan!";
      citat[i++] = "Well known artist Mariah Carey once received an Aviar from<BR>&nbsp;&nbsp;&nbsp;Swedish disc golfer Fredrik K&auml;llstr&ouml;m!" 
      citat[i++] = "Actor Matthew Perry ('Chandler' from the TV sitcom 'Friends') can<BR>&nbsp;&nbsp;&nbsp;sometimes be seen playing disc golf at La Mirada, California!";
      citat[i++] = "In 1937 a golf like game using metal flying discs was patented<BR>&nbsp;&nbsp;&nbsp;in USA by Walter A. Darby!";   
      citat[i++] = "Academy Award winning actress Tatum O'Neal holds member card #50<BR>&nbsp;&nbsp;&nbsp;of the Professional Disc Golf Assocation!";   
   
   
      variabel = Math.floor(Math.random() * i); 
      document.write("&nbsp;&nbsp;&nbsp;<SPAN class='visstedu'>Did you know this about frisbee/flying discs? :<BR></SPAN>&nbsp;&nbsp;&nbsp;<SPAN class='citat'>"+citat[variabel]+"</SPAN>"); 
      } 
//-->
