var now = new Date
var today= now.getDate()
switch (today)
{
case 1:
 
 
  document.write("If you do not possess something, do not become anxious for it, rather strive for it.");
  
  
  break;
  
case 2:
  document.write("Supreme happiness is found not in worldly possessions but in the remembrance of the Naam.");
  break;
case 3:
  document.write("If you perform good deeds today, your tomorrow will be good as well.");
  break;
case 4:
  document.write("God has given us this body to work and not to beg for a living.");
  break;
 
   case 5:
  document.write("Selfless service of God’s creations is a treasure-trove of happiness.");
  break;
  case 6:
  document.write("The company of a saint makes even a sinner a devotee.");
  break;
  case 7:
  document.write("Fortunate souls do not dwell on anything but Ram Naam. ");
  break;
  case 8:
  document.write("The weakness of the soul is the root-cause of all sufferings.");
  break;
  case 9:
  document.write("A person who is jealous and hateful burns from within like smoldering damp wood.");
  document.write();
  document.write("- Sant Grumeet Rahim Singh Ji Insan");
  
  break;
  case 10:
  document.write("Most of man’s worries are the result of his desires and aspirations.");
  break;
  case 11:
  document.write("True knowledge and right actions are complementary to each other.");
  break;
  case 12:
  document.write("When the soul is weak, tolerance is diminished.");
  break;
  case 13:
  document.write("Neither man nor religion is bad; it is badness itself that is bad.");
  break;
  case 14:
  document.write("It is only through meditation that the seed of God’s love sprouts in man.");
  break;
  case 15:
  document.write("Intoxicants are to the body what termites are to wood.");
  break;
  case 16:
  document.write("Not only selling the Naam but even buying it is a sin.");
  break;
  case 17:
  document.write("The human birth is the first and last opportunity for man to attain to salvation.");
  break;
  case 18:
  document.write("If there is no contentment, even the ruler of the three worlds is an unhappy person.");
  break;
  case 19:
  document.write("God is realized through the sincerity of one’s devotion and not through offerings of money.");
  break;
  case 20:
  document.write("Bad deeds bring destruction while good deeds bring prosperity.");
  break;
  case 21:
  document.write("The money spent with one’s own hands in the welfare of God’s creations is true charity.");
  break;
  case 22:
  document.write("The human birth is the only door to salvation in this world.");
  break;
  case 23:
  document.write("Of what use is your high post if you cannot be of any help to others?");
  break;
  case 24:
  document.write("Dera Sacha Sauda is a workshop where man is truly transformed into a man.");
  break;
  case 25:
  document.write("There can be no God without meditation on His Naam.");
  break;
  
  case 26:
  document.write("The company of a saint is a blessing of God.");
  break;
  case 27:
  document.write("Erase jealousy and hatred from your being, otherwise it will erase the humanity in you.");
  break;
  case 28:
  document.write("Man’s first and foremost duty is to practice devotion towards God.");
  break;
  case 29:
  document.write("Egotism is the biggest obstacle in devotion to God.");
  break;
  case 30:
  document.write("Religions preach harmony and not hatred.");
  break;
  case 31:
  document.write("If you want to realize God, keep your conscience pure.");
  break;
  
  
  
default:
  document.write("Meditation in the morning is insurance for happiness throughout the day.");
}
