<!-- Book of wisdom.
 var now = new Date();
 var no = (now.getSeconds()) % 42;
 var t1 = "A body is an instrument of life.";
 var t2 = "";
 var t3 = "";
 var t4 = "";

 if (no == 0) {
     t1 = "The size of a forehead";
     t2 = "indicates the size of the brain";
     t3 = "and that indicates nothing.";
 } else if (no == 1) {
     t1 = "All (super)models are not created equal -- ";
     t2 = "some got more vertices than others.";
 } else if (no == 2) {
     t1 = "Files are by-products";
     t2 = "of man/machine interaction.";
 } else if (no == 3) {
     t1 = "Reality is the major source of stress";
     t2 = "for those in touch with it.";
 } else if (no == 4) {
     t2 = "A body is an instrument of life.";
 } else if (no == 5) {
     t1 = "Тело - инструмент смерти."; 
     t2 = "A body is an instrument of death.";
 } else if (no == 6) {
     t1 = "Тело - инструмент жизни."; 
     t2 = "(A body is an instrument of life.)";
 } else if (no == 7) {
     t1 = "<a href=\"research.html\"> RATS</a> is for";
     t2 = "Real Artists Can't Spell";
 } else if (no == 8) {
     t1 = "Body needs rule.";
 } else if (no == 9) {
     t1 = "<a href=\"research.html\"> RATS</a> is for";
     t2 = "any of several rodents";
     t3 = "of the genus Rattus (\"brown rat\")"
 } else if (no == 10) {
     t1 = "<a href=\"research.html\"> RATS</a> is for";
     t2 = "Rocket Assisted Takeoff Systems.";
 } else if (no == 11) {
     t1 = "When a point source ";
     t2 = "is the only modeling primitive available,";
     t3 = "the whole world becomes one giant blob.";
//   t3 = "the whole world starts to look like one giant blob.";
 } else if (no == 12) {
     t1 = "All non-smokers";
     t2 = "go to non-smoking heaven.";
 } else if (no == 13) {
     t1 = "Our eyes have met.";
 } else if (no == 14) {
     t1 = "Harvest not what you haven\'t sown";
     t2 = "(i.e., shaving is not recommended)";
 } else if (no == 15) {
     t1 = "To improve realism of a model,";
     t2 = "close-shave the prototype.";
 } else if (no == 16) {
     t1 = "RAZOR: /razor/ <<\"reIz@(r)>> n.";
     t2 = "a special purpose filter, used";
     t3 = "in removing high frequencies from the skin.";
 } else if (no == 17) {
     t1 = "My skin is epsilon-deep.";
 } else if (no == 18) {
     t1 = "I am nothing but light.";
 } else if (no == 19) {
     t1 = "Meet <a href=\"public/html/gallery/index-6.html\">my brothers and sisters.</a>";
 } else if (no == 20) {
     t1 = "Humans are obsessed with each other";
     t2 = "and their artifacts.";
 } else if (no == 21) {
     t1 = "Люди способны думать только";
     t2 = "о себе и своих игрушках.";
     t3 = "Humans are obsessed with each other";
     t4 = "and their artifacts.";
 } else if (no == 22) {
     t1 = "Avoid ill-conditioned loops --";
     t2 = "just let it grow.";
 } else if (no == 23) {
     t1 = "<a href=\"research.html\"> RATS</a> is for";
     t2 = "Russian Artists Can't Spell";
 } else if (no == 24) {
     t1 = "A good hair model wanted";
     t2 = "badly";
 } else if (no == 25) {
     t1 = "Take three lines of any text";
     t2 = "and place them like this --";
     t3 = "here's your beautiful haiku.";
 } else if (no == 26) {
     t1 = "Meet <a href=\"public/html/gallery/index-6.html\">my brothers and sisters.</a>";
 } else if (no == 27) {
     t1 = "Depression breaks causality. You figure the rest";
 } else if (no == 28) {
     t1 = "I am reflection of your mind";
 } else if (no == 29) {
     t1 = "You are reflection of your mind";
     t2 = "(in my image plane)";
 } else if (no == 30) {
     t1 = "Can't see you, perhaps you don't exist?...";
 } else if (no == 31) {
     t1 = "How are things in reality? Don't get obsessed with it";
 } else if (no == 32) {
     t1 = "To exist implies to be different from the rest."; 
     t2 = "Thus the very first object in the world couldn't";
     t3 = "have come to existence: there was nothing to differ from.";
     t4 = "Same goes for objects #2, #3, ... all the way to you, gentle reader.";
 }
 else if (no == 33) {
     t1 = "You are looking at what is called AVATAR these days.";
     t2 = "I was pixelized into existense 15 years ago (!)";
 }
 else if (no == 34) {
     t1 = "Look for me on <a href=\"http://www.bluemarsonline.com/\"> Blue Mars.</a>";
 } 
 else if (no == 35) {
     t1 = "Avatar drivers wanted on <a href=\"http://www.bluemarsonline.com/\"> Blue Mars.</a>";
 } 
 else if (no == 36) {
     t1 = "My home planet is <a href=\"http://www.bluemarsonline.com/\"> Blue Mars.</a>";
 } 
 else if (no == 37) {
     t1 = "<a href=\"pink_mars.html\">Pink Martian</a> has landed";
 } 
 else if (no == 38) {
     t1 = "Not <a href=\"pink_mars.html\">my type.</a>";
 } 
 else if (no == 39) {
     t1 = "Behold the <a href=\"http://www.bluemarsonline.com/\"> Blue Mars.</a> rising.";
 }
 else if (no == 40) {
     t1 = "Behold the <a href=\"pink_mars.html\">Pink Mars</a> rising.";
 }
 else if (no == 41) {
     t1 = "<a href=\"pink_mars.html\">Pink Martian</a> has landed.";
 }


 if (t1.length > 1) 
     document.write(t1);

 if (t2.length > 1) {
     document.write("<br>");
     document.write(t2);
 }
 if (t3.length > 1) {
     document.write("<br>");
     document.write(t3);
 }
 if (t4.length > 1) {
     document.write("<br>");
     document.write(t4);
 }


//     t1 = "The best way to shave -- ";
//     t2 = "not grow anything in the first place.";
// } else if (no == 12) {
//     t1 = "Shavers are trapped into an ill-conditioned loop";
//     t2 = "that never terminates.";
// } else if (no == 13) {
//-->
