//Array function

function makeArray(len) {
	for (var i = 0; i<len; i++) this[i] = null;
this.length = len;
}

//Array of quotes

var quote = new makeArray(29);

quote[0] = 'Sacrifice <DT> ----- <DT>  This is a Revelation, under which, if a man shed for its sake one drop of blood, myriads of oceans will be his recompense.  Take heed, O friends, that ye forfeit not so inestimable a benefit, or disregard its transcendent station.'; 

quote[1] = 'Generosity <DT> ----- <DT>  To give and to be generous are attributes of Mine\; well is it with him that adorneth himself with My virtues. <DT> Be ye the trustees of God amongst His creatures, and the emblems of His generosity amidst His people.'; 

quote[2] = 'Sacrifice <DT> ----- <DT>  O Son of Being!  Seek a martyr\'s death in My path, content with My pleasure and thankful for that which I ordain, that thou mayest repose with Me beneath the canopy of majesty behind the tabernacle of glory.'; 

quote[3] = 'Humility <DT> ----- <DT>  They who are the beloved of God, in whatever place they gather and whomsoever they may meet, must evince, in their attitude towards God, and in the manner of their celebration of His praise and glory, such humility and submissiveness that every atom of dust beneath their feet may attest the depth of their devotion.'; 

quote[4] = 'Humility <DT> ----- <DT>  Beseech ye the one true God to grant that ye may taste the savor of such deeds as are performed in His path, and partake of the sweetness of such humility and submissiveness as are shown for His sake.'; 

quote[5] = 'Humility <DT> ----- <DT>  O Son of Man!  Wert thou to speed through the immensity of space and traverse the expanse of heaven, yet thou wouldst find no rest save in submission to Our command and humbleness before Our Face.'; 

quote[6] = 'Humility <DT> ----- <DT>  Humility exalteth man to the heaven of glory and power, whilst pride abaseth him to the depths of wretchedness and degradation.  Every soul that walketh humbly with its God, in this Day, and cleaveth unto Him, shall find itself invested with the honor and glory of all goodly names and stations.'; 

quote[7] = 'Courage <DT> ----- <DT>  Whoso hath known God shall know none but Him, and he that feareth God shall be afraid of no one except Him, though the powers of the whole earth rise up and be arrayed against him.'; 

quote[8] = 'Courage <DT> ----- <DT>  Valiant acts will ensure the triumph of this Cause, and a saintly character will reinforce its power. <DT> The source of courage and power is the promotion of the Word of God, and steadfastness in His Love.'; 

quote[9] = 'Virtuousness <DT> ----- <DT>  O My Friends!  Quench ye the lamp of error, and kindle within your hearts the everlasting torch of divine guidance.  For ere long the assayers of mankind shall, in the holy presence of the Adored, accept naught but purest virtue and deeds of stainless holiness.'; 

quote[10] = 'Virtuousness <DT> ----- <DT>  They who eschew iniquity and error, who adhere to virtue, are, in the sight of the one true God, among the choicest of His creatures\; their names are extolled by the Concourse of the realms above, and by those who dwell in this Tabernacle which hath been raised in the name of God.'; 

quote[11] = 'Good Character and Deeds <DT> ----- <DT>  Verily He is nigh unto them that do good.  He is in truth the Protector of the doers of good.'; 

quote[12] = 'Good Character and Deeds <DT> ----- <DT>  ... O people of God!  Do not busy yourselves in your own concerns\; let your thoughts be fixed upon that which will rehabilitate the fortunes of mankind and sanctify the hearts and souls of men.  This can best be achieved through pure and holy deeds, through a virtuous life and a goodly behavior.'; 

quote[13] = 'Good Character and Deeds <DT> ----- <DT>  A good character is, verily, the best mantle for men from God.  With it He adorneth the temples of His loved ones.  By My life!  The light of a good character surpasseth the light of the sun and the radiance thereof.'; 

quote[14] = 'Good Character and Deeds <DT> ----- <DT>  Indeed any benefits arising from praiseworthy deeds shall fall to the individuals that have performed them.  Were the people to comprehend this truth, they would compete with each other in benevolent works...'; 

quote[15] = 'Good Character and Deeds <DT> ----- <DT>  The fruits of human tree are exquisite, highly desired and dearly cherished.  Among them are upright character, virtuous deeds and a goodly utterance.'; 

quote[16] = 'Good Character and Deeds <DT> ----- <DT>  By the righteousness of God!  The sword of a virtuous character and upright conduct is sharper than blades of steel.'; 

quote[17] = 'Selflessness <DT> ----- <DT>  Do not busy yourselves in your own concerns\; let your thoughts be fixed upon that which will rehabilitate the fortunes of mankind and sanctify the hearts and souls of men.  This can best be achieved through pure and holy deeds, through a virtuous life and a goodly behaviour.'; 

quote[18] = 'Good Character and Deeds <DT> ----- <DT>  Strive diligently to acquire such goodly qualities and traits of character as will be the cause of everlasting salvation.'; 

quote[19] = 'Good Character and Deeds <DT> ----- <DT>  Help, then, your Lord with the hosts of goodly deeds and a praiseworthy character. <DT> Were man to appreciate the greatness of his station and the loftiness of his destiny he would manifest naught save goodly character, pure deeds, and a seemly and praiseworthy conduct.'; 

quote[20] = 'Good Character and Deeds <DT> ----- <DT>  A good character is, verily, the best mantle for men from God.  With it He adorneth the temples of His loved ones.  By My life!  The light of a good character surpasseth the light of the sun and the radiance thereof.  Whoso attaineth unto it is accounted as a jewel among men.'; 

quote[21] = 'Not to Associate with the Ungodly <DT> ----- <DT>  Let the flame of the love of God burn brightly within your radiant hearts.  Feed it with the oil of Divine guidance, and protect it within the shelter of your constancy.  Guard it within the globe of trust and detachment from all else but God, so that the evil whisperings of the ungodly may not extinguish its light.'; 

quote[22] = 'Selflessness <DT> ----- <DT>  O My Servant!  Thou art even as a finely tempered sword concealed in the darkness of its sheath and its value hidden from the artificer\'s knowledge.  Wherefore come forth from the sheath of self and desire that thy worth may be made resplendent and manifest unto all the world.'; 

quote[23] = 'Not to Associate with the Ungodly <DT> ----- <DT>  He should treasure the companionship of those that have renounced the world, and regard avoidance of boastful and worldly people a precious benefit. <DT> With all his heart should the seeker avoid fellowship with evil doers, and pray for the remission of their sins.'; 

quote[24] = 'Not to Associate with the Ungodly <DT> ----- <DT>  O My Son!  The company of the ungodly increaseth sorrow, whilst fellowship with the righteous cleanseth the rust from off the heart.  He that seeketh to commune with God, let him betake himself to the companionship of His loved ones\; and he that desireth to hearken unto the word of God, let him give ear to the words of His chosen ones.'; 

quote[25] = 'Not to Associate with the Ungodly <DT> ----- <DT>  Treasure the companionship of the righteous and eschew all fellowship with the ungodly. <DT> O Son of Dust!  Beware!  Walk not with the ungodly and seek not fellowship with him, for such companionship turneth the radiance of the heart into infernal fire.'; 

quote[26] = 'Charity <DT> ----- <DT>  We have ere this uttered these sublime words:  Let them that bear allegiance to this Wronged One be even as a raining cloud in moments of charity and benevolence ... <DT> The essence of charity is for the servant to recount the blessings of his Lord, and to render thanks unto Him at all times and under all conditions.'; 

quote[27] = 'Charity <DT> ----- <DT>  ... withhold not from the poor the gifts which the grace of God hath bestowed upon you. He, verily, shall recompense the charitable, and doubly repay them for what they have bestowed.  Charity is pleasing and praiseworthy in the sight of God and is regarded as a prince among goodly deeds.'; 

quote[28] = 'Generosity <DT> ----- <DT>  Be generous in your days of plenty, and be patient in the hour of loss.  Adversity is followed by success and rejoicings follow woe. <DT> Be generous in prosperity, and thankful in adversity.'; 

//random number generator

function rand(n) {
seed = (0x015a4e35 * seed) % 0x7fffffff;
return (seed >> 16) % n;
}
var now = new Date()
var seed = now.getTime() % 0xfffffff
document.write(quote[rand(quote.length)])
