// JavaScript Document
var currentdate = 0;
var core = 0;

function initArray() {
    this.length = initArray.arguments.length;
    for (var i = 0; i < this.length; i++) {
        this[i] = initArray.arguments[i];
    }
}



var image = new Array(
"arrow.gif",
"bar1.gif",
"mevleviler.jpg",
"more.gif",
"islam.gif"
);//Then as for him whose good deeds are preponderant, these are the successful. And as for him whose good deeds are light, these are they who shall have lost their souls, abiding in hell
//
//"<p class=\"style9\"><span class=\"style11 style12\"><b>\"AYET\"</span></p><p align=\"right\" class=\"style13\">SURE_NO</p>",
var text = new Array(
"<p class=\"style9\"><span class=\"style11 style12\"><b>\"Then as for him whose good deeds are preponderant, these are the successful. And as for him whose good deeds are light, these are they who shall have lost their souls, abiding in hell\"</span></p><p align=\"right\" class=\"style13\">Mumenoon, 23/102-103</p>",
"<p class=\"style9\"><span class=\"style11 style12\"><b>\" And those who are keepers of their trusts and their covenant, And those who keep a guard on their prayers; These are they who are the heirs, Who shall inherit the Paradise; they shall abide therein.\"</span></p><p align=\"right\" class=\"style13\">Mumenoon, 23/8-11</p>",
"<p class=\"style9\"><span class=\"style11 style12\"><b>\" And He it is Who created the night and the day and the sun and the moon; all (orbs) travel along swiftly in their celestial spheres.\"</span></p><p align=\"right\" class=\"style13\">Anbiya, 21/33</p>",
"<p class=\"style9\"><span class=\"style11 style12\"><b>\"And to Madyan (We sent) their brother Shu'aib. He said: O my people! serve Allah, you have no god other than Him; clear proof indeed has come to you from your Lord, therefore give full measure and weight and do not diminish to men their things, and do not make mischief in the land after its reform; this is better for you if you are believers\"</span></p><p align=\"right\" class=\"style13\">Araf, 7/85</p>",
"<p class=\"style9\"><span class=\"style11 style12\"><b>\" And We have made great mountains in the earth lest it might be convulsed with them, and We have made in it wide ways that they may follow a right direction.\"</span></p><p align=\"right\" class=\"style13\">Anbiya, 21/31</p>",
"<p class=\"style9\"><span class=\"style11 style12\"><b>\"Most surely in the creation of the heavens and the earth and the alternation of the night and the day there are signs for men who understand.\"</span></p><p align=\"right\" class=\"style13\">Aal-e- Imran, 3/190</p>",
"<p class=\"style9\"><span class=\"style11 style12\"><b>\"O you who believe! enter into submission one and all and do not follow the footsteps of Devil; surely he is your open enemy.\"</span></p><p align=\"right\" class=\"style13\">Baqara, 2/208</p>",
"<p class=\"style9\"><span class=\"style11 style12\"><b>\"There is no compulsion in religion; truly the right way has become clearly distinct from error; therefore, whoever disbelieves in the Devil and believes in Allah he indeed has laid hold on the firmest handle, which shall not break off, and Allah is Hearing, Knowing.\"</span></p><p align=\"right\" class=\"style13\">Baqara, 2/256</p>",
"<p class=\"style9\"><span class=\"style11 style12\"><b>\" And when We made a covenant with the children of Israel: You shall not serve any but Allah and (you shall do) good to (your) parents, and to the near of kin and to the orphans and the needy, and you shall speak to men good words and keep up prayer and pay the poor-rate. Then you turned back except a few of you and (now too) you turn aside.\"</span></p><p align=\"right\" class=\"style13\">Baqara, 2/83</p>",
"<p class=\"style9\"><span class=\"style11 style12\"><b>\"And every one has a direction to which he should turn, therefore hasten to (do) good works; wherever you are, Allah will bring you all together; surely Allah has power over all things.\"</span></p><p align=\"right\" class=\"style13\">Baqara, 2/148</p>",
"<p class=\"style9\"><span class=\"style11 style12\"><b>\"Do not those who disbelieve see that the heavens and the earth were closed up, but We have opened them; and We have made of water everything living, will they not then believe?\"</span></p><p align=\"right\" class=\"style13\">Anbiya, 21/30</p>",
"<p class=\"style9\"><span class=\"style11 style12\"><b>\"Allah is He Who created the heavens and the earth and sent down water from the clouds, then brought forth with it fruits as a sustenance for you, and He has made the ships subservient to you, that they might run their course in the sea by His command, and He has made the rivers subservient to you.\"</span></p><p align=\"right\" class=\"style13\">Abraham, 14/32</p>",
"<p class=\"style9\"><span class=\"style11 style12\"><b>\"And when you are greeted with a greeting, greet with a better (greeting) than it or return it; surely Allah takes account of all things.\"</span></p><p align=\"right\" class=\"style13\">An-Nisa, 4/86</p>",
"<p class=\"style9\"><span class=\"style11 style12\"><b>\" And from among you there should be a party who invite to good and enjoin what is right and forbid the wrong, and these it is that shall be successful.\"</span></p><p align=\"right\" class=\"style13\">Aal-e- Imran, 3/104</p>",
"<p class=\"style9\"><span class=\"style11 style12\"><b>\"Whoever brings a good deed, he shall have ten like it, and whoever brings an evil deed, he shall be recompensed only with the like of it, and they shall not be dealt with unjustly.\"</span></p><p align=\"right\" class=\"style13\">Anam, 6/160</p>",
"<p class=\"style9\"><span class=\"style11 style12\"><b>\"Surely (as to) those who believe and do good and humble themselves to their Lord, these are the dwellers of the garden, in it they will abide.\"</span></p><p align=\"right\" class=\"style13\">Hud, 11/23</p>"
);


var currentdate = new Date();
var image_idx = Math.round (Math.random() * image.length - 1 );
var text_idx = Math.round (Math.random() * text.length );
if (text_idx >= text.length)
	text_idx = text.length - 1;
else if (text_idx < 0)
	text_idx = 0;
	
var ranlink = "links.htm";
var ranimage = image[image_idx];
var rantext = text[text_idx];

document.write(rantext);
//<a href="http://www.fountainmagazine.com/">The Fountain Magazine</a>