<!-- Begin
theDate= new Date();
var day = theDate.getDate();

var numquotes = 31;
quotes = new Array(numquotes+1);
quotes1 = new Array(numquotes+1);

quotes[1] = "As the embodied soul continuously passes, in this body, from boyhood to youth to old age, the soul similarly passes into another body at death. A sober person is not bewildered by such a change.";
quotes1[1] = "2.13";

quotes[2] = "For the soul there is neither birth nor death at any time. He has not come into being, does not come into being, and will not come into being. He is unborn, eternal, ever-existing and primeval. He is not slain when the body is slain.";
quotes1[2] = "2.20";

quotes[3] = "The spirit soul bewildered by the influence of false ego thinks himself the doer of activities that are in actually carried out by the three modes of material nature.";
quotes1[3] = "3.27";

quotes[4] = "The soul can never be cut to pieces by any weapon, nor burned by fire, nor moistened by water, nor withered by wind.";
quotes1[4] = "2.23";

quotes[5] = "One who knows the transcendental nature of My appearance and activities does not, upon leaving the body, take his birth again in this material world, but attains My eternal abode, O Arjuna.";
quotes1[5] = "4.9";

quotes[6] = "Just try to learn the truth by approaching a spiritual master. Inquire from him submissively and render service unto him. The self-realized souls can impart knowledge unto you because they have seen the truth.";
quotes1[6] = "4.34";

quotes[7] = "One whose happiness is within, who is active and rejoices within, and whose aim is inward is actually the perfect mystic. He is liberated in the Supreme, and ultimately he attains the Supreme.";
quotes1[7] = "5.24";

quotes[8] = "A person in fully consciousness of Me, knowing Me to be the ulimate beneficiary of all sacrifices and austerities, the Supreme Lord of all planets and demigods, and the benefactor and well-wisher of all living entities, attains peace from the panges of material miseries.";
quotes1[8] = "5.29";

quotes[9] = "And of all yogis, the one with great faith who always abides in Me, thinks of Me within himself, and renders transcendental loving service to Me - he is the most intimately united with Me in yoga and is the highest of all. That is My opinion.";
quotes1[9] = "6.47";

quotes[10] = "This divine energy of Mine, consisting of the three modes of material nature, is difficult to overcome. But those who have surrendered unto Me can easily cross beyond it.";
quotes1[10] = "7.14";

quotes[11] = "And whoever, at the end of his life, quits his body remembering Me alone at once attains My nature. Of this there is no doubt.";
quotes1[11] = "8.5";

quotes[12] = "This knowledge is the king of education, the most secret of all secrets. It is the purest knowledge, and it gives direct perception of the self by realization, it is the perfection of religion. It is everlasting, and it is joyfull performed.";
quotes1[12] = "9.2";

quotes[13] = "O son of Prtha, those who are not deluded, the great souls, are under the protetion of the divine nature. They are fully engaged in devotional service because they know Me as the Supreme Personality of Godhead, original and inexhaustible.";
quotes1[13] = "9.13";

quotes[14] = "Always chanting My glories, endeavoring with great determinations, bowing down before Me, these great souls perpectually worship Me with devotion.";
quotes1[14] = "9.14";

quotes[15] = "If one offers Me with love and devotion a leaf, a flower, a fruit or water, I will accept it.";
quotes1[15] = "9.26";

quotes[16] = "Whatever you do, whatever you eat, whatever you offer or give away, and whatever austerities you perform - do that, O son of Kunti, as an offering to Me.";
quotes1[16] = "9.27";

quotes[17] = "I am source of all spiritual and material worlds. Everything emanates from Me. The wise who perfectly know this engage in My devotional service and worship Me with all their hearts.";
quotes1[17] = "10.8";

quotes[18] = "The thoughts of My pure devotees dwell in Me, their lives are fully devoted to My service, and they derive great satisfaction and bliss from always enlightening one another and conversing about Me.";
quotes1[18] = "10.9";

quotes[19] = "To those who are constantly devoted to serving Me with love, I give the understanding by which they can come to Me.";
quotes1[19] = "10.10";

quotes[20] = "To show them special mercy, I, dwelling in their hearts, destroy with the shining lamp of knowledge the darkness born of ignorance.";
quotes1[20] = "10.11";

quotes[21] = "It should be understood that all species of life, O son of Kunti, are made possible by birth in this material nature, and that I am the seed-giving father.";
quotes1[21] = "14.4";

quotes[22] = "One who engages in full devotional service, unfailing in all circumstances, at once transcends the modes of material nature and thus comes to the level of Brahman.";
quotes1[22] = "14.26";

quotes[23] = "The living entities in this conditioned world are My eternal fragmental parts. Due to conditioned life, they are struggling very hard with the six senses, which include the mind.";
quotes1[23] = "15.7";

quotes[24] = "The living entity in the material world carries his different conceptions of life from one body to another, as the air carries aromas. Thus he takes one kind of body and again quits it to take another.";
quotes1[24] = "15.8";

quotes[25] = "I am seated in everyone's heart, and from Me come remembrance, knowledge and forgetfulness. By all the Vedas, I am to be known. Indeed, I am the compiler of Vedanta, and I am the knower of the Vedas.";
quotes1[25] = "15.15";

quotes[26] = "Whoever knows Me as the Supreme Personality of Godhead, without doubting, is the knower of everything. He therefore engages himself in full devotional service to Me, O son of Bharata.";
quotes1[26] = "15.19";

quotes[27] = "One who is thus transcendentally situated at once realizes the Supreme Brahman and becomes fully joyful. He ever laments or desires to have anything. He is equally disposed toward every living entity. In that state he attains pure devotional service unto Me.";
quotes1[27] = "18.54";

quotes[28] = "One can understand Me as I am, as the Supreme Personality of Godhead, only by devotional service. And when one is in full consciousness of Me by such devotion, he can enter into the kingdom of God.";
quotes1[28] = "18.55";

quotes[29] = "The Supreme Lord is situated in everyone's heart, O Arjuna, and is directing the wanderings of all living entities, who are seated as on a machine, made of the material energy.";
quotes1[29] = "18.61";

quotes[30] = "Always think of Me, become My devotee, worship Me and offer your homage unto Me. Thus you will come to Me without fail. I promise you this because you are My very dear friend.";
quotes1[30] = "18.65";

quotes[31] = "Abandon all varieties of religion and just surrender unto Me. I shall deliver you from all sinful reactions. Do not fear.";
quotes1[31] = "18.66";

function quoteDisplay() {
	return("<span>" + quotes[day] + "</span>"); // returns default

}

function quote1Display() {
	return("<span>" + "-- Bhagavad-Gita " + quotes1[day] + "</span>"); // returns default

}
//  End -->
