<!--
function flash() {
};
flash = new flash();
number = 0;
flash[number++] = "In 1994, flavr savr tomatoes becam the first genetically modified food to be licenced for commercial usage"
flash[number++] = "4000 BC Classical biotechnology: Dairy farming develops in the Middle East; Egyptians use yeasts to bake leavened bread and to make wine"
flash[number++] = "In 2000 BC Egyptians, Sumerians and Chinese develop techniques of fermentation, brewing and cheese-making."
flash[number++] = "In 1500 AD Acidic cooking techniques lead to sauerkraut and yogurt - two examples of using beneficial bacteria to flavor and preserve food. Aztecs make cakes from Spirulina algae."
flash[number++] = "In 1859; On the Origin of Species - English naturalist Charles Darwin's theory of evolution - is published in London."
flash[number++] = "In 1861 French chemist Louis Pasteur develops pasteurization - preserving food by heating it to destroy harmful microbes."
flash[number++] = "In 1865 Austrian botanist and monk Gregor Mendel describes his experiments in heredity, founding the field of genetics."
flash[number++] = "In 1879 William James Beal develops the first experimental hybrid corn."
flash[number++] = "In 1910 American biologist Thomas Hunt Morgan discovers that genes are located on chromosomes."
flash[number++] = "In 1914 Gerry FitzGerald's development and production of Canada's first diptheria antitoxin lead to the establishment of the University of Toronto Antitoxin Laboratories, later renamed the Connaught Laboratories. The labs now serve as a division of Aventis Pasteur the world's largest producer of vaccines"
flash[number++] = "In 1921; discovery of insulin at the University of Toronto by Banting, Best, Collip and MacLeod."
flash[number++] = "In 1922 the development and use of insulin in the treatment of diabetes started."
flash[number++] = "In 1928 F. Griffith discovers genetic transformation - genes can transfer from one strain of bacteria to another."
flash[number++] = "In 1941 Danish microbiologist A. Jost coins the term genetic engineering in a lecture on sexual reproduction in yeast."
flash[number++] = "1943 Oswald Avery, Colin MacLead and Maclyn McCarty use bacteria to show that DNA carries the cell's genetic information."
flash[number++] = "1953 James Watson and Francis Crick describe the double helix of DNA, using x-ray diffraction patterns of Rosalind Franklin and Maurice Wilkins."
flash[number++] = "In 1960's Olah Hornykiewicz, who originally discovered that Parkinson's disease patients had less dopamine in their brains, continued to contribute to the development of L-Dopa as a therapeutic agent while working in Toronto."
flash[number++] = "In 1961 Discovery of the hematopoietic stem cell by Toronto researchers."
flash[number++] = "Early 1970's Paul Berg, Stanley Cohen and Herbert Boyer develop ways to cut and splice DNA, introducing recombinant DNA techniques."
flash[number++] = "The 1973 breakthrough discovery of recombinant DNA became the platform for research in cloning, genomics and proteomics."
flash[number++] = "1974 Discovery of P-glycoprotein by Toronto researchers."
flash[number++] = "In 1975 Scientists organize the Asilomar conference to discuss regulating recombinant DNA experiments. George Kohler and Cesar Milstein show that fusing cells can generate monoclonal antibodies."
flash[number++] = "In 1982 First genetically engineered product - human insulin produced by Eli Lilly and Company using E. coli bacteria - is approved for use by diabetics."
flash[number++] = "In 1990, the international Human Genome Project, a 13-year effort, is launched. The goals of the project were to identify and sequence all of the genes in the human genome."
flash[number++] = "In 2001 Due to effective resource and technological advances the Human Genome Project accelerated and a map of the entire human genome sequence with analysis was published."
flash[number++] = "In 1987 First release of genetically engineered microbes in field experiments"
flash[number++] = "In 1983; Discovery by Toronto researchers of the T-cell receptor, described as the [holy grail] of immunology."
increment = Math.floor(Math.random() * number);
document.write("<div class=\"col3box\">");
document.write(flash[increment]);
document.write("</div>");
//-->
