// JavaScript Document
var Today=new Date();
var ThisDay=Today.getDay();
var ThisDate=Today.getDate();
var ThisMonth=Today.getMonth()+1;
var ThisYear=Today.getFullYear();  //included if you wish to insert the year
function DayTxt (DayNumber) {
var Day=new Array();
Day[0]="Sunday";
Day[1]="Monday";
Day[2]="Tuesday";
Day[3]="Wednesday";
Day[4]="Thursday";
Day[5]="Friday";
Day[6]="Saturday";
return Day[DayNumber];
}
var DayName=DayTxt(ThisDay);
function MonthTxt (MonthNumber) {
var Month=new Array();
Month[1]="January";
Month[2]="February";
Month[3]="March";
Month[4]="April";
Month[5]="May";
Month[6]="June";
Month[7]="July";
Month[8]="August";
Month[9]="September";
Month[10]="October";
Month[11]="November";
Month[12]="December";
return Month[MonthNumber];
}
var MonthName=MonthTxt(ThisMonth);
var d = new Date();
var h = d.getHours();
//document.write("<TABLE BORDER=3 BGCOLOR=WHITE  WIDTH=75 HEIGHT=85 align=left>"+"<TD>"+"<p align=center>"+"<font size=-2 >"+DayName+"<br>"+"<font color=orangered size=+3 >"+ThisDate+"</font>"+"<br>"+MonthName+"<br>"+"</b>"+"</font>"+"</p>"+"</TD>"+"</TR>"+"</TABLE>");
if (h < 2) document.write("<P>"+"<b>"+"&quot;And if an evil whisper comes to you from Shaitan (Satan) then seek refuge with Allah. Verily, He is All-Hearer, All-Knower. 7:200&quot;"+"</b>"+"</P>");
else if (h < 4) document.write("<P>"+"<b>"+"&quot;How can you disbelieve in Allah? Seeing that you were dead and He gave you life. Then He will give you death, then again will bring you to life (on the Day of Resurrection) and then unto Him you will return. 2:28&quot;"+"</b>"+"</P>");
else if (h < 6) document.write("<P>"+"<b>"+"&quot;And We called him from the right side of the Mount, and made him draw near to Us for a talk with him (Moosa (Moses)). 17:34&quot;"+"</b>"+"</P>");
else if (h < 8) document.write("<P>"+"<b>"+"&quot;The way (of blame) is only against those who oppress men and wrongly rebel in the earth, for such there will be a painful torment. 40:78&quot;"+"</b>"+"</P>");
else if (h < 10) document.write("<P>"+"<b>"+"&quot;And indeed We have distributed it (rain or water) amongst them in order that they may remember the Grace of Allah, but most men refuse (or deny the Truth or Faith) and accept nothing but disbelief or ingratitude. 22:73&quot;"+"</b>"+"</P>");
else if (h < 12) document.write("<P>"+"<b>"+"&quot;Has taught man that which he knew not. 96:5&quot;"+"</b>"+"</P>");
else if (h < 14) document.write("<P>"+"<b>"+"&quot;How (will it be) when We gather them together on the Day about which there is no doubt (i.e. the Day of Resurrection). And each person will be paid in full what he has earned? And they will not be dealt with unjustly. 3:25&quot;"+"</b>"+"</P>");
else if (h < 16) document.write("<P>"+"<b>"+"&quot;(It will be) the Day when no person shall have power (to do) anything for another, and the Decision, that Day, will be (wholly) with Allah. 82:19&quot;"+"</b>"+"</P>");
else if (h < 18) document.write("<P>"+"<b>"+"&quot;Verily! We have sent you with the truth, a bearer of glad tidings, and a warner. And there never was a nation but a warner had passed among them. 30:38&quot;"+"</b>"+"</P>");
else if (h < 20) document.write("<P>"+"<b>"+"&quot;Ad (people) belied the Messengers. 24:27&quot;"+"</b>"+"</P>");
else if (h < 22) document.write("<P>"+"<b>"+"&quot;This is the Fire which you used to belie. 50:16&quot;"+"</b>"+"</P>");
else document.write("<P>"+"<b>"+"&quot;For them there will be alloted a share for what they have earned. And Allah is Swift at reckoning. 2:202&quot;"+"</b>"+"</P>");
