ÿþ<html> <body> <title>Sri Ma Trust</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script type="text/javascript"> function isIE() { return /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent); } function dothis(){ if(isIE()) { var newpage = "http://www.kathamrita.org/quotes1/Quotation"; var number = Math.round(Math.random() * 239); newpage = newpage + number + ".htm"; //alert(newpage); document.all.ThoughtsFrm.src=newpage; //THIS WORKS ON IE //document.all.ThoughtsFrm.src="http://www.kathamrita.org/quotes1/Quotation10.htm"; document.all.ThoughtsFrm.style.width = "215px"; document.all.ThoughtsFrm.style.height = "100%"; } else { //alert("before random"); var number = Math.round(Math.random() * 22); //alert(number); if(number == 1) { document.getElementById('quoteCol').innerHTML = "If you have faith, you have everything. If you lose faith, you lose everything.<BR>Lord.Sri Ramakrishna"}; if(number == 2) { document.getElementById('quoteCol').innerHTML = "As dawn heralds the sun, so sincerity, unselfishness, purity and rightousness precede the advent of the <BR>Lord.Sri Ramakrishna"}; if(number == 3) { document.getElementById('quoteCol').innerHTML = "This Brahman, this Self, deep-hidden in all beings, is not revealed to all; but to the seers, pure in heart, concentrated in mind-to them is he revealed.<BR>Sri Ramakrishna"}; if(number == 4) { document.getElementById('quoteCol').innerHTML = "You see many stars in the sky at night, but not when the sun rises. Can you therefore say that there are no stars in the heavens during the day? O Man, because you cannot find God in the days of your ignorance, say not that there is no God.<BR>Sri Ramakrishna"}; if(number == 5) { document.getElementById('quoteCol').innerHTML = "<p>As soft clay easily takes an impression, but not hard stone, so also Divine wisdom impresses itself on the heart of a devotee, but not on a bound soul.</p><BR>Sri Ramakrishna"}; if(number == 6) { document.getElementById('quoteCol').innerHTML = "It is said that turthfulness alone constitutes the spiritual practice of the Kail Yuga (i.e. modern age). If a man clings tenaciously to truth, he ultimately realizes God.</p><BR>Sri Ramakrishna"}; if(number == 7) { document.getElementById('quoteCol').innerHTML = "<p>Money can fetch you bread alone. Do not consider it as your sole end and aim.</p><BR>Sri Ramakrishna"}; if(number == 8) { document.getElementById('quoteCol').innerHTML = "<p>As a piece of rope, when burnt, retains its form, but cannot serve to bind, so is the ego which is burnt by the fire of supreme Knoweldge.</p><BR>Lord.Sri Ramakrishna"}; if(number == 9) { document.getElementById('quoteCol').innerHTML = "<p>Holy men are born on earth to show people the way to God. They teach differently. There are many paths leading to the same goal. Therefore the teachings of all the saints are true.</p><BR>Lord.Sri Ramakrishna"}; if(number == 10) { document.getElementById('quoteCol').innerHTML = "<p>If one sits alone without any work, various thoughts may come into the mind.</p><BR>Sarda Devi"}; if(number == 11) { document.getElementById('quoteCol').innerHTML = "<p>When a man sees defects in others his own mind first gets polluted. What does he gain by finding faults in others? He only hurts himself by that.</p><BR>Sarda Devi"}; if(number == 12) { document.getElementById('quoteCol').innerHTML = "<p>The injunctions of Destiny are cancelled if one takes refuge in God. Destiny has to strike off with her own hand what she has decreed about such a person.</p><BR>Sarda Devi"}; if(number == 13) { document.getElementById('quoteCol').innerHTML = "<p>In the fullness of spiritual realization, a person finds that the God who resides in his heart resides in the hearts of all--the oppressed, the persecuted, the lowly, and the untouchable. This realization makes one truly humble.</p><BR>Sarda Devi"}; if(number == 14) { document.getElementById('quoteCol').innerHTML = "<p>As long as man has desires, there is no end to his transmigration. It is desires that make him take one body after another. There will be rebirth for a man if he has even the desire to eat a piece of candy.</p><BR>Sarda Devi"}; if(number == 15) { document.getElementById('quoteCol').innerHTML = "<p>...good motives, sincerity, and infinite love can conquer the world. One single soul possessed of these virtues can destroy the dark designs of millions of hypocrites and brutes :</p><BR>Swami Vivekananda"}; if(number == 16) { document.getElementById('quoteCol').innerHTML = "<p>Women must be put in position to solve their own problems in their own way. No one can or ought to do this for them. And our Indian women are as capable of doing it as any in the world.</p><BR>Swami Vivekananda"}; if(number == 17) { document.getElementById('quoteCol').innerHTML = "<p>Renunciation, that is the flag, the banner of India, floating over the world, the one undying thought which India sends again and again as a warning to dying races, as a warning to all tyranny, as a warning to wickedness in the world. Ay, Hindus, let not your hold of that banner go. Hold it aloft. Even if you are weak and cannot renounce, do not lower the ideal.</p><BR>Swami Vivekananda"}; if(number == 18) { document.getElementById('quoteCol').innerHTML = "<p>...freedom is the goal. ...it is freedom alone that is desirable. That is what men struggle after.</p><BR>Lord.Sri Ramakrishna"}; if(number == 19) { document.getElementById('quoteCol').innerHTML = "<p>Have a tremendous faith in yourselves... Have that faith, each one of you, in yourself, that eternal power is lodged in every soul, and you will revive the whole of India... We must enter into the life of every race in India and aborad... This is the time to decide your future--while you possess the energy of youth... Work; this is the time, for the freshest, the untouched, and unsmelled flowers alone are to be laid at the feet of the Lord.</p><BR>Swami Vivekananda</p>"}; if(number == 20) { document.getElementById('quoteCol').innerHTML = "<p>My faith is in the younger generation, the modern generation, out of them will come my workers. They will work out the whole problem, like lions.</p><BR>Swami Vivekananda"}; if(number == 21) { document.getElementById('quoteCol').innerHTML = "<p>..Men should be taught to be practical and physically strong. A dozen of such lions will conquer the world, and not millions of sheep can do so. Secondly, men should not be taught to imitate a personal ideal, however great.</p><BR>Swami Vivekananda"}; if(number == 22) { document.getElementById('quoteCol').innerHTML = "<p>Education is not the amount of information that is put into your brain and runs riot there, undigested, all your life. We must have life-building, man-making, character-making, assimilation of ideas.</p><BR>Swami Vivekananda"}; document.all.ThoughtsFrm.style.width = "0px"; document.all.ThoughtsFrm.style.height = "0px"; } } if (window.addEventListener) //DOM method for binding an event window.addEventListener("load", dothis, false); else if (window.attachEvent) //IE exclusive method for binding an event window.attachEvent("onload", dothis); </script> </head> <body bgcolor="#FFFFCC" text="#000000" topmargin="0" marginheight="0" background="images/Image8.jpg"> <table width="90%" border="0" height="580"> <tr> <td width="21%" height="126" bgcolor="#FFCCFF"><img src="images/trustlogo.gif" width="108" height="112" align="middle"></td> <td width="79%" height="126" bgcolor="#FFCCFF"><img src="images/Title.gif" width="522" height="92" align="middle"></td> </tr> <tr> <td rowspan="2" background="images/Image8.jpg" height="542"> <table width="250" border="0" height="300" align="center"> <tbody> <tr> <td width="1" rowspan="2">&nbsp;</td> <td width="230" valign="top"><a href="KathamritaMain.htm" style="text-decoration:none" target="_parent"><Font size=3pt face="Monotype Corsiva" color=green>Sri Sri Ramakrishna Kathamrita</Font></a></td> <td width="16"></td> </tr> <tr> <td valign="top" width="156"><a href="m.htm" style="text-decoration:none" target="_parent"><Font size=3pt face="Monotype Corsiva" color=green>M. the Apostel & the Evangelist </Font></a></td> <td width="16"></td> </tr> <tr> <td width="1" rowspan="2">&nbsp;</td> </tr> <tr> <td valign="top" width="156"><a href="mBengaliComplete.htm" style="text-decoration:none" target="_parent"><Font size=3pt face="Monotype Corsiva" color=green>Sri Ma Darshan (Bengali) </Font></a></td> <td width="16"></td> </tr> <tr> <td width="1" rowspan="2">&nbsp;</td> <td valign="top" width="156"><a href="mbio.html" style="text-decoration:none" target="_parent"><Font size=3pt face="Monotype Corsiva" color=green>Mahendranath Gupta </Font></a></td> <td width="16"></td> </tr> <tr> <td width="156"></td> <td width="16"></td> </tr> <tr> <td width="1">&nbsp;</td> <td valign="top" width="156"><a href="nityat.html" style="text-decoration:none" target="_parent"><Font size=3pt face="Monotype Corsiva" color=green>Swami Nityatmananda </Font></a></td> <td width="16"></td> </tr> <tr> <td width="1">&nbsp;</td> <td width="156"><a href="srimatrust.htm" style="text-decoration:none" target="_parent"><Font size=3pt face="Monotype Corsiva" color=green>Sri Ma Trust </Font></a></td> <td width="16"></td> </tr> <tr> <td width="1">&nbsp;</td> <td width="156"><a style="text-decoration:none" href="publicationlist.htm" target="_parent"><Font size=3pt face="Monotype Corsiva" color=green>Publication List </Font></a></td> <td width="16"></td> </tr> <tr> <td width="1">&nbsp;</td> <td width="156"><a style="text-decoration:none" href="CM.pdf" target="_blank"><Font size=3pt face="Monotype Corsiva" color=green>Sri Sri Ramakrishna Kathamrita &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Centenary Memorial </Font></a></td> <td width="16"></td> </tr> </tbody> </table> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> </td> <td width="79%" height="212" background="images/Image8.jpg"> <table width="89%" border="0" align="center"> <tr> <td height="195" width="150"><img src="images/sriM.jpg" width="159" height="193"></td> <td height="195" width="144"><img src="images/HolyMother.jpg" width="162" height="194" align="top"></td> <td height="195" width="164"><img src="images/SriRamakrishna.jpg" width="162" height="194"></td> <td height="195" width="149"><img src="images/SwamiVivekananda.jpg" width="151" height="194"></td> </tr> </table> </td> </tr> <tr> <td width="79%" height="261"> <table border="2" width="701" height="250"> <tr> <td width="215" height="40" bgcolor="#FFFFCC"> <div align="center"><img src="images/thought.GIF" width="143" height="37" align="middle"></div> </td> <td width="222" height="40" bgcolor="#FFFFCC"> <div align="center"><img src="images/Specialevents.GIF" width="119" height="33"></div> </td> <td width="240" height="40" bgcolor="#FFFFCC"> <div align="center"><img src="images/contact.GIF" width="189" height="37"></div> </td> </tr> <tr> <td ID="quoteCol" width="215" valign="top" bgcolor="#FFFFCC"> <iframe id="ThoughtsFrm" style="width: 0; height: 0%" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" src="bgcolor.htm"> </iframe> </td> <td width="222" bgcolor="#FFFFCC"> <p align="center">Volume V of Sri Sri Ramakrishna Kathamrita recently released.</p> </td> <td width="240" valign="top" bgcolor="#FFFFCC"> <p align="left"><i>Address:</i> <blockquote> <p>Sri Ma Trust, <br> 579, Sector 18, Chandigarh, India <br> Pin  160018</p> </blockquote> <p align="left"><i>Phone:</i> +91-172-2724460</p> <p align="left"><i>Email:</i> srimatrust@yahoo.com</p> </td> </tr> </table> <p>&nbsp;</p> <p>&nbsp;</p> </td> </tr> </table> </body> </html>