

<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=18&catParId=13&artId=1376&Type=2" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_izqnr355o1k3yh553io3fz45_/default.aspx?app=ArticleManagement&page=ArticleView&catId=18&catParId=13&artId=1376&Type=2_634196475489811250" />
<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">33</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">از سال64 که بحث انقلاب ایدئولوژیک شروع شد، بحث ها و تئوری هایی مثل انفجار ایدئولوژیک- رهایی و تبدیل شدن فرد به یک شخصیت جدید مطرح بود، شخصیتی که کیفاً متفاوت از شخصیت قبلی بود و در این رابطه بحث هایی مثل E=MC2 مطرح بود، به این معنی که براساس تئوری انیشتین با شکافتن هسته اتم انرژی غیرقابل وصفی از آن بدست می آید که کاملاً متفاوت از شکل قبلی آن است. <br />
<br />
بعدها این بحث ادامه پیدا کرد تا سالهای 1359و1370 و شاید عده ی زیادی در سازمان بودند که این بحث ها را باور کرده بودند و برای رسیدن به این حالت روحی تلاش می کردند. <br />
<br />
بعدها با کش پیدا کردن و فرسایشی شدن این قبیل بحث ها مشخص شد که اولین کسانی که به این بحث ها اعتفاد ندارند و جدی نمی گیرند رهبران سازمان هستند، زیرا اگر کسی با تلاش و کوشش فراوان و انواع ریاضت کشیدن ها به یک حالت روحی متعالی دست پیدا می کرد او را مورد تمسخر قرار می دادند، در سالهای بعد از دهه هفتاد تعداد زیادی ادعای دست یافتن به رهایی و تحولات درونی را داشتند، ولی غالباً توسط تشکیلات سازمان مورد مجازات قرار می گرفتند، بصورتیکه بسیاری از آنها به دلیل ریاضت های روحی دیوانه شدند. <br />
<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>
