// JavaScript Document
var r_text = new Array ();
r_text[0] = "Hadith narrated by Anas bin Malik when an Arab Bedouin asked Prophet Muhmmad (PBUH), \"Shall I leave my camel untied and seek Allah's protection on it, or should I tie it?\" The Holy Prophet replied, \"Tie your camel and then depend upon Allah (swt).\" {as quoted by Sunan Al Tarmizi, 1981,}.";
r_text[1] = "Surah Al Maidah (V.2) says: \"Help one another in furthering virtue and Taqwa (God-consciousness), and do not help one another in evil and transgression.\"";
r_text[2] = "In Hadith by Ahmad and Abu Daud: \"Whosoever fulfils the intention of his brother, Allah will fulfil his intentions.\" And \"Always help those who helps his brother.\"";
r_text[3] = "Sahih Muslim Hadith No. 59, as narrated by Abu Huraira, has the Holy Prophet (PBUH) saying: \"Whosoever removes a wordly hardship from a believer, Allah (swt) will remove from him one of the hardships of the day of Judgment.\"";
r_text[4] = "The relationship between the believer to another believer is just like a body, if one part suffers from illness, the other will equally feel the same”(Hadith narrated by Al- Bukhari and Muslim)";
r_text[5] = "\"Take benefit of five before five:\nyour youth before your old age,\nyour health before your sickness,\nyour wealth before your poverty,\nyour free-time before your preoccupation,\nand your life before your death.\"\n\n[Muhammad SAW - al-Haakim, al-Bayhaqee, Saheeh]";
var i = Math.floor(6*Math.random())

document.write(r_text[i]);

