var FORWARD_LOCATION = "http://www.cifr.ncsu.edu/oldbrowser.html"; 
if (isBadBrowser())
{
    window.location = FORWARD_LOCATION;   
}
function isBadBrowser()
{
    var netscape = "Netscape";
    var browserName = navigator.appName;  // name of browser
    var versionNum = getVersionNumber();  // get version number
    // if browser is netscape
    if (browserName.toLowerCase().indexOf(netscape.toLowerCase()) != -1)
    {
        if (versionNum < 5.0)
        {
            return true;
        }
    }
    return false;
}
function getVersionNumber()
{
    var version = navigator.appVersion;  // get browser version
    var spaceIndex = version.indexOf(" "); // get index of first space
    version = version.substring(0, spaceIndex + 1);
    return Number(version);
}

function printDocumentHeader()
{
document.writeln('<a name="top"><center></a>');
document.writeln('<!-- Start Black Border Table -->');
document.writeln('<table border="0" bgcolor="#000000" cellpadding="1" cellspacing="0" width="750">');
document.writeln('<tr>');
document.writeln('<td width="100%" align="center">');
document.writeln('<!-- Start White Inside Table -->');
document.writeln('<table border="0" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" width="100%">');
document.writeln('<tr>');
document.writeln('<td width="100%" bgcolor="#FFFFFF" align="center">');
document.writeln('<!-- Start Header Table -->');
document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
document.writeln('<tr>');
document.writeln('<td width="255" height="99" bgcolor="#FFFFFF"><img src="' + pathModifier + 'images/header-logo.gif" width="255" height="99" border="0" alt=" "></td>');
document.writeln('<td width="495" height="99" bgcolor="#FFFFFF">');
document.writeln('<!-- Start Inside Right Nav Header Table -->');
document.writeln('<table border="0" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" width="100%">');
document.writeln('<tr>');
document.writeln('<td width="495" height="27" bgcolor="#FFFFFF" background="' + pathModifier + 'images/header-navbar-background.jpg" valign="center">');
document.writeln('<p class="navigation"><a href="' + pathModifier + '">Home</a> | <a href="' + pathModifier + 'about/">About Us</a> | <a href="' + pathModifier + 'faculty/">Faculty</a> | <a href="' + pathModifier + 'researchprojects/">Research Projects</a> | <a href="' + pathModifier + 'bioinformatics/">Bioinformatics</a> | <a href="' + pathModifier + 'educationresources/">Education Resources</a></p>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="495" height="45" bgcolor="#FFFFFF"><img src="images/header-sectionheader.gif" width="495" height="45" border="0" alt=" "></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="495" height="27" bgcolor="#FFFFFF" background="' + pathModifier + 'images/header-titlebar-background.jpg" valign="center"><table width="495" height="27" cellpadding="0" cellspacing="0" border="0"><tr><td valign="middle" style="background-image:url(images/header-titlebottom.gif);background-repeat:no-repeat;">');
}

function printDocumentSideBar()
{
document.writeln('<img src="' + pathModifier + 'images/spacer.gif" width="1" height="27" border="0"></td></tr></table></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<!-- Ended Inside Right Nav Header Table -->');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<!-- Ended Header Table -->');
document.writeln('<!-- Start Main Table -->');
document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
document.writeln('<tr>');
document.writeln('<td class="sidebarMain" width="151" background="' + pathModifier + 'images/sidebar-background-leaf.jpg" valign="top">');
document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
document.writeln('<tr>');
document.writeln('<td class="sidebarInside" width="151" background="' + pathModifier + 'images/sidebar-background-arc.gif" valign="top">');
document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
document.writeln('<tr>');
document.writeln('<td class="sidebarInside" width="151" background="' + pathModifier + 'images/sidebar-background-fadedarc.gif" valign="top">');
document.writeln('<br>');
}

function printDocumentContentHeader()
{
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<img src="' + pathModifier + 'images/spacer.gif" width="151" height="141">');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</td>');
document.writeln('<td width="1" bgcolor="#CCCCCC" valign="top"><img src="' + pathModifier + 'images/spacer-whiteandblue.gif" border="0" width="1" height="118"></td>');
document.writeln('<td class="contentBackground" width="401" background="' + pathModifier + 'images/content-background.gif" align="left" valign="top">');
document.writeln('<br>');
}

function printDocumentRightContentHeader()
{
document.writeln('<br>');
document.writeln('</td>');
document.writeln('<td width="1" bgcolor="#CCCCCC" valign="bottom"><img src="' + pathModifier + 'images/spacer-bottomwhite.gif" border="0" width="1" height="33"></td>');
document.writeln('<td class="sidebarMain" width="196" background="' + pathModifier + 'images/rightcontent-background.gif" align="center" valign="top">');
}

function printDocumentFooter()
{
document.writeln('<img border="0" src="' + pathModifier + 'images/spacer.gif" width="196" height="50">');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<!-- Ended Main Table -->');
document.writeln('<!-- Start Footer Tables -->');
document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
document.writeln('<tr>');
document.writeln('<td width="152" height="23"><img src="' + pathModifier + 'images/footer-ncstatelogo.gif" border="0" width="152" height="23" alt=""></td>');
document.writeln('<td width="417" height="23" valign="bottom"><p class="creditsTop">&copy; 2003 Center for Integrated Fungal Research. All  Rights Reserved.</p></td>');
document.writeln('<td width="181" height="23"><img src="' + pathModifier + 'images/footer-topright.gif" border="0" width="181" height="23" alt=""></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
document.writeln('<tr>');
document.writeln('<td width="750" height="7"><img src="' + pathModifier + 'images/footer-middleline.gif" border="0" width="750" height="7" alt=""></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
document.writeln('<tr>');
document.writeln('<td width="569" height="34" valign="top"><p class="creditsBottom">site forged by the websmiths @ <a href="http://www.crosscomm.net/" target="_blank">CrossComm, inc.</a></p></td>');
document.writeln('<td width="181" height="34"><img src="' + pathModifier + 'images/footer-bottomright.gif" border="0" width="181" height="34" alt=""></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<!-- Ended Footer Tables -->');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<!-- Ended White Inside Table -->');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<!-- Ended Black Border Table -->');
document.writeln('</center>');
}

  factsItems = new Array(
  'The oldest fossil fungi are at least 545 million years old. These microscopic, aquatic forms were found in northern Russia.<br>'
, 'Several species of Aspergillus have been used for thousands of years in Asia for the production of miso, tempeh, and soy sauce. Traditional fermentations could take several months but this has been reduced to 2-3 days in a modern plant. CIFR faculty worked closely with the Japanese for obtaining the genome sequence of <i>A.oryzae</i>.'
, 'The fungus <i>Aspergillus flavus</i> produces a poison called aflatoxin on peanuts and other crops that can make people who eat these foods sick. CIFR faculty were responsible for obtaining the genome sequence of <i>A.flavus</i>.<br>'
, 'Cellulase enzymes from <i>Trichoderma reesei</i> have replaced the pumice stones used by industry to produce &rsquo;stone-washed&rsquo; denim garments. CIFR faculty were actively involved in sequencing and interpreting the <i>T.reesei</i> genome.<br>'
, 'Rhizoctonia disease of potato, often referred to as black scurf, is caused by the fungus Rhizoctonia solani and results in significant crop loss. Sclerotia, survival structures of the pathogen, give rise to the name "the dirt that doesn &rsquo;t wash off."  CIFR faculty were responsible obtaining the genome sequence of<i>R.solani</i>.<br>'
, 'The rice blast fungus, <i>Magnaporthe oryzae</i>, annually destroys enough rice to feed over 50 million people. CIFR faculty were responsible for obtaining the genome sequence of <i>M.oryzae</i>.<br>'
, 'Verticillium, a diverse genus of fungi, contains species that are responsible for plant wilt disease on strawberries and that are used as entomopathogens to control insects. CIFR faculty actively research the genetics of Verticillium species.'
, '<i>Trichoderma reesei</i>, which secretes a mixture of more than 50 cellulose-processing enzymes and a key industrial fungus, can be used for processing cellulostic ethanol. CIFR faculty were actively involved in sequencing and interpreting the <i>T.reesei</i> genome.'
, 'Farmers are constantly on the lookout for <i>Aspergillus flavus</i> contamination of food stocks.  In 2006, contaminated pet food harmed many dogs nationwide. CIFR faculty perform critical, leading edge research on <i>A.flavus</i>.'
, 'Rhizoctonia solani, a pathogenic fungus, can cause significant loss for crops such as grains, <a href="http://www.youtube.com/watch?v=HQMtmnZPsyo">grasses<a>, cucumber, and potatoes. CIFR faculty were responsible for obtaining the genome sequence of <i>R.solani</i>.<br>'
, 'According to archaeologists, people have been enjoying the products of fungal fermentation (wine and beer) for at least 25,000 years.<br>'
, 'Ever seen a mushroom glow in the dark? You&rsquo;re not imagining it. Species such as the Honey Mushroom produce light by a chemical reaction called bioluminescence. People once used glowing pieces of fungus-infested wood to light their way in the woods. Foxfire is due to the luminescing mycelia of fungi such as <i>Armillaria mellea</i>.<br>'
, 'Fungi use antibiotics to fend off other microorganisms that compete with them for food.<br>'
, 'Fungi, by emulating pollen grains and tubes, can trick a blueberry bush into producing sterile berries that never turn blue, but are full of fungus.'
, 'The first hard evidence that diseases are caused by germs was provided when a fungus, <i>Beauveria bassiana</i>,was found to be killing silkworms in Europe in the early 1800s.<br>'
, 'Throughout history people have used various mouldy concoctions to heal disease. Species of Penicillium were almost certainly the active ingredient.<br>'
//, 'The bracket fungus Ganoderma lucidum has been used in Chinese medicine for about 4,500 years. It is said to promote long life. In 1993, Chinese women athletes set a number of new world track records. Their success was partly attributed to a tonic prepared from the fruiting bodies of a fungus that invades moth caterpillars.<br>'
, 'When other decomposers such as bacteria shut down for the winter, fungi remain active. Their metabolic processes generate heat. Some moulds carry on growing at temperatures as low as -7 degrees C. This of course is why even refrigerated bread turns furry eventually. We need to freeze foods at temperatures of -18 degrees C or less to preserve them from fungal decay.<br>'
, 'Spontaneous combustion! Moulds and bacteria growing together in sawdust can generate so much heat the sawdust catches fire.<br>'
, 'It can take 50-100 years for fungi to reduce a hardwood trunk to dust.<br>'
, 'One of the first organisms to have its genome decoded was a fungus: baker&rsquo;s yeast, Saccharomyces cerevisiae, in 1997. It has about 6,000 genes.<br>'
, 'Ever wonder why air-conditioned rooms sometimes smell mouldy? Poorly maintained air-conditioners can house massive colonies of mould. Noxious gases emitted by these moulds may be the cause of "sick building syndrome."<br>'
, 'Under the Volcano? After Mount St. Helens erupted in 1980, fungi were among the first organisms to recolonize the volcano.<br>'
, 'The active ingredient in Beano&reg-the wind-reducing standby of the flatulent-is an enzyme derived from the mould <i>Aspergillus niger</i>.<br>'
, 'Footnote: the fungal disease, athlete&rsquo;s foot only spread outside the tropics when international travel became commonplace about 100 years ago.<br>'
//, 'A fungus forms a noose to <a href="http://www.youtube.com/watch?v=jOwCOLf0IRU">trap nematode worms</a> in the soil.<br>'
, 'The fungus, <i>Arthrobotrys oligospora</i>, forms a noose to <a href="http://www.youtube.com/watch?v=ikNGeJsvFu0">trap nematode worms</a> in the soil.<br>'
, 'Fungi can form spores that can be <a href="http://www.youtube.com/watch?v=Y4n0b5rMqE0">"fired", using water pressure</a>, more than a meter aiming between grass blades to scatter its spores where they will be eaten by a herbivore.<br>'
, 'Fungi have been in the recycling business for as long as plants have been around -- that&rsquo;s about 400 million years.<br>'
, 'The largest living organism on earth may be a fungus. A culture of the species <i>Armillaria bulbosa</i> has spread through an 86-hectare (35 acre) woodland in northern Michigan. It could be 1,500 years old.<br>'
, 'In North America, edible European truffles (a delicious fungus) sell for more than $1,000 (US) per kilo ($450 per pound).<br>'
, 'Some colonies of lichens are more than 4,000 years old. In the Arctic it takes a colony of some lichens 1,000 years to grow two inches.<br>'
, 'One specimen of the common bracket fungus, <i>Ganoderma applanatum</i>, can produce 350,000 spores per second. That&rsquo;s 30 billion spores a day and 4,500 billion in one season.<br>'
, 'A single yeast cell averages 2-4 microns in diameter, about five times larger than most bacteria.<br>'
, 'One scoop of horse dung may provide a home for as many as 40 species of fungi.<br>'
, 'One expert estimates there may be as many as 1,500,000 species of fungus. So far only about 100,000 species (1 in 15) have been described. Some 10,000 of these produce the fleshy fruit bodies we call mushrooms.<br>'
, 'More than 90 percent of all the higher plants have mycorrhizal fungi associated with their roots.<br>'
, 'A tree may donate 10 percent of its photosynthetic products to the upkeep of the fungi partnered with its roots.<br>'
, 'In forest soils, 90 percent of all the living matter, other than tree roots, is fungus.<br>'
, 'Underground Networks: fungi form a mutual relationship with the roots of most plants. In the main plants seem to gain, break even or lose little on the deal. As more is learned about these networks it is becoming clear that they are highly complex and influential, perhaps having a big say on which plants thrive and which fail. If you laid out the fungal hyphae associated with the roots of a single tree, they would encircle the world several times.<br>'
, 'Many of the fungi found in old-growth forests will not recolonize clearcut habitat for 40-50 years.<br>'
//, 'In Canada, 30 million cubic meters (just over 1 billion cubic feet) of living wood are lost each year to trunk decay and root rot caused by fungi.<br>'
, 'The average person consumes beverages produced by fungi on a daily basis. All the citric acid used in soft drinks, candies, artificial lemon juice, baked goods etc. is produced industrially by fungus fermentation using Aspergillus niger.<br>'
, 'The yeast fungus (<i>Saccharomyces cereviseae</i>) is used in fermentation processes that result in the production of beers, wines and spirits (billions of gallons!)<br>'
, 'The blue mould, Penicillium, is used in the ripening process to prepare speciality cheeses such as blue cheeses e.g. Roquefort, Gorgonzola, Stilton etc. and soft cheeses such as Camembert and Brie.<br>'
, 'There are a number of important antibiotics produced industrially by fungal fermentation for use as medicines in humans and animals. These include penicillin by Penicillium chrysogenum, cephalosporin by <i>Acremonium</i> (<i>=Cephalosporium</i>), griseofulvin by <i>Penicillium griseofulvin</i>.<br>'
, 'The anti-rejection drug CYCLOSPORINE, produced by the FUNGUS Tolyplocladium, is in large part responsible for the current success in organ transplants.<br>'
, 'In agricultural soils the biomass of FUNGI is equal to about 1250 kg per hectare and equals the weight of all other groups combined. That is to say there is living stuff in the soil equal to the weight of about 50 sheep per hectare of land and half of that is FUNGUS.<br>'
, 'Aquatic fungi colonize the leaves blown into streams and make them more palatable (nutritionally useful) to detritus feeding arthropods (such as Gammarus) that are at the base of the foodchain.<br>'
, 'Fungi have greatly shaped the history of humankind. For example, the yeast <i>Saccharromyces cerevisiae</i>, has been cultured for centuries for the production of breads and alcohols.'
, 'Culinary and nutritional uses along with more recent employment of fungi for the production of industrially important enzymes (laccases, cellulases, xylanases), organic acids (citric, gluconic, itaconic), antibiotics (cephalosporin, penicillin), and pharmaceuticals (cyclosporin, lovastatin, taxol) highlight our dependence on fungi.'
, 'The fungus <i>Ashbya gossypii </i>is a source of vitamins, such as riboflavin.<br>'
, 'The fungus <i>Aspergillus niger</i> makes enzymes used in laundry detergents and many other products, and for tanning leather. <br>'
, 'The fungus <i>Beauveria bassiana</i> is used as a pesticide to control nuisance insects.<br>'
, 'The yeast <i>Candida albicans</i> causes yeast infections.<br>'
, 'Fusarium is a group of fungi that cause diseases in a wide range of plants.<br>'
, 'The fungus <i>Helminthosporium oryzae</i> causes disease in rice and led to the Bengal famine of 1942.<br>'
, 'The fungus <i>Mucor circinelloides</i> is a filamentous fungus that produces long, thread-like filaments called hyphae that can grow to amazing lengths. M. circinelloides is used in food production to convert fatty acids into natural flavoring compounds.<br>'
, 'The fungus <i>Penicillium notatum</i> is the mold that launched the development of antibiotics and gave us penicillin.<br>'
, 'The fungus <i>Phanerochaete chrysosporium</i> degrades various hazardous waste compounds.<br>'
, 'The fungus <i>Puccinia chondrillina</i> is used as a mycoherbicide to control weeds.<br>'
, 'The fungus <i>Stachybotrys chartarum</i> is a type of toxin-producing fungi commonly implicated in "sick building" syndrome.<br>'
, 'The fungus <i>Tolypocladium inflatum</i> gives us cyclosporine, the first drug to prevent organ rejection in transplant patients.<br>'
, 'The fungus <i>Trichophyton rubrum</i> causes athlete’s foot.<br>'
, 'The lignin-degrading or white-rot fungi such as <i>Phanerochaete chrysosporium</i> and <i>Trametes versicolor</i> could replace some of the chemical steps used in paper making.<br>'
, 'Lignin-degrading fungi or their enzymes also have the ability to degrade highly toxic organic compounds such as dioxins and PCB&rsquo;s<br>'
, 'Many fungi have the potential for industrial use as biocontrol agents to kill insects. Spores of the fungus <i>Metarhizium anisopliae</i> were first used in Russia in the late 1800s as a mycoinsecticide. <br>'
, 'Many fungi produce pigments and have potential as agents for the direct production of textile dyes or dye intermediates, replacing chemical synthesis which has inherent waste disposal problems.<br>'
, 'Filamentous fungi grown under controlled conditions are an attractive source of the biopolymers chitin and chitosan where a high-quality product is required such as for cosmetic, medical and pharmaceutical applications.<br>'
, 'Cultivation of edible mushrooms outdoors has been practised for hundreds if not thousands of years.<br>'
, 'Lovastatin, the cholesteral reducing drug, was originally discoverd in the fungus <i>Monascus purpurus</i> (red yeast rice) and sales are know a multi billion dollar market.'
        );

function printRandomFact()
  {
  index = Math.floor(Math.random() * factsItems.length);
  document.write(factsItems[index]);
  }
