
var TD = new Date();
var today = TD.getDate();
var mon = TD.getMonth()+1;
var year = TD.getYear();
var month= new Array(12);
month[1]="Jan";month[2]="Feb";month[3]="March";month[4]="April";month[5]="May";month[6]="June";
month[7]="July";month[8]="Aug";month[9]="Sept";month[10]="Oct";month[11]="Nov";month[12]="Dec";
if(navigator.appName == 'Netscape')
{
  year = year+1900;
}

var quote=new Array(8);

quote[28] ="Man's estate is one of probation. Dur­ing that period he is played upon by evil forces as well as good. He is ever prey to temptations. He has to prove his manliness by resisting and fighting temptations.";
quote[1] ="Truth is like a vast tree, which yields more and more fruits, the more you nurture it. The deeper the search in the mine of Truth the richer the discovery of the gems buried there, in the shape of openings for an ever-greater variety of service.";
quote[2] ="The seeker after Truth should be humbler than the dust. The world crushes the dust under its feet, but the seeker after Truth should so humble himself that even the dust could crush him. Only then, and not until then, will he have a glimpse of truth.";
quote[3] ="Devotion to Truth is the sole reason for our existence. All our activities should be centered in Truth. Truth should be the very breath of our life, When once this stage in the pilgrim's progress is reached, all other rules of correct living will come without effort, and obedience to them will be instinc­tive. But without Truth it would be impossible to observe any principles or rules in life.";
quote[4] ="There should be Truth in thought, Truth in speech, and Truth in action. To the man who has realized this Truth in perfection, nothing else remains to be known, because all knowledge is necessarily included in it. What is not included in it is not Truth and so not true knowledge; and there can be no inward peace without the true knowledge. If we once learn how to apply this never-failing test of Truth, we will at once be able to find out what is worth being, what is worth seeing and what is worth reading.";
quote[5] ="The quest of Truth involves tapas self-suffering, sometimes even unto death. There can be no place in it for even a trace of self-interest. In such selfless search for Truth, nobody can lose his bearings for long. Directly one takes to the wrong path, one stumbles and is thus redirected to the right path. Therefore the pursuit of Truth is true bhakti (devotion). It is the path that leads to God and therefore there is no place in it for cowardice, no place for defeat. It is the talisman by which death itself becomes the portal to life eternal.";
quote[6] ="It is not given to man to know the whole Truth. His duty lies in living up to the Truth as he sees it and in doing so to resort to the purest means, i.e., to non-violence.";
quote[7] ="If observance of Truth were a bed of roses, if Truth cost one nothing and was all happiness and, ease, there would be no beauty about it. We must adhere to Truth even if the heavens should fall.";
quote[8] ="Only Truth quenches untruth, Love quenches anger, self-suffering quenches violence. This eternal rule is a rule not for saints only, but for all. Those who observe it may be few but they are the salt of the earth. It is they who keep the society together, not those who sin against light and truth.";
quote[9] ="Abstract Truth has no value, unless it incarnates in human beings who repre­sent it by proving their readiness to die for it. Our wrongs live because we only pretend to be their living representatives. The only way we can prove our claim is by readiness to suffer in the discharge of our trust.";
quote[10] ="A man of Truth must ever be confi­dent, if he has also equal need to be diffident. His devotion to Truth demands the fullest confidence. His consciousness of the human nature must make him humble and therefore ever ready to retrace his steps immediately he discovers his error.";
quote[11] ="Finitehuman beings shall never know in its fullness Truth and Love, which is in itself infinite. But we do know enough for our guidance. We shall err, and sometimes grievously, in our application. But man is a self-governing being, and self-government necessarily includes the power as much to commit errors as to set them right as often as they are made.";
quote[12] ="I believe that if in spite of the best of intentions one is led into committing mista­kes they do not really result in harm to the world, or for that matter, of any in­dividual. God always saves the world from the consequences of unintended errors of men who live in fear of Him.";
quote[13] ="To err, even grievously, is human. But it is human only if there is determination to mend the error and not to repeat it. The error will be forgotten if the promise is fully redeemed.";
quote[14] ="No niggardly acceptance of the inevi­table will appear pleasing to God. It must be a thorough change of heart.";

var undefined;

var dayquote = quote[today];
if(dayquote==undefined)
{
    dayquote = quote[14];
}


function mm()
{
document.write("<table align=center border=0 cellpadding=0 cellspacing=0 width=\"80%\">");
document.write("<tbody>");
document.write("<tr>");
document.write("<td bgcolor=#ff9900 height=2 valign=top width=\"3%\"><img height=13 src=\"images/mm-crnr.gif\" width=13></td>");
document.write("<td bgcolor=#ff9900 class=lin height=2 width=\"62%\"><font color=#ffffff>Mohan-Mala - Gandhian Rosary </font></td>");
document.write("<td bgcolor=#ff9900 class=lin height=2 width=\"29%\">");
document.write("<div align=right>"+today+" "+month[mon]+" "+year+"</div>");
document.write("</td>");
document.write("<td bgcolor=#ff9900 height=2 valign=top width=\"6%\">");
document.write("<div align=right><img height=13 src=\"images/mm-crnr1.gif\" width=13></div>");
document.write("</td>");
document.write("</tr>");
document.write("<tr bgcolor=#ff9900>");
document.write("<td colspan=4>");
document.write("<table border=0 cellpadding=4 cellspacing=1 width=\"100%\">");
document.write("<tbody>");
document.write("<tr>");
document.write("<td bgcolor=#ffffff><font face=\"Verdana, Arial, Helvetica, sans-serif\" size=1>");

document.write(""+dayquote);

document.write("&nbsp;<a href=\"mmala.jsp\"><b>"); 
document.write("more</b></a></font></td>");
document.write("</tr>");
document.write("</tbody>");
document.write("</table>");
document.write("</td>");
document.write("</tr>");
document.write("</tbody>");
document.write("</table>");
}       


