|
|
| About site: Religion and Spirituality/Islam - Mutmainaa |
Return to Society also Society |
| About site: http://www.geocities.com/mutmainaa/ |
Title: Religion and Spirituality/Islam - Mutmainaa A wide-ranging collection of articles and stories, covering different aspects of Muslim belief, practice and culture. |
| Alexa statistic for http://www.geocities.com/mutmainaa/ |
Please visit: http://www.geocities.com/mutmainaa/
|
| Related sites for http://www.geocities.com/mutmainaa/ |
| Good_Words_and_Love_Poems A spiritual look at Heaven and Earth, exploring the deep emotions of relationships, love, life and death through original poetry, meditations, spiritual writing and experiences and sacred texts. | | Resources_on_Quaker_Plain_Dress A list of resources on the Quaker testimony of plain and modest dress. | | The_Choctaw_Indian_Nation Information about Choctaw history, language, mythology, and modern life. | | McLain,_Evan_and_Jami Information about the couple and their dog, pictures of their wedding and house, resume, and the story of how they met. | | Karamah US based charitable, educational organization of Muslim women lawyers who focus upon the domestic and global issues of human rights for Muslims and Muslim women. | | Tilbe_and_Redding Family history of James R Tilbe including the descendants of William Smith; John Strong; John Wood; and John Pipe. | | Free_Ladakh!_Free_Sikkim_Now! Discussion and debate on the regions and their people. | | Michele_Knight Offers psychic readings by phone. Also a free automated Tarot reading, rune reading, and problem page. | | Jews_for_Judaism_FAQ_-_The_Jewish_Messiah_-_Criteria The Jewish belief in a Messiah and the Jewish criteria for the Messiah. | | The_Sunday_Funnies Delivers good clean cartoons, quotes, funnies, jokes and laughs on Sundays. | | Lay_Morality The Buddhist perspective of morality is given in a nutshell in the little Pali verse. "Sabba papassa akaranam - kusalassa upasampada sachitta pariyodapanam - etam buddhanu sasanam" "To keep away f | | Bnei_Baruch_Media_Archive Recordings of Kabbalah lessons taught daily at Bnei Baruch Kabbalah Yeshiva, videos, book of Zohar and books by Rabbi Yehuda Ashlag (Baal Sulam) and Rabbi Baruch Ashlag (RABASH). Largest collection of | | WebRing__BR-m@çom Over 60 Brazillian Masonic sites linked; some English, some not, some bilingual. | | Moldova Permanent Mission of the Republic of Moldova to the United Nations Office and its Special Agencies in Geneva. | | DefendAmerica The US-Department of Defense offers news, background information, a database for military systems and equipment used, multimedia, photo gallery and links to other government and military departments. | | DeGarmeaux,_Mark ELS member, professor and chaplain at Bethany Lutheran College, Mankato, Minnesota puts his theology front and center. | | Parasuraman Information on vedas, gayatri mantra, mantra japa and karma sutra. | | Tweedale\'s_War The beginning chapters of an R.A.F. signalman's personal memories of the War in the East. | | Hal_Lindsey_Oracle A news site dedicated to news analysis of current events from the perspective of Bible prophecy with Hal Lindsey. | | 100_Years_of_Zionism Timeline, concepts, glossary, people, places, maps, materials and archives. |
|
This is websites2007.org cache of m/ as retrieved on 2008.07.06 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
var PUpage="76001081"; var PUprop="geocities"; var thGetOv="http://themis.geocities.yahoo.com/themis/h.php"; var thCanURL="http://us.geocities.com/mutmainaa/index.html"; var thSpaceId="76001081"; var thIP="67.205.96.152"; var thTs="1215345534"; var thCs="7578c40390e3176d18a2a7b992b29019";
:: w e l c o m e ::
e n t e r . . . .
A:visited {color: #a42900; TEXT-DECORATION: none;}
A:link {color: #a42900; TEXT-DECORATION: none;}
A:hover {color: #cccc99; TEXT-DECORATION: underline overline;}
#divWrite {position:absolute; top:170px; left:0px; width:100%; visibility:hidden;}
#divWrite2 {position:absolute; top:250px; left:200px; width:300px; visibility:hidden}
/**********************************************************************************
WriteText
* Copyright (C) 2001 Thomas Brattli
* This script was released at DHTMLCentral.com
* Visit for more great scripts!
* This may be used and changed freely as long as this msg is intact!
* We will also appreciate any links you could give us.
*
* Made by Thomas Brattli
*
* Script date: 09/04/2001 (keep this date to check versions)
*********************************************************************************/
function lib_bwcheck(){ //Browsercheck (needed)
this.ver=navigator.appVersion
this.agent=navigator.userAgent
this.dom=document.getElementById?1:0
this.opera5=(navigator.userAgent.indexOf("Opera")>-1 && document.getElementById)?1:0
this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0;
this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
this.ie4=(document.all && !this.dom && !this.opera5)?1:0;
this.ie=this.ie4||this.ie5||this.ie6
this.mac=this.agent.indexOf("Mac")>-1
this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0;
this.ns4=(document.layers && !this.dom)?1:0;
this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5)
return this
}
var bw=lib_bwcheck()
//Here are the variables you have to set:
//There are 2 ways this script can work.
// 0 = WriteText
// 1 = RemoveText
wWorks = 0
var wText = "Mutma'inaa" //The text you want write out
var wFontsize = 70 //Set the fontsize you want
var wColor = "#cccc99" //The text color
var wAlign = "center" //the alignment of the text, you can choose center, right or left.
var wSpeed = 280 //Set the speed you want it to write in (in milliseconds between each letter)
var wFont = 'arial black,arial,helvetica,sans-serif' //The font face
var wHide = false //do you want it to hide when its done? (true or false)
var wHidewait = 1890 //Set the time you want it to wait before it hides
/*You can remove this if you don't wan't it to start right away.
You can have it start if someone clicks a link (make a link like this:
Click to enter)*/
onload = writeInit;
/********* You shouldn't really have to set anything below this point ***********/
//Object functions
function makeWriteObj(obj,text,size,color,align,speed,font,hide,hidewait,works){
this.css=bw.dom? document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?document.layers[obj]:0;
this.writeref=bw.dom? document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?document.layers[obj].document:0;
this.text=text; this.size=size; this.color=color; this.align=align; this.speed=speed;
this.font=font; this.hide=hide; this.hidewait=hidewait; this.writeWrite=b_writeWrite;
this.writeText=b_writeText; this.removeText=b_removeText; this.works=works; this.write=b_write
if(bw.dom || bw.ie4){ //Setting the style properties
this.css.fontFamily=this.font; this.css.fontSize=this.size+"px"; this.css.color=this.color;
this.css.textAlign=this.align
}
this.obj = obj + "Object"; eval(this.obj + "=this"); return this
}
function b_write(num,fn){
if(!fn) fn=""
if(!this.works) this.writeText(num,fn)
else this.removeText(fn)
}
function b_writeWrite(text){
if(bw.ns4){
this.writeref.write(''+text+'')
this.writeref.close()
}else this.writeref.innerHTML = text
}
function b_writeText(num,fn){
if (num0){
this.text = this.text.slice(0,this.text.length-1)
this.writeWrite(this.text)
setTimeout(this.obj+".removeText('"+fn+"')",this.speed)
}else{
if(this.hide) setTimeout(this.obj+".css.visibility='hidden'",this.hidewait);
eval(fn)
}
}
/*Initiates the object, shows it and starts the zoom
****************************************************************************/
function writeInit(){
if(bw.bw){
oWrite = new makeWriteObj('divWrite',wText,wFontsize,wColor,wAlign,wSpeed,wFont,wHide,wHidewait,wWorks)
//Change the line below to: oWrite.write(0) if you only have one object.
oWrite.write(0,'oWrite2.css.visibility="visible";oWrite2.write(0)')
oWrite.css.visibility = "visible"
//Another object, just remove this line if you only want one object. It's just to show you how can have more objects.
oWrite2 = new makeWriteObj('divWrite2',"Drink Islam. Sleep Islam. Live Islam.",15,"#ac7d4f","center",150,"Verdana,Arial",1,500,0)
}
}
asdasd
Drink Islam. Sleep Islam. Live Islam.
c l i c k h e r e t o e n t e r
"O nafs al-mutma'inaa [Soul at Peace], return to your Lord, well pleased and well pleasing! Enter among My servants and enter My Garden"[surah al-Fajr; 89:27-30]
geovisit();
|
|
| |
A | wide-ranging | collection | of | articles | and | stories, | covering | different | aspects | of | Muslim | belief, | practice | and | culture. |
|
http://www.geocities.com/mutmainaa/
Mutmainaa 2008 July
dvd rental
dvd
A wide-ranging collection of articles and stories, covering different aspects of Muslim belief, practice and culture.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Homeowner Loans - Pay Day Loans - Loans - Life Insurance - SMS-Sprüche
|