ÿþ<HTML><HEAD><TITLE>Sudaneseonline.Org {zidan ebrahim} 'DAF'F 2J/'F %(1'GJE</TITLE> <META http-equiv=content-type content="text/html; charset=windows-1256"> <META content=ÕæÑ name=description> <META content="íÖã ,ÕæÑ, ÚãÑæ, ÏíÇÈ" name=keywords> <META content="MSHTML 6.00.2900.2604" name=GENERATOR> <STYLE type=text/css>.style1 { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #fff; FONT-STYLE: normal; FONT-FAMILY: verdana; FONT-VARIANT: normal } .bodyBorder { BORDER-RIGHT: #a1a15e thin solid; BORDER-TOP: #a1a15e thin solid; BORDER-LEFT: #a1a15e thin solid; TEXT-INDENT: 5px; BORDER-BOTTOM: #a1a15e thin solid } </STYLE> </HEAD> <SCRIPT language=JavaScript> puchtit="]-[::Al3ndleab Alasmer Zedan:: WwW.Sudaneseonline.Org]-["; letrero2="·.¸¸.·´´¯`··._.··.¸¸.·´´¯`··..·"; letrero1="·.¸¸.·´´¯`··._.··.¸¸.·´´¯¯`··._.··.¸¸.·´´¯";;ultimo1=letrero1.length-1; ultimo2=letrero2.length-1; tiempo=setTimeout("scroll()",.1); function scroll() { aux1=letrero1.charAt(ultimo1-1); letrero1=aux1+letrero1.substring(0,ultimo1-1); aux2=letrero2.charAt(0); letrero2=letrero2.substring(1,ultimo2+1)+aux2; window.status="(" + letrero2 + puchtit + letrero1 + ")"; tiempo=setTimeout("scroll()",.1); return true; } // --> </SCRIPT> <script language="JavaScript1.2"> //Disable right click script III- By Renigade (renigade@mediaone.net) //For full source code, visit http://www.dynamicdrive.com var message=""; /////////////////////////////////// function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} document.oncontextmenu=new Function("return false") // --> </script> <script type="text/javascript"> // pop-up function var newWin = null; function closeWin(){ if (newWin != null){ if(!newWin.closed) newWin.close(); } } function popUp(strURL,strType,strHeight,strWidth) { closeWin(); var strOptions=""; if (strType=="console") strOptions="resizable,height="+strHeight+",width="+strWidth; if (strType=="fixed") strOptions="status,height="+strHeight+",width="+strWidth; if (strType=="elastic") strOptions="toolbar,menubar,scrollbars,resizable,location,height="+strHeight+",width="+strWidth; newWin = window.open(strURL, 'newWin', strOptions); newWin.focus(); } </script> <style type="text/css"> BODY { scrollbar-face-color: #FFFFFF; scrollbar-shadow-color: blue; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: yellow; scrollbar-darkshadow-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: red; } </style> <BODY text=#880000 bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0"> <script language="JavaScript1.2"> /****************************************** * Snow Effect Script- By Altan d.o.o. (snow@altan.hr, http://www.altan.hr/snow/index.html) * Visit our site at http://www.star28.com/ for more code * Translated By www.sakrkuraish.netfirms.com * Modified Dec 31st, 02' by DD. This notice must stay intact for use ******************************************/ //Configure below to change URL path to the snow image var snowsrc="snow.gif" // Configure below to change number of snow to render var no = 10; var ns4up = (document.layers) ? 1 : 0; // browser sniffer var ie4up = (document.all) ? 1 : 0; var ns6up = (document.getElementById&&!document.all) ? 1 : 0; var dx, xp, yp; // coordinate and position variables var am, stx, sty; // amplitude and step variables var i, doc_width = 800, doc_height = 600; if (ns4up||ns6up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); for (i = 0; i < no; ++ i) { dx[i] = 0; // set coordinate variables xp[i] = Math.random()*(doc_width-50); // set position variables yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; // set amplitude variables stx[i] = 0.02 + Math.random()/10; // set step variables sty[i] = 0.7 + Math.random(); // set step variables if (ns4up) { // set layers if (i == 0) { document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><a href=\"http://dynamicdrive.com/\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/layer>"); } else { document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><img src='"+snowsrc+"' border=\"0\"><\/layer>"); } } else if (ie4up||ns6up) { if (i == 0) { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>"); } else { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>"); } } } function snowNS() { // Netscape main animation function for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = self.innerWidth; doc_height = self.innerHeight; } dx[i] += stx[i]; document.layers["dot"+i].top = yp[i]; document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]); } setTimeout("snowNS()", 10); } function snowIE_NS6() { // IE and NS6 main animation function for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = ns6up?window.innerWidth : document.body.clientWidth; doc_height = ns6up?window.innerHeight : document.body.clientHeight; } dx[i] += stx[i]; if (ie4up){ document.all["dot"+i].style.pixelTop = yp[i]; document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]); } else if (ns6up){ document.getElementById("dot"+i).style.top=yp[i]; document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i]); } } setTimeout("snowIE_NS6()", 10); } if (ns4up) { snowNS(); } else if (ie4up||ns6up) { snowIE_NS6(); } </script> <TABLE id=Table_01 height=430 cellSpacing=0 cellPadding=0 width=769 background=navbar_bk.gif border=0> <TBODY> <TR> <TD vAlign=top background=navbar_bk.gif height="100%" rowSpan=7><TABLE cellSpacing=0 cellPadding=0 width="100%" background=left_bar.gif border=0> <TBODY> <TR> <TD vAlign=top><IMG height=158 alt="" src="singer_pic.jpg" width=112 align=top></TD></TR> <TR> <TD vAlign=top width="100%" height=56> <P><IMG height=56 alt="" src="left_bar.gif" width=112 align=top cellspacing="0"></P></TD></TR></TBODY></TABLE> <TABLE cellSpacing=2 cellPadding=0 width="100%" background=navbar_bk.gif border=0> <TBODY> <TR> <TD vAlign=top> <DIV align=center><A class=style1 href="http://www.sudaneseonline.org"><b>'D1&J3J)</A></DIV></TD></TR> <TR> <TD vAlign=top> <DIV align=center><A class=style1 href="abut.htm"><b>3J1) 0'*J)</A></DIV></TD></TR> <TR> <TD vAlign=top> <DIV align=center><A class=style1 href="song.htm"><b>EC*() 'D#:'FJ</A></DIV></TD></TR> <TR> <TD vAlign=top> <DIV align=center><A class=style1 href="vedio.htm"><b>EC*() 'DAJ/JH</A></DIV></TD></TR> <TR> <TD vAlign=top> <DIV align=center><A class=style1 href="album.htm"><b>EC*() 'D5H1</A></DIV></TD></TR> <TR> <TD vAlign=top> <DIV align=center><A class=style1 href="zedanEbrahim.htm"><b>'D(HE B'/E</A></DIV></TD></TR> <TR> <TD vAlign=top> <DIV align=center><a class=style1 href="http://www.sudaneseonline.org/frame/mokhtara.htm" onclick="popUp(this.href,'fixed',400,310);return false;" target="newWin"><b>':FJ) E.*'1)</A></DIV></TD></TR> <TR> <TD vAlign=top> <DIV align=center><A href="http://www.sudaneseonline.org/forum/viewtopic.php?t=1960&sid=415baf36fe44ea43a3a743b28719881a"><b>'DEF*/J</A></DIV></TD></TR> <TR> <TD vAlign=top> <DIV align=center><A class=style1 href="http://www.sudaneseonline.org/guestbook/index.php"><b>3,D 'D2H'1</A></DIV></TD></TR> </TBODY></TABLE> <TD background=header.gif> <TABLE width="100%" border=0> <TBODY> <TR> <TD width="9%">&nbsp;</TD> <TD width="59%">&nbsp;</TD> <TD class=style1 width="32%"><SPAN>::. www.Sudaneseonline.Org .::</SPAN></TD></TR> <TR> <TD>&nbsp;</TD> <TD>&nbsp;</TD> <TD class=style1><SPAN><b>'D9F/DJ( 'D#3E1</SPAN></TD></TR> <TR> <TD>&nbsp;</TD> <TD>&nbsp;</TD> <TD>&nbsp;</TD></TR></TBODY></TABLE></TD> <TD><IMG height=102 alt="" src="spacer.gif" width=1></TD></TR> <TR> <TD class=bodyBorder vAlign=top width=656 bgColor=#fffff0 height=328 rowSpan=6> <TABLE cellSpacing=1 cellPadding=0 width="100%" align=center border=0 name="TemplateTable"> <TBODY> <TR> <TD vAlign=top cellstyle></ITEM> <DIV align=center><FONT face="Traditional Arabic" color=#0000ff size=5><b>,ED H,/'FF'&nbsp;<FONT color=#ff0000><b>(#9E'D) 'D9'7AJ)</FONT> <FONT color=#ff0000><b>H*1(9 9DI 914 'D:F'! 'D9'7AJ</FONT>&nbsp;<b>A#5(- B'E)</FONT></DIV> <HR align=default width="100%" SIZE=1> <DIV align=center> </-------------------------------------------------start center-----------------------------/> <table width="70%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="6"></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="32%" valign="top"> <img src="newssidephoto4.jpg"> </td> <td width="68%" valign="top"><table width="38%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="321" height="31" background="newstop.gif"><div align="right" class="boxtitle"><b>&nbsp;m 3J@@@1) AF@@@@@'F&nbsp;&nbsp;&nbsp;&nbsp; </div></td> </tr> <tr> <td><img src="newstop2.gif" width="321" height="11"></td> </tr> <tr> <td valign="top" background="newsbg.gif" class="tiny"><div align="center"> <table width="297" border="0" cellspacing="0" cellpadding="2"> <tr> <td class="text"> <div align="center"> <table width="100%" border="0" cellspacing="2" cellpadding="4" class="text" dir="rtl"> <tr> <td bgcolor="#FFFFFF"><font color="blue">*&nbsp;<b>HD/ 'DAF'F 2J/'F '(1'GJE (-I 'D9('3J) ('E/1E'F AI EF*5A 'D'1(9JF'* HEF 'D71JA F,/ 'F 'DAF'F 'D1'-D 'DC'4A GH 'D0I 5EE DG 'DE4'J) 'D*I *3'9/ 'D'7A'D 9DI 'DE4I 31J9' (-CE EGF*G AI 0'DC 'D2E'F CF,'1  (/# E1'-DG 'D/1'3J) 'D'HDJ) (E/JF) C'/HBDI -J+ C'F J9ED (G' H'D/G H9'/ E1) '.1I D'E/1E'F DJH'5D (E/13) (J* 'D'E'F) H'DE1-D) 'DH37I</font> &nbsp;<a href=abut.htm><b><font color="red">**EG ...</a><br /></td> </tr> </table> </div></td> </tr> </table> </div></td> </tr> <tr> <td><img src="newsdown.gif" width="321" height="27"></td> </tr> </table> </td> </tr> </table> <center><!-- Start of StatCounter Code --> <script type="text/javascript" language="javascript"> var sc_project=1156391; var sc_invisible=0; var sc_partition=10; var sc_security="19d04e9c"; </script> <script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img src="http://c11.statcounter.com/counter.php?sc_project=1156391&amp;java=0&amp;security=19d04e9c&amp;invisible=0" alt="web page hit counter" border="0"></a> </noscript> <!-- End of StatCounter Code --> : </-------------------------------------------------end center------------------------------/> </DIV></WIZHR> <HR align=center width="100%" SIZE=1></HR> <TABLE cellSpacing=1 cellPadding=0 width="100%" align=center border=0 name="TemplateTable"> <TBODY> <TR> <TD vAlign=top cellstyle></ITEM> <DIV align=center><FONT face="Traditional Arabic" color=red size=2>Copyright</FONT>&nbsp;<FONT face="Traditional Arabic" color=black size=2>© 2005 SudaneseOnline.Org! . All rights reserved &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<FONT face="Traditional Arabic" color=#0000ff size=2>*5EJ@E H%.@@@1', :<a href="mailto:admin@sudaneseonline.org" target="_blank"> 9@@@'5E 'DEG@@@@@/J</A></B></FONT>&nbsp; </TABLE></BODY></HTML>