var nq = 12;
quotes = Math.floor (nq * Math.random());

if (quotes==0) {
title="15th EICAR Annual Conference invitation";
body="\"Using real viruses for testing in the real world is rather like setting fire to the dustbin in your office to see whether the smoke detector is working.\"";
}

if (quotes==1) {
title="Bruce Schneier, American cryptographer, New York Times, 3rd December 2004";
body="\"When my mother gets a prompt `Do you want to download this?' she's going to say yes. It's disingenuous for Microsoft to give you all of these tools with which to hang yourself, and when you do, then say it's your fault.\"";
}

if (quotes==2) {
title="Joseph Weizenbaum, Professor emeritus, MIT";
body="\"The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs.\"";
}

if (quotes==3) {
title="Roger Needham (1935-2003), Professor of Computer Systems, University of Cambridge";
body="\"Going all the way back to early time-sharing systems, we `systems people' regarded the users, and any code they wrote, as the mortal enemies of us and each other.\"";
}

if (quotes==4) {
title="Bjarne Stroustrup, Computer scientist, Creator of the C++ language";
body="\"I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone.\"";
}

if (quotes==5) {
title="Robert Pirsig, American philosopher and novelist";
body="\"Technology presumes there's just one right way to do things and there never is.\"";
}

if (quotes==6) {
title="Donald Knuth, Professor emeritus, Stanford university";
body="\"The most important thing in the programming language is the name. A language will not succeed without a good name. I have recently invented a very good name and now I am looking for a suitable language.\"";
}

if (quotes==7) {
title="Andrew Grove, Co-founder and Chairman, Intel Corporation";
body="\"PCMCIA - People can't memorise computer industry's acronyms.\"";
}

if (quotes==8) {
title="Bruce Schneier, American cryptographer";
body="\"If you think technology can solve your security problems, then you don't understand the problems and you don't understand the technology.\"";
}

if (quotes==9) {
title="Edmund Burke (1729-1797), Anglo-irish statesman and philosopher";
body="\"The only thing necessary for the triumph of evil is for good men to do nothing.\"";
}

if (quotes==10) {
title="Jack London (1876-1916), American author who wrote The Call of the Wild";
body="\"You can't wait for inspiration। You have to go after it with a club.\"";
}

if (quotes==11) {
title="Morris Kline (1908-1992), Professor of Mathematics, New York University";
body="\"Logic is the art of going wrong with confidence.\"";
}


document.write('<div align=center>');
document.write(''+ body +'');
document.write('</div>');
document.write('<p></p>');
document.write('<div align=left>');
document.write('<strong>' + title + '</strong><br>');
document.write('</div>');
