/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 6;
title2="<br>";
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {title="Our understanding of biological systems is increasingly dependent on our ability to visualize and <br>";
title2="quantify signalling  molecules and events with high spatial and temporal resolution in the cellular context.";
body=" - 2002, Nat. Rev.";}

if (quotes==1) {title=" ...biophotonics [is becoming] a field that will drive the discovery of new principles of cellular and molecular biology.";
body=" - 2004, Nat. Rev. Mol. Cell Biol.";

}

if (quotes==2) {title="Imaging specific molecules and their interactions in space and time will be essential to understand<br>";
title2=" how genomes create cells, how cells constitute organisms and how errant cells cause disease.";
body="- 2003, Nat. Rev. Mol. Cell Biol.";}

if (quotes==3) {title="[With] live cell imaging, the static world of molecules in fixed cells has now been extended in to the time dimension.";
body=" - 2004, Nature";
}

if (quotes==4) {title="Optical imaging using genetically encoded probes [enables] us to decipher spatio-temporal information coded in complex tissues.";
body=" - 2003, Curr. Opin. Neurobio.";}

if (quotes==5) {
title="...fluorescent proteins as molecular tags have spurred a revolution by allowing complex biochemical processes <br>";
title2="to be correlated with the functioning of proteins in living cells.";
body=" - 2003.  Science";}

document.write('<font face="Arial, Helvetica, sans-serif" color="#7B003F" style="font-size: 7pt" >');
document.write('<strong>'+ title);
document.write(title2);
document.write('<i>' + body );
