

<HTML>
 <HEAD>
 <title>پرونده سیاه TheBlackFile.com</title>
 <meta id="mtaKeyWords" content="blackfile , Web Site black file , mojahedin , rajavi , maryam , ngo , mko,مریم ,رجوی ,مسعود ,مجاهدین ,قتل ,عراق, ,اشرف" name="keywords"></meta>
 <meta id="mtaDescription" content="blackfile , Web Site black file , mojahedin , rajavi , maryam ," name="description"></meta>
 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
 <LINK href="/themes/mainskins/theblackfile/Styles/Panel.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/theblackfile/Styles/Skin.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/theblackfile/Styles/General.css" rel="stylesheet"></LINK>
 </HEAD>
 <body id="body" bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout" OnClick="javascript:HideMenu();" OnLoad="javascript:InitMenu();">

 
 <script>
 function Initialize(){
 var req;
 try{
  req=new ActiveXObject("Msxml2.XMLHTTP");
 }catch(e){
  try{
  req=new ActiveXObject("Microsoft.XMLHTTP");
  }
  catch(oc){
  req=null;
  }
 }
 if(!req&&typeof XMLHttpRequest!="undefined"){
  req=new XMLHttpRequest();
 }
 return req;
 }
 
 function LoadPage(url,div){
 if(url.substr(url.length-1)=="#"){
  return false;
 }
 document.getElementById(div).innerHTML = "<div align=center dir=rtl><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR> Loading...</div>";
 var req=Initialize();
 if(req!= null){
  req.onreadystatechange = function(){
   Process(div,req);
  };
  req.open("GET", url, true);
  req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");
  req.send(null);
 }
 }
 
 function Process(div,req){
 if(req.readyState == 4){
  if (req.status == 200){
  if(req.responseText==""){
   HideDiv(div);
  }else{
   ShowDiv(div);
   document.getElementById(div).innerHTML = req.responseText.replace("<form","<form1");
  }
  }else{
  document.getElementById(div).innerHTML= "Server is too busy:<br>" + req.statusText;
  }
 } 
 }
 
 function ShowDiv(divid){if (document.layers) document.layers[divid].visibility="show";else document.getElementById(divid).style.visibility="visible";}function HideDiv(divid){if (document.layers){document.layers[divid].visibility="hide";}else{document.getElementById(divid).style.visibility="hidden";}}function BodyLoad(div){HideDiv(div);document.form1.keyword.focus();}function PostPage(url,params,div){if(url.substr(url.length-1)=="#"){return false;}document.getElementById(div).innerHTML = "<div align=center dir=rtl><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR>Loading...</div>";var req=Initialize();if(req!= null){req.onreadystatechange = function(){req=Process(div,req);};req.open("POST", url, true);req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");req.send(params);}}


 function GetLocalBlock(url,id){
 if(url.indexOf("=ShowHit")){
   var clocktime = new Date();
   var utchours = clocktime.getUTCHours();
   var utcminutes = clocktime.getUTCMinutes();
   var utcseconds = clocktime.getUTCSeconds();
   var utcyear = clocktime.getUTCFullYear();
   var utcmonth = clocktime.getUTCMonth()+1;
   var utcday = clocktime.getUTCDate();
   var utctime = utcyear+''+utcmonth+''+utcday;
    utctime += utchours+''+utcminutes+''+utcseconds;
  url = url+"&antiCache="+utctime;
 }

 if(url.substr(url.length-1)=="#"){
  return false;
 }
 document.getElementById(id).innerHTML = "<div align=center dir=ltr><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR> Loading...</div>";
 var req=Initialize();
 if(req!= null){
  req.onreadystatechange = function(){
   ProcessBlock(req,id);
  };
  req.open("GET", url, true);
  req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");
  req.send(null);
 }else{alert(req);}
 }
 
 function ProcessBlock(req,id){
 if(req.readyState == 4){
  if (req.status == 200){
  if(req.responseText==""){
   //HideDiv(div);
  }else{
   document.getElementById(id).innerHTML = req.responseText;
  }
  }else{
  document.getElementById(id).innerHTML = "Server is too busy:<br>" + req.statusText;
  }
 } 
 }

function ShowDiv(divid)
{
  if (document.layers) document.layers[divid].visibility="show";
  else document.getElementById(divid).style.visibility="visible";
}

function HideDiv(divid)
{
  if(document.layers){
 document.layers[divid].visibility="hide";
  }else{
 document.getElementById(divid).style.visibility="hidden";
  }
}

function BodyLoad(div)
{
  HideDiv(div);
  document.form1.keyword.focus();
}

function ShowDivPosition(divId)
 {
   var div = document.getElementById(divId);
   var divContentTable = document.getElementById('divDefinitionTable');
   document.getElementById('pContent').innerHTML = div.innerHTML;
   divContentTable.style.display = "block";
   divContentTable.style.top = event.clientY + document.body.scrollTop+10;
   if((divContentTable.style.pixelLeft+300)>850){
 divContentTable.style.left = event.clientX + document.body.scrollLeft - 300;
   }else{
 divContentTable.style.left = event.clientX + document.body.scrollLeft+10;
   }
 } 
 function HideDivPosition(divId)
 {
   var div = document.getElementById('divDefinitionTable');
   div.style.display = "none";
 } 
 
 var hex=0;

function FadeMenuIn(obj){ 
 if(hex<100) {
 hex+=6;
 document.getElementById(obj).style.filter = "alpha(opacity="+hex+", finishopacity=30, style=4, StartX=100, FinishX=0, StartY=0, FinishY=0)";
 setTimeout("FadeMenuIn('"+obj+"')",1);
 }else{
 hex=100; //reset hex value
 }
}

function FadeMenuOut(obj){
 clearTimeout("FadeMenuIn('"+obj+"')");
 document.getElementById(obj).style.filter = "alpha(opacity=100, finishopacity=30, style=4, StartX=100, FinishX=0, StartY=0, FinishY=0)";
 hex=100;
}
  </SCRIPT>
  <DIV id="divDefinitionTable" style="DISPLAY: none; POSITION: absolute">
  <TABLE id="table1" style="BORDER-RIGHT: 1px dotted; BORDER-TOP: 1px dotted; FILTER: dropShadow(color=#f3f3f3,offx=2,offy=2,positive=true); BORDER-LEFT: 1px dotted; BORDER-BOTTOM: 1px dotted; BORDER-COLLAPSE: collapse"
   borderColor="#808080" cellSpacing="4" cellPadding="5" width="300" border="1">
   <TR>
   <TD bgColor="#ffffff">
    <P id="pContent" dir="rtl" style="TEXT-ALIGN: justify">[MAIN]</P>
   </TD>
   </TR>
  </TABLE>
  </DIV>
  <DIV id="divDefinition" style="DISPLAY: none; POSITION: absolute"></DIV>
 
 <script language="javascript" src="/scripts/public.js" type="text/javascript"></script>
 <div id="jhfjkefkjfnkjsdf" align="center">
  <form name="frmDefault" method="post" action="/default.aspx?app=ArticleManagement&page=ArticleView&catId=33&catParId=13&artId=1089&Type=2" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_izqnr355o1k3yh553io3fz45_/default.aspx?app=ArticleManagement&page=ArticleView&catId=33&catParId=13&artId=1089&Type=2_634196491777936250" />
<input type="hidden" name="__VIEWSTATE" value="" />
  
  <!-- Required Hidden Fields --><input name="h1" id="h1" type="hidden" />
  <input name="ht1" id="ht1" type="hidden" size="1" width="15px" /> <input name="ht2" id="ht2" type="hidden" size="1" width="15px" />
  <input name="htContentSite" id="htContentSite" type="hidden" size="1" width="15px" />
  <!-- Required Fields -->
  <div id="divPopUpMessage" style="DISPLAY: none; Z-INDEX: 101; POSITION: absolute"></div>
  
  <!-- End Required Fields -->
<table cellspacing="0" cellpadding="0" width="900" align="center" border="0">
  <!--DWLayoutTable-->
  <tbody>
    <tr>
      <td valign="top" colspan="2" height="262">
      <table cellspacing="0" cellpadding="0" width="100%" border="0">
        <!--DWLayoutTable-->
        <tbody>
          <tr>
            <td valign="top" colspan="3" height="208">
            <table cellspacing="0" cellpadding="0" width="100%" border="0">
              <!--DWLayoutTable-->
              <tbody>
                <tr>
                  <td valign="top" width="900" height="208"><img height="208" alt="" width="900" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_01.jpg" /></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr>
            <td valign="middle" align="center" width="568" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_02-back.jpg" height="54">
            <table cellspacing="0" cellpadding="4" width="100%" border="0">
              <tbody>
                <tr>
                  <td id="Theme_tdDateTime" style="COLOR: #333333" valign="middle" align="left" width="180">&nbsp;1389/06/18 پنج شنبه

<br>

</td>

                  <td id="Theme_tdMarquee" style="COLOR: #333333" valign="middle" align="left" width="100%"></td>

                </tr>
              </tbody>
            </table>
            </td>
            <td valign="top" width="132"><img height="54" alt="" width="132" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_03.jpg" /></td>
            <td valign="top" width="200"><img height="54" alt="" width="200" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_04.jpg" /></td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
    <tr>
      <td valign="top" width="673" height="100%">
      <table height="100%" cellspacing="0" cellpadding="8" width="100%" border="0">
        <!--DWLayoutTable-->
        <tbody>
          <tr>
            <td id="Theme_tdMain" valign="top" align="right" width="673" bgcolor="#e1e1e1" height="100%">&nbsp;

<TABLE id="Table2" dir="rtl" cellSpacing="5" cellPadding="5" width="100%" border="0">
 <TR>
 <TD style="HEIGHT: 29px">
  
 </TD>
 </TR>
 <TR>
 <TD style="HEIGHT: 29px">


<P align="right">مبحث:
      <span id="Theme__ctl1_lblCategory" class="NormalText">مجاهدين و عراق</span></P>
     <P dir="rtl" align="right">مطالعات:
     <span id="Theme__ctl1_lblVisitor" class="NormalText">57</span></P>
<FONT face="Tahoma" size="2">&nbsp;
  <span id="Theme__ctl1_lblTitle" class="NormalText" style="color:#404040;font-family:Arial;font-size:Medium;">منفوریت سازمان مجاهدین درعراق</span></FONT></TD>
 </TR>
 <TR>
 <TD class="Normaltext"><STRONG>خلاصه:</STRONG>
  <span id="Theme__ctl1_lblSummary" class="NormalText">دیگر زمان برخورد دوگانه به اتمام رسیده است و ارتش و دولت و خلق عراق بنظر می رسد که در این رابطه طاقتشان به اتمام رسیده است و قصد برخوردی قاطع با سازمان دارند.""

</span></TD>
 </TR>
 <TR>
 <TD><FONT face="Tahoma" size="2"></FONT></TD>
 </TR>
 <TR>
 <TD><FONT face="Tahoma" size="2"><span id="Theme__ctl1_lblText" class="NormalText"><p align="justify"><font size="3"></font></p>
<p align="justify"><font size="3">در حالیکه منفوریت سازمان مجاهدین درعراق به اوج خود رسیده است،و روزنامه نگاران تا دانشگاهیان و اقشارعادی گرفته تا ساکنان استان دیالی همه معترض وجود پایگاه مجاهدین درعراق هستند. <br />
<br />
حالا دیگر حتی اهالی استان نیسان هم که شایعات مبنی بر انتقال مجاهدین به آنجا را شنیده بودند، حاضر به میزبانی آنها نسیتند و حلقه محاصره بر این سازمان تنگ شده است. <br />
<br />
یک وکیل برجسته و حقوقدان معروف عراقی گفته است که بهترین راه اخراج مجاهدین بازگشت آنها به کشورشان ایران یا هر کشور ثالث دیگر است و با همه اسناد و مدارکی که وجود دارد که اظهرمن الشمس است واقعاً باید به غیرت دولت و ملت عراق شک کرد، زیرا در حالیکه اکثر جانیان باقی مانده از حزب بعث تحت تعقیب قانونی می باشند، بزرگترین حامی حزب بعث در حال حاضر درعراق بسر می برد و حتی در کمال پرویی ادعای مالکیت هم دارد. <br />
<br />
گرچه این موضوع و روند، ناشی از حمایت امپریالیست ها و آمریکا از سازمان است، ولی دولت و ملت عراق اگرعزم جزم داشته باشند و حق خود را مبنی بر محاکمه و اخراج سازمان ِ ضد عراقی مطالبه کنند، طبعاً قدرت های آمریکایی نمی توانند به این صورت آشکار از آنها حمایت کنند و مجاهدین هم به ریش عراقی ها بخندند، ولی ظاهراً این بار دیگر ارتش و پلیس عراق دیگر مصمم شده است این خواسته قانونی و ملی خلق عراق را مبنی بر تعیین تکلیف سازمان مجاهدین درعراق به کرسی بنشاند. <br />
<br />
گرچه انتظار نمی رود بدلیل سرسپردگی سازمان به ارباب جدید و قدیم( آمریکا) به صلیب کشیده شوند( سناریوی پیش بینی شده در سال 1991م از طرف رجوی)، ولی حداقل انتظار از دولت عراق این است که ترتیبات جابجایی آنها را بدهد، چون واقعاً وجود اشرف آنهم بعد از این همه سال درعراق لکه ننگی بر پیشانی عراقی هاست و حاکی ازعدم استقلال و تأثیر آن دولت در مسائل مهم کشورش می باشد. <br />
<br />
سازمانی که در سال91 میلادی انتظار به صلیب کشیدن را داشت امروز در سال 2009 ادعای مالیکت و دریافت غرامت200 میلیون دلاری دارد، مقصر کیست و چه کسی اینگونه تروریست ها را گستاخ کرده است؟ <br />
<br />
آیا کشور آمریکا و دستگاههای اطلاعاتی و وزارت دفاع آنها که ظاهراً بر ضد تروریزم اقدام می کنند، دفاع از این تروریست ها را بعهده نگرفته اند؟ <br />
<br />
دیگر زمان برخورد دوگانه به اتمام رسیده است و ارتش و دولت و خلق عراق بنظر می رسد که در این رابطه طاقتشان به اتمام رسیده است و قصد برخوردی قاطع با سازمان دارند. <br />
برخوردی که طبعاَ به نفع اسرای اشرف وخانواده های چشم انتظارانها خواهد بود <br />
</font></p></span></FONT></TD>
 </TR>
 <TR>
 <TD style="HEIGHT: 35px">
  <TABLE id="Table4" cellSpacing="1" cellPadding="1" width="100%" border="0">
  <TR>
   <TD class="NormalText">مقاله هاي مرتبط:</TD>
  </TR>
  <TR>
   <TD style="HEIGHT: 12px">
   <HR width="100%" SIZE="1">
   </TD>
  </TR>
  </TABLE>
 </TD>
 </TR>
 <TR>
 <TD align="center"><BR>
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <BR>
  <span id="Theme__ctl1_lblMessage" class="NormalText"></span></TD>
 </TR>
</TABLE>

</td>

          </tr>
          <tr>
            <td style="BACKGROUND-REPEAT: no-repeat" valign="top" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_27.jpg" height="40"><!--DWLayoutEmptyCell-->&nbsp;</td>
          </tr>
        </tbody>
      </table>
      </td>
      <td valign="top" width="227" height="100%">
      <table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
        <!--DWLayoutTable-->
        <tbody>
          <tr>
            <td valign="top" width="227" height="158">
            <table cellspacing="0" cellpadding="0" width="100%" border="0">
              <!--DWLayoutTable-->
              <tbody>
                <tr>
                  <td valign="top" width="43" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_12.jpg" height="158"><img height="158" alt="" width="43" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_06.jpg" /></td>
                  <td id="Theme_tdMenu" valign="top" align="right" width="165" bgcolor="#000000"><script>var arrMenuText = new Array("&nbsp;&nbsp;&nbsp;","&nbsp;&nbsp;صفحه اصلی&nbsp;","&nbsp;&nbsp;ما کیستیم&nbsp;","&nbsp;&nbsp;ارتباط با ما&nbsp;","&nbsp;&nbsp;لینکها&nbsp;","&nbsp;&nbsp;نگارخانه&nbsp;","&nbsp;&nbsp;پرونده های سیاه&nbsp;","&nbsp;&nbsp;موضع سوم&nbsp;","&nbsp;&nbsp;خاطرات جداشدگان&nbsp;","&nbsp;&nbsp;کتابخانه&nbsp;");var arrMenuLink = new Array("/#","/documents/document/0/11589/home-blackfile.aspx","/documents/document/0/11586/about-us.aspx","/default.aspx?app=forms&page=form&docparid=0&docid=11590","/documents/document/0/11623/link.aspx","/default.aspx?app=galleries&page=gallery&docparid=0&docid=11642","/default.aspx?app=documents&page=link&docparid=0&docid=11609","/default.aspx?app=documents&page=link&docparid=0&docid=11610","/default.aspx?app=documents&page=link&docparid=0&docid=11655","/default.aspx?app=downloads&page=download&docparid=0&docid=11712&catparid=-11712");
var dir="rtl";
var bolVer=true;
</script><script src="/scripts/menu_scripts/Menu_Normal.js"></script>
<div id=divMainMenu></div>

</div><script>InitMenu();</script>
</td>

                  <td valign="top" width="19" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_08.jpg"><img height="158" alt="" width="19" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_08.jpg" /></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr>
            <td valign="top" height="36">
            <table cellspacing="0" cellpadding="0" width="100%" border="0">
              <!--DWLayoutTable-->
              <tbody>
                <tr>
                  <td valign="top" width="44" height="36"><img height="36" alt="" width="44" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_09.jpg" /></td>
                  <td valign="top" width="164">&nbsp;</td>
                  <td valign="top" width="19" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_08.jpg">&nbsp;</td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr>
            <td valign="top" height="106">
            <table cellspacing="0" cellpadding="0" width="100%" border="0">
              <!--DWLayoutTable-->
              <tbody>
                <tr>
                  <td valign="top" width="44" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_12.jpg" height="106"><img height="106" alt="" width="44" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_12.jpg" /></td>
                  <td style="COLOR: #ffffff" valign="top" align="center" width="164" bgcolor="#000000">
                  <table cellspacing="0" cellpadding="5" width="100%" border="0">
                    <tbody>
                      <tr>
                        <td id="Theme_tdSearch" style="COLOR: #ffffff" valign="top" align="center">&nbsp;
<meta http-equiv="Content-Language" content="fa">
<table width="0%" border="0" cellspacing="0" cellpadding="2">
 <tr>
  <td valign="middle"></td>
  <td valign="middle"><input type="submit" name="Theme:_ctl2:btnSearch" value="جستجو" id="Theme__ctl2_btnSearch" class="Button" OnClick="javascript:location.href='/default.aspx?page=search&app=search&srch='+document.getElementById('Theme__ctl2_txtSearch').value;return false;" style="width:51px;" /></td>
  <td valign="middle"><input name="Theme:_ctl2:txtSearch" id="Theme__ctl2_txtSearch" type="text" class="inputt" size="12" style="WIDTH: 80px" onkeydown="if(event.which || event.keyCode){if ((event.which == 13) || (event.keyCode == 13)) {document.getElementById('Theme__ctl2_btnSearch').click();return false;}} else {return true}; " /></td>
 </tr>
</table>
</td>

                      </tr>
                    </tbody>
                  </table>
                  </td>
                  <td valign="top" width="19" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_08.jpg"><img height="106" alt="" width="19" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_14.jpg" /></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr>
            <td valign="top" height="100%">
            <table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
              <!--DWLayoutTable-->
              <tbody>
                <tr>
                  <td valign="top" width="44" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_24.jpg" height="245"><img height="245" alt="" width="44" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_24.jpg" /></td>
                  <td style="COLOR: #ffffff" valign="top" align="center" width="164" bgcolor="#000000" height="100%">&nbsp;</td>
                  <td valign="top" width="19" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_08.jpg"><img height="245" alt="" width="19" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_26.jpg" /></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr>
            <td valign="top" height="40">
            <table cellspacing="0" cellpadding="0" width="100%" border="0">
              <!--DWLayoutTable-->
              <tbody>
                <tr>
                  <td valign="top" width="45" height="40"><img height="40" alt="" width="45" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_28.jpg" /></td>
                  <td valign="top" width="163"><img height="40" alt="" width="163" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_29.jpg" /></td>
                  <td valign="top" width="19"><img height="40" alt="" width="19" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_30.jpg" /></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
  </tbody>
</table>
<script>
var iVoteItemId=0;
function GetVoting(){
if (iVoteItemId==0){
alert("لطفا يك آيتم را انتخاب نماييد");

}else{
 window.open('/BlockManagement/BlockVoteItemVoting.aspx?BlockVotedIdItem='+iVoteItemId,'VotingResult','width=400,height=300,scrollbars=yes').moveTo(0,0);
 }
}
</script>
<div align="center">
 
</div>

   <SCRIPT>
            try{window.parent.Redirector(window.location.href);}catch(e){}
   </SCRIPT>
  <script language='javascript'> window.open('Popup/Popup.aspx', 'CustomPopUp', 'width=40, height=70, menuBar=no, resizable=yes,top=30,left=20titlebar="Test"') </script>

</form>
 </div>
 <script>function nothin(){};</script>
 </body>
</HTML>
