<!-- hide script from antiquated browsers
/* random generator of fortunes */
function getcontent() {
var count = 6;
var r = Math.ceil(Math.random() * count);
if (r == 1) return "The word <i>Lonerganian</i> has come up in recent days. In a sense there&#8217;s no such thing. Because what I&#8217;m asking people is to discover themselves and be themselves.";
if (r == 2) return "To say it all with the greatest brevity: one has not only to read <i>Insight</i> but also to discover oneself in oneself.";
if (r == 3) return "Centuries are required to change mentalities, centuries. You don&#8217;t get a change of mentality by introducing a few fads.";
if (r == 4) return "My public theme has been, as a professor of theology and a writer in philosophy, to provide Catholics with the background for understanding something about the modern world &#8212; without giving up their Catholicity.";
if (r == 5) return "Marx spent his life in the British Museum writing illegible books and he is the great power in the twentieth century. If Catholics had spent some of <i>their</i> time in the British Museum, we might have a good answer to Marx. But we don&#8217;t go in for that sort of thing, or not enough.";
if (r == 6) return "<b>WHAT IS YOUR FAVORITE LONERGAN QUOTATION?</b>  Suggest a brief passage from Lonergan&#8217;s works to be added to the reservoir of quotations that appear non-systematically in this corner. Use the link at the bottom of this page to send quotes to <b>croninki@bc.edu</b>. ";
} 
//-->
