Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia
function nowRu($s) { $s = date("j F Y года"); $s = str_replace('January', 'Января', $s); $s = str_replace('February', 'Февраля', $s); $s = str_replace('March', 'Марта', $s); $s = str_replace('April', 'Апреля', $s); $s = str_replace('May', 'Мая', $s); $s = str_replace('June', 'Июня', $s); $s = str_replace('July', 'Июля', $s); $s = str_replace('August', 'Августа', $s); $s = str_replace('September', 'Сентября', $s); $s = str_replace('October', 'Октября', $s); $s = str_replace('November', 'Ноября', $s); $s = str_replace('December', 'Декабря', $s); return $s; } ?>