// ==============================================
// CopysectionLinks 2004 by CodeLifter.com
// Free for all; but please leave in this header.
// ==============================================

var Quotation=new Array() // do not change this!

// Set up the quotations to be shown, below.
// To add more quotations, continue with the
// pattern, adding to the array.  Remember
// to increment the Quotation[x] index!

Quotation[0] ="Scientists have been aware of stem cells from at least the early 1900s, and fetal nerve cells have been used for transplants for almost 15 years in Parkinson's patients..<img src=\"./images/quotes_right.gif\"> <br/><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\"><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\">";
Quotation[1] ="Did you know that... children are more likely than adults to survive a cold coma due to their smaller volume to larger surface area ratio?<img src=\"./images/quotes_right.gif\"> <br/><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\">";
Quotation[2] ="Considering all the tissues and cells in your body, 25 million new cells are being produced each second. That's a little less than the population of Canada - every second ! \"<img src=\"./images/quotes_right.gif\"> <br/><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\"> ";
Quotation[3] ="Doctors Are The Third Leading Cause of Death in the US, Causing 250,000 Deaths Every Year<img src=\"./images/quotes_right.gif\"> <br/><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\"> ";
Quotation[4] ="Brain tissue is not sensitive to pain!<img src=\"./images/quotes_right.gif\"><br/><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\"> ";
Quotation[5] ="If all your DNA is stretched out, it would reach to the moon 6,000 times.<img src=\"./images/quotes_right.gif\"> <br/><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\"> ";
Quotation[6] ="We actually do not see with our eyes - we see with our brains. The eyes basically are the cameras of the brain. One-quarter of the brain is used to control the eyes.<img src=\"./images/quotes_right.gif\"> <br/><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\">";
Quotation[7] ="Your mouth produces 1 litre (1.8 pints) of saliva a day.<img src=\"./images/quotes_right.gif\"> <br/><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\"> ";
Quotation[8] ="Einstein's brain was of average size (1375 grams - 49oz).<img src=\"./images/quotes_right.gif\"> <br/><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\">"; 
Quotation[9] ="Our blood is on a 60,000-mile journey.<img src=\"./images/quotes_right.gif\"> <br/><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\"> ";
Quotation[10] ="Our lungs inhale over two million litres of air every day, without even thinking. They are large enough to cover a tennis court.<img src=\"./images/quotes_right.gif\"><br/><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\"> ";
Quotation[11] =" To make one kilo of honey bees have to visit 4 million flowers, travelling a distance equal to 4 times around the earth.<img src=\"./images/quotes_right.gif\"> <br/><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\"> ";
Quotation[12] ="Sharks are immune to all known diseases.<img src=\"./images/quotes_right.gif\"> <br/><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\"> ";
Quotation[13] ="Fish and insects do not have eyelids - their eyes are protected by a hardened lens.<img src=\"./images/quotes_right.gif\"> <br/><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\"> ";
Quotation[14] ="Due to earth's gravity it is impossible for mountains to be higher than 15,000 metres.<img src=\"./images/quotes_right.gif\"> <br/><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\"> ";
Quotation[15] ="A scientific satellite needs only 250 watts of power, the equivelant used by two hour light bulbs, to operate.<img src=\"./images/quotes_right.gif\"> <br/><font face=\"Trebuchet MS\" size=\"2px\" color=\"#72838B\"> ";


// ======================================
// Do not change anything below this line
// ======================================
var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}