ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Hend Sabry Website Portal</title> <script type="text/javascript" src="TypingText.js"> </script> <link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" /> </head> <body> <div id="wrapper"> <h1><span class="hone"><font color="white">G</font>F/ </span><span class="htwo">5(1J</span><span class="hthree">(H'() 'DEHB9 'D1&J3J</span></h1> <div id="head-1"> <object width="410" height="423"> <param name="movie" value="flash/flash final.swf"> <embed src="flash/flash intro draft.swf" width="410" height="423"> </embed> </object> </div> <div id="nav"> <ul> <li><a href="http://www.hend-sabry.com/website">'DEHB9 'D1&J3J</a></li> <li><a href="http://www.hend-sabry.com/environment">F5'&- (J&J)</a></li> <li><a href="http://www.hend-sabry.com/comp"><blink><strong>E3'(B) DD(J&)</strong></blink></a></li> <li><a href="http://www.hend-sabry.com/fanclub">EF*/I E9,(J GF/ 5(1J</a></li> <li><a href="http://www.hend-sabry.com/arabic-portal/horoscope.html">#(1',</a></li> <li><a href="http://www.hend-sabry.com/arabic-portal/arcade.html">#D9'(</a></li> <li><a href="http://www.hend-sabry.com/arabic-portal/wisdom.html">-CE E#+H1)</a></li> </ul> </div> <div id="body-left"> <h2><strong><font color="white">&nbsp;&nbsp; &nbsp; &nbsp;,</font>'DJ1J</strong></h2> <div id="gallery"> <div class="gal" id="gzero"><a href="1.jpg"><img src="images/pic_1.jpg" width="221" height="163" alt="Pic 1" /></a></div> <div class="gal" id="gone"><a href="11.jpg"><img src="images/pic_2.jpg" width="57" height="41" alt="Pic 2" /></a></div> <div class="gal" id="gtwo"><a href="22.jpg"><img src="images/pic_3.jpg" width="57" height="41" alt="Pic 3" /></a></div> <div class="gal" id="gthree"><a href="33.jpg"><img src="images/pic_4.jpg" width="57" height="41" alt="Pic 4" /></a></div> <div class="clear"></div> </div> <br /> <h2><font color="white">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'D#</font>:'FJ</h2> <br /> <br /> <center> <a href="http://hend-sabry.com/environment/backup/mp3"><img src="mp3.png" /></a><br /> '6:7 9DI 'D5H1) D3E'9 'D#:'FJ </center> </div> <div id="body-right"> <h2><font color="white">".1</font> 'D#.('1</h2> <br /> <script type="text/javascript"> var delay = 2000; //set delay between message change (in miliseconds) var maxsteps=60; // number of steps to take to change from start color to endcolor var stepdelay=60; // time in miliseconds of a single step //**Note: maxsteps*stepdelay will be total time in miliseconds of fading effect var startcolor= new Array(000,000,000); // start color (red, green, blue) var endcolor=new Array(000,000,000); // end color (red, green, blue) var fcontent=new Array(); begintag='<div style="font: normal 23px tahoma; padding: 5px; text-align: center;">'; //set opening tag, such as font declarations fcontent[0]="<a href='http://www.hend-sabry.com/website'>AJDEJ 'D,/J/ '(1'GJE 'D#(J6 'D'F AJ /H1 'D916! - 'B1# 'DE2J/</a>"; fcontent[1]="<a href='http://www.hend-sabry.com/website'>'B1# 9F *9'B/J E9 Garnier Color Naturals by Nutrisse</a>"; fcontent[2]="<a href='http://www.hend-sabry.com/website'>DB/ #6A* 4 E,D'* ,/J/) AJ 5A-) 'DEB'D'*!</a>"; closetag=''; var fwidth='400px'; //set scroller width var fheight='100px'; //set scroller height var fadelinks=1; //should links inside scroller content also fade like text? 0 for no, 1 for yes. ///No need to edit below this line///////////////// var ie4=document.all&&!document.getElementById; var DOM2=document.getElementById; var faderdelay=0; var index=0; /*Rafael Raposo edited function*/ //function to change content function changecontent(){ if (index>=fcontent.length) index=0 if (DOM2){ document.getElementById("fscroller").style.color="rgb("+startcolor[0]+", "+startcolor[1]+", "+startcolor[2]+")" document.getElementById("fscroller").innerHTML=begintag+fcontent[index]+closetag if (fadelinks) linkcolorchange(1); colorfade(1, 15); } else if (ie4) document.all.fscroller.innerHTML=begintag+fcontent[index]+closetag; index++ } // colorfade() partially by Marcio Galli for Netscape Communications. //////////// // Modified by Dynamicdrive.com function linkcolorchange(step){ var obj=document.getElementById("fscroller").getElementsByTagName("A"); if (obj.length>0){ for (i=0;i<obj.length;i++) obj[i].style.color=getstepcolor(step); } } /*Rafael Raposo edited function*/ var fadecounter; function colorfade(step) { if(step<=maxsteps) { document.getElementById("fscroller").style.color=getstepcolor(step); if (fadelinks) linkcolorchange(step); step++; fadecounter=setTimeout("colorfade("+step+")",stepdelay); }else{ clearTimeout(fadecounter); document.getElementById("fscroller").style.color="rgb("+endcolor[0]+", "+endcolor[1]+", "+endcolor[2]+")"; setTimeout("changecontent()", delay); } } /*Rafael Raposo's new function*/ function getstepcolor(step) { var diff var newcolor=new Array(3); for(var i=0;i<3;i++) { diff = (startcolor[i]-endcolor[i]); if(diff > 0) { newcolor[i] = startcolor[i]-(Math.round((diff/maxsteps))*step); } else { newcolor[i] = startcolor[i]+(Math.round((Math.abs(diff)/maxsteps))*step); } } return ("rgb(" + newcolor[0] + ", " + newcolor[1] + ", " + newcolor[2] + ")"); } if (ie4||DOM2) document.write('<div id="fscroller" style="border:0px solid black;width:'+fwidth+';height:'+fheight+'"></div>'); if (window.addEventListener) window.addEventListener("load", changecontent, false) else if (window.attachEvent) window.attachEvent("onload", changecontent) else if (document.getElementById) window.onload=changecontent </script> <br /> <h2><font color="white"><strong><font size="4px">&nbsp;&nbsp;&nbsp;&nbsp-CE) <font color="black">'DJHE</font></font></strong></font></h2> <font color="black"> <br /> <div id="example1" align="center">E+D %A1JBJ: <br /> AI 'D:'()  **.'5E 'D#4,'1 (#:5'FG'  DCFG' **9'FB (,0H1G'<br /> <br /> CHFAH4JH3:<br /> J*E'+D 'DF'3 #,E9JF AI 7(J9*GE  DCFGE J.*DAHF AI 'D9'/'* 'D*I JC*3(HFG'<br /> <br /> GJ1'BDJ73:<br /> DF'3 'DE3*JB8HF  DJ3 DGE %D' 9'DE H'-/. #E' 'DF'&EHF  ADCD H'-/ 9'DEG</div> <script type="text/javascript"> //Define first typing example: new TypingText(document.getElementById("example1")); //Type out examples: TypingText.runAll(); </script> <br /> <h2><font color="white"><strong><font size="4px">&nbsp;'3*A*'! <font color="black"> 'DEHB9</font></font></strong></font></h2> <font color="black"><br /> <script language="JavaScript" src="http://www.micropoll.com/akira/MicroPoll?id=172605"></script><noscript><div><a href="http://www.micropoll.com/akira/mpview/536568-172605">Click Here for Poll</a><a href="http://www.questionpro.com" title="online surveys">Online Survey</a><BR> | <a href="http://www.micropoll.com" title="Website Polls">Website Polls</a><BR> | <a href="http://www.contactpro.com" title="email marketing">Email Marketing</a><BR><BR> | <a href="http://www.ideascale.com" title="crowdsourcing">Crowdsourcing</a><BR><a href="http://www.micropoll.com/akira/MicroPoll?mode=html&id=172605">View MicroPoll</A></div></noscript><!-- END MICROPOLL JAVASCRIPT CODE --> </font></font></div> <font color="black"><font color="black"> <div class="clear spacer"></div> <div id="footer"> &copy; 2009 Hend Sabry Website Portal | Designed by <a href="http://www.freewebsitetemplates.com">We Style It Co.</a></div> </font></font></div> </body> </html>