Stay Signed In
Do you want to access your site more quickly on this computer? Check this box, and your username and password will be remembered for two weeks. Click logout to turn this off.
Stay Safe
Do not check this box if you are using a public computer. You don't want anyone seeing your personal info or messing with your site.
  <****** language="java******">
//News Bar ******- By Premshree Pillai (moon@moonksa.com)
//http://www.dohalove.net/java******s.htm
//Enhancements by Dynamic Drive
//Visit http://dohalove.net/vb for this ******
var msgs = new Array(
"سبحان الله وبحمده سبحان الله العظيم",
"لا اله الا الله وحده لاشريك له",
"ربنا اتنا بالدنيا حسنه وبالاخره حسنه",
"اللهم إني أسألك برحمتك التي وسعت كل شيء أن تغفر لي",
"ربي ارحمني وارحم والدي واغفر لنا",
"الا رســـول الله - صلى الله عليه وسلم -",
"رَبَّنَا آمَنَّا بِمَا أَنزَلَتْ وَاتَّبَعْنَا الرَّسُولَ فَاكْتُبْنَا مَعَ الشَّاهِدِينَِ",
"أَعـوذُبِكَلِمـاتِ اللّهِ التّـامّـاتِ مِنْ شَـرِّ ما خَلَـق" ); // No comma after last ticker msg
var msg_url = new Array(
"http://newlook1.tk",
"http://newlook1.tk",
"http://newlook1.tk",
"http://newlook1.tk",
"http://newlook1.tk" ); // No comma after last ticker url
var barwidth='350px' //Enter main bar width in px or %
var setdelay=3000 //Enter delay between msgs, in mili-seconds
var mouseover_color='#F9DEB9' //Specify highlight color
var mouseout_color='#FFFFFF' //Specify default color
/////////////////////////////////////////////////////////////////////
var count=0;
var ns6=********.getElementById&&!********.all
var ie4=********.all&&navigator.userAgent.indexOf("Opera")==-1
if (ie4||ns6){
********.write('');
}
else{
********.write('')
}
function init_news_bar(){
********.news_bar.news_bar_but.value=msgs[count];
}
//moveit function by Dynamicdrive.com
function moveit(how){
if (how==1){ //cycle foward
if (count<msgs.length-1)
count++
else
count=0
}
else{ //cycle backward
if (count==0)
count=msgs.length-1
else
count--
}
********.news_bar.news_bar_but.value=msgs[count];
}
setInterval("moveit(1)",setdelay)
function goURL(){
location.href=msg_url[count];
}
init_news_bar();
</q******>