

<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=15&catParId=14&artId=1328&Type=2" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_izqnr355o1k3yh553io3fz45_/default.aspx?app=ArticleManagement&page=ArticleView&catId=15&catParId=14&artId=1328&Type=2_634196461671373750" />
<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">27</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 />
در روز بیست و هشتم ژوئیه درگیری هایی در کمپ اشرف در استان دیالی بوقوع پیوست. این زمانی رخ داد که نیروهای انتظامی عراق به قصد برقراری ایستگاه پلیس وارد کمپ گردیدند. این کمپ بیش از سه هزار و چهارصد نفر از گروه تروریستی ایرانی مجاهدین خلق را در بر می گیرد. درگیری ها منجر به مرگ یازده تن از اعضای سازمان مجاهدین خلق و زخمی شدن سی تن از افسران انتظامی عراق گردید. دولت با دلایل معتبر ابراز نمود که سازمان مجاهدین خلق آغاز گر درگیری ها بوده و تظاهراتی اعتراضی را برای بستن راه ورود نیروهای انتظامی عراق به کمپ سازمان داده است. <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>
