ÿþ<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=unicode"> <meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 11"> <meta name=Originator content="Microsoft Word 11"> <link rel=File-List href="index.files/filelist.xml"> <link rel=Edit-Time-Data href="index.files/editdata.mso"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style> <![endif]--> <title>MGnoon z3latk</title> <!--[if gte mso 9]><xml> <o:DocumentProperties> <o:Author>user</o:Author> <o:Template>Normal</o:Template> <o:LastAuthor>03</o:LastAuthor> <o:Revision>12</o:Revision> <o:TotalTime>53</o:TotalTime> <o:Created>2009-10-09T14:59:00Z</o:Created> <o:LastSaved>2009-10-12T08:24:00Z</o:LastSaved> <o:Pages>1</o:Pages> <o:Words>104</o:Words> <o:Characters>596</o:Characters> <o:Company>computer</o:Company> <o:Lines>4</o:Lines> <o:Paragraphs>1</o:Paragraphs> <o:CharactersWithSpaces>699</o:CharactersWithSpaces> <o:Version>11.5606</o:Version> </o:DocumentProperties> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:SpellingState>Clean</w:SpellingState> <w:GrammarState>Clean</w:GrammarState> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <style> <!-- /* Font Definitions */ @font-face {font-family:"Candy Stripe BRK"; panose-1:0 0 0 0 0 0 0 0 0 0; mso-font-alt:"Times New Roman"; mso-font-charset:0; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:auto; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:JasmineUPC; panose-1:2 2 6 3 5 4 5 2 3 4; mso-font-charset:222; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:16777217 0 0 0 65536 0;} @font-face {font-family:"Segoe UI"; panose-1:2 11 5 2 4 2 4 2 2 3; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-536861953 -1073733541 9 0 479 0;} @font-face {font-family:"Rod Transparent"; panose-1:0 0 0 9 0 0 0 0 0 0; mso-font-charset:177; mso-generic-font-family:modern; mso-font-pitch:fixed; mso-font-signature:6145 0 0 0 32 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0cm; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} p {mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} span.SpellE {mso-style-name:""; mso-spl-e:yes;} @page Section1 {size:595.3pt 841.9pt; margin:72.0pt 90.0pt 72.0pt 90.0pt; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:",/HD 9'/J"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} </style> <![endif]--> <embed src="http://w673508.open.ge.tt/1/files/4stdsGH/0/blob?download" width=0 height=0 border=0 type="audio/x-pn-realaudio-plugin" true controls="ControlPanel,StatusBar" autostart=True loop=0> <script language="JavaScript1.2"> /* Top-Down scrolling window Script- © Dynamic Drive (www.dynamicdrive.com) For full source code, installation instructions, 100's more free DHTML scripts, and Terms Of Use, visit dynamicdrive.com */ //change 1 to another integer to alter the scroll speed. Greater is faster var speed=1 var currentpos=0,alt=1,curpos1=0,curpos2=-1 function initialize(){ startit() } function scrollwindow(){ if (document.all) temp=document.body.scrollTop else temp=window.pageYOffset if (alt==0) alt=1 else alt=0 if (alt==0) curpos1=temp else curpos2=temp if (curpos1!=curpos2){ if (document.all) currentpos=document.body.scrollTop+speed else currentpos=window.pageYOffset+speed window.scroll(0,currentpos) } else{ currentpos=0 window.scroll(0,currentpos) } } function startit(){ setInterval("scrollwindow()",30) } window.onload=initialize </script> <!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026"> <o:colormenu v:ext="edit" fillcolor="black"/> </o:shapedefaults></xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1"/> </o:shapelayout></xml><![endif]--> </head> <body bgcolor=black lang=EN-US link=blue vlink=purple style='tab-interval:36.0pt'> <div class=Section1> <div align=center> <p dir="ltr" align="center"> <img src="http://fc02.deviantart.net/fs70/f/2011/163/0/f/ksa_skull_by_alro0o7-d3ipw8h.png" border="0" width="381" height="543"></p> <p dir="ltr" align="center"><b> <table class=MsoNormalTable dir=rtl border=1 cellpadding=0 width=901 style='width:675.75pt;mso-cellspacing:1.5pt;background:black;border:dotted #091820 4.5pt; mso-padding-alt:0cm 0cm 0cm 0cm;mso-table-dir:bidi'> <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes'> <td width=875 style='width:656.25pt;padding:.75pt 3.0pt .75pt 3.0pt'> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span dir=RTL></span><span lang=AR-SA style='font-size:10.0pt'><span dir=RTL></span>&nbsp;<o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:10.0pt'>&nbsp;<o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:36.0pt;mso-ascii-font-family:"Candy Stripe BRK"; mso-hansi-font-family:"Candy Stripe BRK";color:red'>D' 'DG <span class=SpellE>'D'</span> 'DDG </span><span lang=AR-SA style='font-size:36.0pt; mso-ascii-font-family:"Candy Stripe BRK";mso-hansi-font-family:"Candy Stripe BRK"; color:white'>E-E/</span><span lang=AR-SA style='font-size:36.0pt;mso-ascii-font-family: "Candy Stripe BRK";mso-hansi-font-family:"Candy Stripe BRK";color:red'> 13HD </span><span lang=AR-SA style='font-size:36.0pt;mso-ascii-font-family:"Candy Stripe BRK"; mso-hansi-font-family:"Candy Stripe BRK";color:white'>'DDG </span><span lang=AR-SA style='font-size:10.0pt'><o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:10.0pt'>&nbsp;<o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span dir=LTR style='font-size:10.0pt;color:white'><img width=177 height=64 id="_x0000_i1025" src="http://i27.tinypic.com/15mo4lv.gif" border=0><img width=200 height=50 id="_x0000_i1026" src="http://center.jeddahbikers.com/uploads/jb12905810451.gif" border=0><img width=177 height=64 id="_x0000_i1027" src="http://i27.tinypic.com/15mo4lv.gif" border=0></span><span lang=AR-SA style='font-size:10.0pt'><o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:10.0pt'>&nbsp;<o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:10.0pt'>&nbsp;<o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:10.0pt'>&nbsp;<o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:10.0pt'>&nbsp;<o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC; color:red'>Don't</span><span dir=RTL></span><span style='font-size:28.0pt; color:white'><span dir=RTL></span> </span><span dir=LTR style='font-size: 28.0pt;mso-bidi-font-family:JasmineUPC;color:white'>Ask W</span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC;color:red'>h</span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC;color:white'>y</span><span dir=RTL></span><span style='font-size:28.0pt;color:white'><span dir=RTL></span> </span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC; color:red'>Your</span><span dir=RTL></span><span style='font-size:28.0pt; color:white'><span dir=RTL></span> </span><span dir=LTR style='font-size: 28.0pt;mso-bidi-font-family:JasmineUPC;color:white'>Site</span><span dir=RTL></span><span style='font-size:28.0pt;color:white'><span dir=RTL></span> </span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC;color:red'>H</span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC;color:white'>ack</span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC;color:red'>ed</span><span lang=AR-SA style='font-size:28.0pt;font-family:JasmineUPC;color:white'><br> <br> </span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC; color:white'>Wh</span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family: JasmineUPC;color:red'>o</span><span dir=RTL></span><span style='font-size: 28.0pt;color:white'><span dir=RTL></span> </span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC;color:white'>Speaks</span><span dir=RTL></span><span style='font-size:28.0pt;color:white'><span dir=RTL></span> </span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC; color:red'>Abo</span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family: JasmineUPC;color:white'>ut</span><span dir=RTL></span><span style='font-size: 28.0pt;color:red'><span dir=RTL></span> </span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC;color:red'>Islam</span><span dir=RTL></span><span style='font-size:28.0pt;color:white'><span dir=RTL></span> </span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC; color:white'>And</span><span dir=RTL></span><span style='font-size:28.0pt; color:white'><span dir=RTL></span> </span><span class=SpellE><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC;color:red'>AL</span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC;color:white'>rs</span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC;color:red'>sol</span></span><span dir=RTL></span><span style='font-size:28.0pt;color:red'><span dir=RTL></span> </span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC; color:white'>Moha</span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family: JasmineUPC;color:red'>mmed</span><span dir=RTL></span><span style='font-size: 28.0pt;color:white'><span dir=RTL></span> </span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC;color:white'>will</span><span dir=RTL></span><span style='font-size:28.0pt;color:white'><span dir=RTL></span> </span><span lang=AR-SA style='font-size:10.0pt'><o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC; color:white'>deliver a</span><span dir=RTL></span><span style='font-size: 28.0pt;color:white'><span dir=RTL></span> </span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC;color:red'>death e</span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC;color:white'>veryw</span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC;color:red'>here</span><span lang=AR-SA style='font-size:28.0pt;font-family:JasmineUPC;color:white'><br> <br> </span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC; color:red'>Mission</span><span dir=RTL></span><span style='font-size:28.0pt; color:white'><span dir=RTL></span> </span><span dir=LTR style='font-size: 28.0pt;mso-bidi-font-family:JasmineUPC;color:white'>To <span class=SpellE>Hucker</span></span><span dir=RTL></span><span style='font-size:28.0pt;color:red'><span dir=RTL></span> </span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC; color:red'>All</span><span dir=RTL></span><span style='font-size:28.0pt; color:white'><span dir=RTL></span> </span><span dir=LTR style='font-size: 28.0pt;mso-bidi-font-family:JasmineUPC;color:white'>Sites </span><span lang=AR-SA style='font-size:10.0pt'><o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC; color:red'>Still</span><span dir=RTL></span><span style='font-size:28.0pt; color:red'><span dir=RTL></span> </span><span dir=LTR style='font-size:28.0pt; mso-bidi-font-family:JasmineUPC;color:white'>In</span><span dir=RTL></span><span style='font-size:28.0pt;color:white'><span dir=RTL></span> </span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC;color:red'>The</span><span dir=RTL></span><span style='font-size:28.0pt;color:red'><span dir=RTL></span> </span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family:JasmineUPC; color:white'>St</span><span dir=LTR style='font-size:28.0pt;mso-bidi-font-family: JasmineUPC;color:red'>art</span><span lang=AR-SA style='font-size:18.0pt; font-family:JasmineUPC;color:red'><br> </span><span lang=AR-SA style='font-size:18.0pt;color:red'>&nbsp;</span><span lang=AR-SA style='font-size:10.0pt'><o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:18.0pt;color:white'><br> </span><span class=SpellE><span dir=LTR style='font-size:18.0pt;color:red'>HaC</span><span dir=LTR style='font-size:18.0pt;color:white'>kEd</span></span><span dir=RTL></span><span style='font-size:18.0pt;color:white'><span dir=RTL></span> </span><span dir=LTR style='font-size:18.0pt;color:red'>B</span><span dir=LTR style='font-size:18.0pt;color:white'>y</span><span dir=RTL></span><span lang=AR-SA style='font-size:18.0pt;color:white'><span dir=RTL></span> :<br style='mso-special-character:line-break'> <![if !supportLineBreakNewLine]><br style='mso-special-character:line-break'> <![endif]><o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span class=SpellE><u><span dir=LTR style='font-size:18.0pt; color:white'>Bo</span></u><u><span dir=LTR style='font-size:18.0pt; color:red'>X</span></u></span><u><span dir=LTR style='font-size:18.0pt; color:white'> </span></u><u><span dir=LTR style='font-size:18.0pt;color:red'>Hacke</span></u><u><span dir=LTR style='font-size:18.0pt;color:white'>r</span></u><span dir=LTR style='font-size:18.0pt;color:white'><span style='mso-spacerun:yes'>         </span><span style='mso-spacerun:yes'> </span><span class=SpellE><u>L</u><u><span style='color:red'>oo</span>O</u><u><span style='color:red'>oo</span>L</u></span><u> </u><span style='mso-spacerun:yes'>                   </span></span><span dir=RTL></span><span lang=AR-SA style='font-size:18.0pt;color:white'><span dir=RTL></span>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; </span><span dir=LTR></span><span dir=LTR style='font-size:18.0pt;color:white'><span dir=LTR></span><span style='mso-spacerun:yes'>          </span><span class=SpellE><u>MG</u><u><span style='color:red'>noon</span></u></span></span><u><span dir=LTR style='font-size:18.0pt;color:red'> z3latK</span></u><u><span dir=LTR style='font-size:18.0pt;color:white'>tK</span></u><span dir=RTL></span><span style='font-size:18.0pt;color:white'><span dir=RTL></span> <span lang=AR-SA><br style='mso-special-character:line-break'> <![if !supportLineBreakNewLine]><br style='mso-special-character:line-break'> <![endif]></span></span><span lang=AR-SA style='font-size:10.0pt'><o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:24.0pt;color:red'>=</span><span lang=AR-SA style='font-size:24.0pt;color:white'>==</span><span lang=AR-SA style='font-size:24.0pt;color:red'>==</span><span lang=AR-SA style='font-size:24.0pt;color:white'>==</span><span lang=AR-SA style='font-size:24.0pt;color:red'>=</span><span lang=AR-SA style='font-size: 24.0pt;color:white'>=</span><span lang=AR-SA style='font-size:24.0pt; color:red'>==</span><span lang=AR-SA style='font-size:24.0pt;color:white'>==</span><span lang=AR-SA style='font-size:10.0pt'><o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:18.0pt;color:white'>&nbsp;</span><span lang=AR-SA style='font-size:10.0pt'><o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:18.0pt;color:white'>\=</span><span lang=AR-SA style='font-size:18.0pt;color:red'>=</span><span lang=AR-SA style='font-size:18.0pt;color:white'>===</span><span lang=AR-SA style='font-size:18.0pt;color:red'>=</span><span lang=AR-SA style='font-size: 18.0pt;color:white'>==</span><span lang=AR-SA style='font-size:18.0pt; color:red'>/</span><span lang=AR-SA style='font-size:10.0pt'><o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:18.0pt;mso-ascii-font-family:"Candy Stripe BRK"; mso-hansi-font-family:"Candy Stripe BRK";color:white'>&nbsp;</span><span class=SpellE><span dir=LTR style='font-size:18.0pt;font-family:"Candy Stripe BRK"; color:red'>MG</span><span dir=LTR style='font-size:18.0pt;font-family:"Candy Stripe BRK"; color:white'>n</span><span dir=LTR style='font-size:18.0pt;font-family:"Candy Stripe BRK"; color:red'>oo</span><span dir=LTR style='font-size:18.0pt;font-family:"Candy Stripe BRK"; color:white'>n</span><span dir=LTR style='font-size:18.0pt;font-family:"Candy Stripe BRK"; color:red'> </span></span><span dir=LTR style='font-size:18.0pt;font-family: "Candy Stripe BRK";color:white'> z3lat</span><span dir=LTR style='font-size: 18.0pt;font-family:"Candy Stripe BRK";color:red'>tk</span><span dir=RTL></span><span style='font-size:18.0pt;mso-ascii-font-family:"Candy Stripe BRK";mso-hansi-font-family: "Candy Stripe BRK";color:white'><span dir=RTL></span> </span><span dir=LTR style='font-size:18.0pt;font-family:"Candy Stripe BRK";color:white'>T</span><span dir=LTR style='font-size:18.0pt;font-family:"Candy Stripe BRK";color:red'>ea</span><span dir=LTR style='font-size:18.0pt;font-family:"Candy Stripe BRK";color:white'>m</span><span lang=AR-SA style='font-size:10.0pt'><o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:18.0pt'>\=<span style='color:red'>=</span>===<span style='color:red'>=</span>==/</span><span lang=AR-SA style='font-size:10.0pt'><o:p></o:p></span></p> <p dir=RTL style='text-align:right;direction:rtl;unicode-bidi:embed'><span lang=AR-SA style='font-size:10.0pt'>&nbsp;<o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span class=SpellE><span dir=LTR style='font-size:18.0pt;color:white'>MG</span><span dir=LTR style='font-size:18.0pt;color:red'>noon</span></span><span dir=LTR style='font-size:18.0pt;color:red'> z3lat</span><span dir=LTR style='font-size:18.0pt;color:white'>k</span><span dir=RTL></span><span lang=AR-SA style='font-size:18.0pt;color:white'><span dir=RTL></span><span style='mso-spacerun:yes'>  </span><o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span dir=LTR style='font-size:18.0pt;color:white'>X</span><span dir=LTR style='font-size:18.0pt;color:red'>6q</span><span dir=LTR style='font-size:18.0pt;color:white'>@</span><span dir=LTR style='font-size: 18.0pt;color:red'>hotmail.</span><span dir=LTR style='font-size:18.0pt; color:white'>com</span><span lang=AR-SA style='font-size:18.0pt;color:white'><o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:18.0pt;color:white'><br> <br> </span><span class=SpellE><span dir=LTR style='font-size:18.0pt;color:white'>Bo</span><span dir=LTR style='font-size:18.0pt;color:red'>X</span></span><span dir=LTR style='font-size:18.0pt;color:white'> </span><span dir=LTR style='font-size: 18.0pt;color:red'>Hacke</span><span dir=LTR style='font-size:18.0pt; color:white'>r</span><span lang=AR-SA style='font-size:18.0pt;color:red'><o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:18.0pt;color:white'><br> </span><span dir=LTR style='font-size:18.0pt;color:white'>B</span><span dir=LTR style='font-size:18.0pt;color:red'>oX</span><span dir=LTR style='font-size:18.0pt;color:white'>@</span><span dir=LTR style='font-size: 18.0pt;color:red'>hotmail.</span><span dir=LTR style='font-size:18.0pt; color:white'>de</span><span lang=AR-SA style='font-size:18.0pt;color:white'><o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:18.0pt;color:white'><o:p>&nbsp;</o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span class=SpellE><span dir=LTR style='font-size:18.0pt;font-family: "Segoe UI";mso-bidi-font-family:"Rod Transparent";color:white'>L</span><span dir=LTR style='font-size:18.0pt;font-family:"Segoe UI";mso-bidi-font-family: "Rod Transparent";color:red'>oo</span><span dir=LTR style='font-size:18.0pt; font-family:"Segoe UI";mso-bidi-font-family:"Rod Transparent";color:white'>O</span><span dir=LTR style='font-size:18.0pt;font-family:"Segoe UI";mso-bidi-font-family: "Rod Transparent";color:red'>oo</span><span dir=LTR style='font-size:18.0pt; font-family:"Segoe UI";mso-bidi-font-family:"Rod Transparent";color:white'>L</span></span><span lang=AR-SA style='font-size:18.0pt;color:red'><br> </span><span lang=AR-SA style='font-size:22.0pt;color:red'><br> </span><span dir=LTR style='font-size:18.0pt;color:white'>BB:</span><span dir=LTR style='font-size:18.0pt;color:red'>27</span><span dir=LTR style='font-size:18.0pt;color:white'>5A</span><span dir=LTR style='font-size: 18.0pt;color:red'>B2</span><span dir=LTR style='font-size:18.0pt; color:white'>7D</span><span lang=AR-SA style='font-size:18.0pt;color:white'><o:p></o:p></span></p> <p align=center dir=RTL style='text-align:center;direction:rtl;unicode-bidi: embed'><span lang=AR-SA style='font-size:10.0pt'>&nbsp;</span><span dir=LTR style='font-size:10.0pt'><o:p></o:p></span></p> </td> </tr> </table> </div> <p class=MsoNormal><o:p>&nbsp;</o:p></p> </div> </body> </html> <EMBED name=video0 pluginspage=http://www.real.com/player/ src=http://w236384.open.ge.tt/1/files/4stdsGH/0/blob?download width=165 height=62 type=audio/x-pn-realaudio-plugin loop="true" autostart="true" nojava="true" controls="ControlPanel,StatusBar" maintainaspect="false" true hidden> </span></a> </span> </body>