<!-- Error :
	-- Error --
	Message:Token cannot be zero.
	Source:mscorlib
	StackTrace:   at System.Security.Principal.WindowsIdentity.CreateFromToken(IntPtr userToken, String type, Boolean bClose)
   at System.Security.Principal.WindowsIdentity..ctor(IntPtr userToken)
   at PARSDATA.Utilities.Authentication.WinLogin.clsLogin.Login()
-->
<!-- Error :
	-- Error --
	Message:Token cannot be zero.
	Source:mscorlib
	StackTrace:   at System.Security.Principal.WindowsIdentity.CreateFromToken(IntPtr userToken, String type, Boolean bClose)
   at System.Security.Principal.WindowsIdentity..ctor(IntPtr userToken)
   at PARSDATA.Utilities.Authentication.WinLogin.clsLogin.Login()
-->
<HTML> <HEAD> <title>وب سايت سازمان مسكن و شهرسازي استان خراسان شمالي</title> <meta id="mtaKeyWords" content="" name="keywords"></meta> <meta id="mtaDescription" content="" name="description"></meta> <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema"> <LINK href="/themes/mainskins/Clock/Styles/Panel.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/Clock/Styles/Skin.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/Clock/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?page=NewsItemShow&app=News&PageNumber=1&docParId=11635&docId=12041" id="frmDefault"><input type="hidden" name="__EVENTTARGET" value="" /><input type="hidden" name="__EVENTARGUMENT" value="" /><input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_31mz3n55yayq5gnnqyc2ka45_/default.aspx?page=NewsItemShow&app=News&PageNumber=1&docParId=11635&docId=12041_634193096902549770" /><input type="hidden" name="__VIEWSTATE" value="" /><script language="javascript" type="text/javascript">
<!--
 function __doPostBack(eventTarget, eventArgument) {
 var theform;
 if (window.navigator.appName.toLowerCase().indexOf("microsoft") > -1) {
  theform = document.frmDefault;
 }
 else {
  theform = document.forms["frmDefault"];
 }
 theform.__EVENTTARGET.value = eventTarget.split("$").join(":");
 theform.__EVENTARGUMENT.value = eventArgument;
 theform.submit();
 }
// -->
</script>    <!-- 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="100%" border="0">  <!--DWLayoutTable-->  <tbody>    <tr>      <td valign="top" width="100%" height="100%">      <table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">        <!--DWLayoutTable-->        <tbody>          <tr>            <td valign="top" width="100%" height="285">            <table cellspacing="0" cellpadding="0" width="100%" border="0">              <!--DWLayoutTable-->              <tbody>                <tr>                  <td valign="top" width="132" height="50"><img alt="" src="/Themes/MainSkins/clock/images/saat-3_01.gif" /></td>                  <td width="100%" background="/Themes/MainSkins/clock/images/saat-3_02.gif">                  <table height="50" cellspacing="0" cellpadding="0" width="100%" border="0">                    <tbody>                      <tr>                        <td id="Theme_tdMarquee" valign="top" align="center" height="15"><marquee direction="right" width="100%" Height="10" OnMouseOver='this.stop();' OnMouseOut='this.start();' ><P><FONT color=#ccffff>به&nbsp; وب سايت سازمان مسكن و شهرسازي استان خراسان شمالي خوش آمديد</FONT></P></marquee></td>                      </tr>                      <tr>                        <td id="Theme_tdSearch" valign="bottom" height="25">&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:_ctl4:btnSearch" value="جستجو" onclick="javascript:location.href='/default.aspx?page=search&app=search&srch='+document.getElementById('Theme__ctl4_txtSearch').value;return false;if (typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); " language="javascript" id="Theme__ctl4_btnSearch" class="Button" style="width:51px;" /></td>  <td valign="middle"><input name="Theme:_ctl4:txtSearch" id="Theme__ctl4_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__ctl4_btnSearch').click();return false;}} else {return true}; " /></td> </tr></table></td>                      </tr>                    </tbody>                  </table>                  </td>                </tr>                <tr>                  <td valign="top" height="235"><img usemap="#Map" border="0" alt="" src="/Themes/MainSkins/clock/images/saat-3_05.gif" /></td>                  <td valign="top" background="/Themes/MainSkins/clock/images/saat-3_06-back.gif"><img alt="" src="/Themes/MainSkins/clock/images/saat-3_06.gif" /></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="50" background="/Themes/MainSkins/clock/images/saat-3_09.gif" height="100%"><img alt="" src="/Themes/MainSkins/clock/images/saat-3_09.gif" /></td>                  <td valign="top" width="100%" height="100%">                  <table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">                    <!--DWLayoutTable-->                    <tbody>                      <tr>                        <td id="Theme_tdMain" valign="top" align="right" width="100%" bgcolor="#e9e9e9" height="100%">&nbsp;آرشيو خبر -> سازمان مسكن و شهرسازي خراسان شمالي در ارزيابي به عمل آمده در سال 1388 جزء 5 استان برتر كشور شد . <SCRIPT language="JavaScript1.2"> 
 function PopupWin(){
 window.open(url, "external", "width=800,height=640" ,"resizable=yes,scrollbars=yes,status=yes,location=yes,toolbar=yes,menuBar=yes");
 }
</SCRIPT><table id="Theme__ctl2_tblmain" dir="rtl" cellspacing="0" cellpadding="0" width="100%" border="0"> <tr> <TD class="NormalText" align="left"></TD> </tr> <tr> <TD id="Theme__ctl2_tdNewsNo" class="NormalText" align="align"><span id="Theme__ctl2_lblNewsNo" class="NormalText">شماره خبر : </span>&nbsp;  12041</TD> </tr> <tr> <TD id="Theme__ctl2_tdNumReader" class="NormalText" align="align"><span id="Theme__ctl2_lblViews" class="NormalText">مطالعات : </span><span id="Theme__ctl2_lblNumReader" class="Label">88</span></TD> </tr> <tr> <TD id="Theme__ctl2_tdPublishDate" class="NormalText" align="align"><span id="Theme__ctl2_lblPublisher" class="NormalText">انتشار : </span>  <span id="Theme__ctl2_lblTime" class="Label">11:18</span>  <span id="Theme__ctl2_lblDay" class="Label">سه شنبه</span>  <span id="Theme__ctl2_lblPublishDate" class="Label">7/2/1389</span></TD> </tr> <tr> <TD class="NormalText"><STRONG>سازمان مسكن و شهرسازي خراسان شمالي در ارزيابي به عمل آمده در سال 1388 جزء 5 استان برتر كشور شد .</STRONG><br><br><p class="MsoNormal" dir="rtl" style="MARGIN: 0cm 0cm 0pt"><span lang="FA" style="mso-bidi-language: FA"><font size="3"><font face="Times New Roman"></font></font></span></p><p class="MsoNormal" dir="rtl" style="MARGIN: 0cm 0cm 0pt"><span lang="FA" style="mso-bidi-language: FA"><font size="3"><font face="Times New Roman"></font></font></span></p><p class="MsoNormal" dir="rtl" style="MARGIN: 0cm 0cm 0pt"><span lang="FA" style="mso-bidi-language: FA"><font size="3"><font face="Times New Roman"><font size="4">&nbsp;<a href="/documents/document/11826/12042/portal.aspx">امتياز استانها</a></font> </font></font></span></p><p class="MsoNormal" dir="rtl" style="MARGIN: 0cm 0cm 0pt"><span lang="FA" style="mso-bidi-language: FA"><font size="3"><font face="Times New Roman"></font></font></span></p><p class="MsoNormal" dir="rtl" style="MARGIN: 0cm 0cm 0pt"><span lang="FA" style="mso-bidi-language: FA"><font size="3"><font face="Times New Roman">به گزارش روابط عمومي سازمان در ارزيابي عملكرد طرح مسكن مهر كه در ششمين نشست روساي سازمان هاي مسكن و شهرسازي استانها در وزارت مسكن و شهرسازي صورت پذيرفت سازمان مسكن و شهرسازي خراسان شمالي در اجراي پروژه هاي مسكن مهر جزء <strong><font face="Tahoma" size="4">5</font></strong> استان برتر و پيشتاز كشور قرار گرفت .<o:p></o:p></font></font></span></p><p class="MsoNormal" dir="rtl" style="MARGIN: 0cm 0cm 0pt"><span lang="FA" style="mso-bidi-language: FA"><o:p><font face="Times New Roman" size="3">&nbsp;</font></o:p></span></p><p class="MsoNormal" dir="rtl" style="MARGIN: 0cm 0cm 0pt"><span lang="FA" style="mso-bidi-language: FA"><font size="3"><font face="Times New Roman"><span style="mso-spacerun: yes">&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;&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;&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>روابط عمومي سازمان</font></font></span><span dir="ltr" style="mso-bidi-language: FA"><o:p></o:p></span></p><br></TD> </tr> <tr> <TD class="NormalText">&nbsp;</TD> </tr> <tr> <td id="Theme__ctl2_tdAuthor" nowrap="nowrap"><span id="Theme__ctl2_lblAuthor" class="NormalText">نويسنده خبر : </span>&nbsp;  <a href=mailto:jahanian@maskan-khn.ir>مدیر سیستم </a></td> </tr> <tr> <td id="Theme__ctl2_tdMail" nowrap="nowrap"><a id="Theme__ctl2_lbutSend" href="javascript:{if (typeof(Page_ClientValidate) != 'function' || Page_ClientValidate()) __doPostBack('Theme$_ctl2$lbutSend','')} ">ارسال به دوستان</a></td> </tr> <tr> <td id="Theme__ctl2_tdPrint" nowrap="nowrap"><span OnClick="javascript:window.open('News/NewsItemPrint.aspx?docId=12041', '','width=800, height=640,,scrollbars=yes, menuBar=yes, resizable=no');return false;"><input type="image" name="Theme:_ctl2:lbutPrint" onclick="if (typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); " language="javascript" id="Theme__ctl2_lbutPrint" src="/panel/images/print.gif" alt="" border="0" /></span></td> </tr> <tr> <td height="10">  <input type="image" name="Theme:_ctl2:lnbTextOutput" onclick="javascript:GetContentSite();if (typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); " language="javascript" id="Theme__ctl2_lnbTextOutput" src="/panel/images/txt.gif" alt="" border="0" /></td> </tr></table></td>                      </tr>                    </tbody>                  </table>                  </td>                </tr>              </tbody>            </table>            </td>          </tr>          <tr>            <td valign="top" height="124">            <table cellspacing="0" cellpadding="0" width="100%" border="0">              <!--DWLayoutTable-->              <tbody>                <tr>                  <td valign="top" width="100" height="55"><img alt="" src="/Themes/MainSkins/clock/images/saat-3_19.gif" /></td>                  <td id="Theme_tdFooter" dir="rtl" valign="middle" align="center" width="100%" background="/Themes/MainSkins/clock/images/saat-3_20.gif"><!--DWLayoutEmptyCell-->&nbsp;كليه حقوق اين مجموعه طبق قوانين نرم افزاري متعلق به شركت<FONT color=#ff0000> </FONT><A href="http://www.bict.ir" target=_blank><FONT color=#ff0000>گروه مشاورين</FONT></A> مي باشد.</td>                </tr>                <tr>                  <td valign="top" height="69"><img alt="" src="/Themes/MainSkins/clock/images/saat-3_22.gif" /></td>                  <td valign="top" width="100%" background="/Themes/MainSkins/clock/images/saat-3_23.gif"><!--DWLayoutEmptyCell-->&nbsp;</td>                </tr>              </tbody>            </table>            </td>          </tr>        </tbody>      </table>      </td>      <td valign="top" width="100%" height="100%">      <table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">        <!--DWLayoutTable-->        <tbody>          <tr>            <td valign="top" width="100%" height="283">            <table cellspacing="0" cellpadding="0" width="100%" border="0">              <!--DWLayoutTable-->              <tbody>                <tr>                  <td valign="top" align="right" background="/Themes/MainSkins/clock/images/saat-3_03-back.gif" colspan="2" height="100%"><img alt="" src="/Themes/MainSkins/clock/images/saat-3_03.gif" /></td>                </tr>                <tr>                  <td id="Theme_tdMailingList" valign="top" align="center" width="100%" bgcolor="#5d5d5d" height="128">&nbsp;<table id="Theme__ctl6_tblMain" cellspacing="1" cellpadding="1" border="0" align="center"> <tr> <td dir="rtl" align="right"></td> </tr> <tr> <td dir="rtl" align="right">&nbsp;</td> </tr> <tr> <td dir="rtl" align="right" valign="bottom">  <span id="Theme__ctl6_lblEmail" class="NormalText">اشتراک خبرنامه</span><br>  <input name="Theme:_ctl6:txtEmail" type="text" id="Theme__ctl6_txtEmail" class="TextBox" style="width:95px;" /><input type="submit" name="Theme:_ctl6:butSignUp" value="تایید" id="Theme__ctl6_butSignUp" class="button" OnClick="javascript:location.href='/default.aspx?page=MailingListGetMail&app=MailingLists&email='+document.getElementById('Theme__ctl6_txtEmail').value;return false;" />  </td> </tr> <tr> <td dir="rtl" align="right"></td> </tr> <tr> <TD align="center"></TD> </tr></table></td>                  <td valign="top" width="48" background="/Themes/MainSkins/clock/images/saat-3_18.gif"><img alt="" src="/Themes/MainSkins/clock/images/saat-3_18.gif" /></td>                </tr>              </tbody>            </table>            </td>          </tr>          <tr>            <td valign="top">            <table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">              <!--DWLayoutTable-->              <tbody>                <tr>                  <td valign="top" align="center" width="100%" bgcolor="#b8b8b8" height="100">                  <table>                    <tbody>                      <tr>                        <td id="Theme_tdMenu" align="center"><script>var arrMenuText_1_3_0 = new Array("&nbsp;&nbsp;رئیس سازمان&nbsp;","&nbsp;&nbsp;حراست&nbsp;","&nbsp;&nbsp;روابط عمومی&nbsp;","&nbsp;&nbsp;انفورماتیک&nbsp;","&nbsp;&nbsp;کنترل پروژه&nbsp;");var arrMenuLink_1_3_0 = new Array("/documents/document/11621/11625/portal.aspx","/documents/document/11621/11626/portal.aspx","/documents/document/11621/11627/portal.aspx","/documents/document/11621/11628/portal.aspx","/documents/document/11621/11629/portal.aspx");
var arrMenuText_1_3_1 = new Array("&nbsp;&nbsp;معاون اداري&nbsp;","&nbsp;&nbsp;معاون مالي&nbsp;");var arrMenuLink_1_3_1 = new Array("/documents/document/11622/11630/portal.aspx","/documents/document/11622/12025/portal.aspx");
var arrMenuText_1_3_2 = new Array("&nbsp;&nbsp;معاون عمران و توسعه مسکن&nbsp;");var arrMenuLink_1_3_2 = new Array("/documents/document/11623/11631/portal.aspx");
var arrMenuText_1_3_3 = new Array("&nbsp;&nbsp;معاون شهرسازی و نظام مهندسی&nbsp;");var arrMenuLink_1_3_3 = new Array("/documents/document/11624/11632/portal.aspx");
var arrMenuText_1_3 = new Array("&nbsp;&nbsp;حوزه ریاست&nbsp;","&nbsp;&nbsp;معاونت پشتیبانی&nbsp;","&nbsp;&nbsp;معاونت عمران و توسعه مسکن&nbsp;","&nbsp;&nbsp;معاونت شهرسازی و معماری&nbsp;");var arrMenuLink_1_3 = new Array("/documents/document/11618/11621/portal.aspx","/documents/document/11618/11622/portal.aspx","/documents/document/11618/11623/portal.aspx","/documents/document/11618/11624/portal.aspx");
var arrMenuText_1 = 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;");var arrMenuLink_1 = new Array("/documents/document/11590/11985/portal.aspx","/documents/document/11590/11978/portal.aspx","/documents/document/11590/11620/portal.aspx","/documents/document/11590/11618/portal.aspx","/documents/document/11590/11619/portal.aspx","/default.aspx?app=galleries&page=gallery&docparid=11590&docid=11827","/documents/document/11590/11640/portal.aspx","/documents/document/11590/11643/portal.aspx","/default.aspx?app=galleries&page=gallery&docparid=11590&docid=12036");
var arrMenuText_2 = 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_2 = new Array("/default.aspx?app=forms&page=form&docparid=11593&docid=11728","/default.aspx?app=forms&page=form&docparid=11593&docid=11804","/documents/document/11593/11605/portal.aspx","/documents/document/11593/11606/portal.aspx","/documents/document/11593/11607/portal.aspx","/documents/document/11593/11608/portal.aspx","/documents/document/11593/11609/portal.aspx","/documents/document/11593/11610/portal.aspx","/documents/document/11593/11614/portal.aspx","/documents/document/11593/12130/portal.aspx");
var arrMenuText_4 = new Array("&nbsp;&nbsp;فناوري اطلاعات و ارتباطات&nbsp;","&nbsp;&nbsp;مسكن&nbsp;","&nbsp;&nbsp;شهرسازي&nbsp;","&nbsp;&nbsp;امور اداري&nbsp;","&nbsp;&nbsp;حقوقي&nbsp;");var arrMenuLink_4 = new Array("/documents/document/11595/11806/portal.aspx","/documents/document/11595/11807/portal.aspx","/documents/document/11595/11808/portal.aspx","/documents/document/11595/11809/portal.aspx","/documents/document/11595/11810/portal.aspx");
var arrMenuText_5_0 = new Array("&nbsp;&nbsp;test&nbsp;");var arrMenuLink_5_0 = new Array("/default.aspx?app=forms&page=form&docparid=11615&docid=12062");
var arrMenuText_5_1 = new Array("&nbsp;&nbsp;طرح كارورزي&nbsp;");var arrMenuLink_5_1 = new Array("/documents/document/11616/12011/portal.aspx");
var arrMenuText_5 = new Array("&nbsp;&nbsp;قوانين و مقررات اختصاصي&nbsp;","&nbsp;&nbsp;قوانين و مقررات عمومي&nbsp;");var arrMenuLink_5 = new Array("/documents/document/11594/11615/portal.aspx","/documents/document/11594/11616/portal.aspx");
var arrMenuText_9_27 = new Array("&nbsp;&nbsp;پروژه هاي مسكن مهر بجنورد&nbsp;","&nbsp;&nbsp;پروژه هاي شيروان&nbsp;","&nbsp;&nbsp;پروژه هاي اسفراين&nbsp;","&nbsp;&nbsp;پروژه هاي فاروج&nbsp;","&nbsp;&nbsp;حضور در شوراي مسكن استان&nbsp;");var arrMenuLink_9_27 = new Array("/documents/document/12089/12090/portal.aspx","/documents/document/12089/12091/portal.aspx","/documents/document/12089/12092/portal.aspx","/documents/document/12089/12093/portal.aspx","/documents/document/12089/12094/portal.aspx");
var arrMenuText_9_73 = new Array("&nbsp;&nbsp;افتتاح 171 استیجاری بجنورد &nbsp;","&nbsp;&nbsp; بازسازي بافت فرسوده شیروان&nbsp;","&nbsp;&nbsp;بیمارستان فاروج &nbsp;","&nbsp;&nbsp;بازدید از مسکن مهر اسفراین&nbsp;","&nbsp;&nbsp;بازدید از مسکن مهر شیروان&nbsp;","&nbsp;&nbsp;دهمین جلسه شورای مسکن استان با حضور مهندس نیکزاد وزیر مسکن و شهرسازی &nbsp;","&nbsp;&nbsp;بازديد از شهرك گلستان&nbsp;");var arrMenuLink_9_73 = new Array("/documents/document/11919/11920/portal.aspx","/documents/document/11919/11921/portal.aspx","/documents/document/11919/11922/portal.aspx","/documents/document/11919/11923/portal.aspx","/documents/document/11919/11924/portal.aspx","/documents/document/11919/11925/portal.aspx","/documents/document/11919/11926/portal.aspx");
var arrMenuText_9 = new Array("&nbsp;&nbsp;مراسم تقدير روز معلم 88&nbsp;","&nbsp;&nbsp;مراسم ديدار سر مربي پرسپوليس خراسان اقاي پنجعلي با رياست سازمان&nbsp;","&nbsp;&nbsp;مراسم بازديد وزير و توديع و معارفه رييس سازمان&nbsp;","&nbsp;&nbsp;دوره اموزشي ترويج نماز در ارديبهشت 88&nbsp;","&nbsp;&nbsp;بازديد از پروژه هاي آشخانه - خرداد 88&nbsp;","&nbsp;&nbsp;پروژه هاي تعاوني مسكن مهر در شهرك گلستان - خرداد 88&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;ثبت نام سهام عدالت&nbsp;","&nbsp;&nbsp;پاسخگويي به مردم در مصلاي بجنورد به مناسبت هفته دولت&nbsp;","&nbsp;&nbsp;تقدیر شرکتهای تعاونی مسکن مهر از سازمان&nbsp;","&nbsp;&nbsp;مراسم روز قدس 88&nbsp;","&nbsp;&nbsp;جلسه شورای مسکن استان مورخ شهریور 88 22&nbsp;","&nbsp;&nbsp;دیدار از مدیر کل دیوان محاسبات استان&nbsp;","&nbsp;&nbsp;پروزه 171 واحدی یلدا اماده واگذاری به خانواده معظم شهدا&nbsp;","&nbsp;&nbsp;افتتاح نمایندگی سازمان در اسفراین ابان 88&nbsp;","&nbsp;&nbsp; تودیع و معارفه اعضای سازمان نظام مهندسی در مهر ماه 88&nbsp;","&nbsp;&nbsp;مسابقات واليبال 29/2/89&nbsp;","&nbsp;&nbsp;افتتاحيه اداره فاروج 29/3/89&nbsp;","&nbsp;&nbsp;برگزاری مسابقات درون سازمانی جام سردار شهید رجبعلی محمدزاده&nbsp;","&nbsp;&nbsp;سفر مقام عالي وزارت به استان 31/4/89&nbsp;","&nbsp;&nbsp;روز قدس 89&nbsp;","&nbsp;&nbsp;جلسه پرسش و پاسخ به مناسبت هفته دولت 89&nbsp;","&nbsp;&nbsp;مسابقات واليبال جام رمضان 89&nbsp;","&nbsp;&nbsp;شركت در مراسم غبارروبي مزار شهدا &nbsp;","&nbsp;&nbsp;بازدي استاندار از پروژه هاي مسكن مهر استان 89&nbsp;","&nbsp;&nbsp;ششمين جلسه شوراي مسكن 89&nbsp;","&nbsp;&nbsp;بازديد آقاي مهرآبادي 11/05/89&nbsp;","&nbsp;&nbsp;بازديد جناب آقاي مهندس صادقي از يافت فرسوده ارمغان بجنورد &nbsp;","&nbsp;&nbsp;ديدار معاون محترم وزير جناب آقاي مهندس صادقي با استاندار محترم&nbsp;","&nbsp;&nbsp;كلنگ زني 1000 واحد مسكوني انبوهسازان&nbsp;","&nbsp;&nbsp;کلنگ زنی باغ شهر حمز انلو با حضور معاون محترم وزیر مسکن و شهرسازی&nbsp;","&nbsp;&nbsp;سومین گردهما یی مدیران عامل شر کتها ی عمران و مسکن سازان استانهای سراسر کشور&nbsp;","&nbsp;&nbsp;سومين شوراي مسكن 24/3/89&nbsp;","&nbsp;&nbsp;آزمون نظام مهندسي&nbsp;","&nbsp;&nbsp;بازديد مهندس فلاح از پروژه هاي مسكن مهر استان 3/3/89&nbsp;","&nbsp;&nbsp;پروژه های مسکونی&nbsp;","&nbsp;&nbsp;یگان حفاظت از اراضی&nbsp;","&nbsp;&nbsp;دومين جلسه شوراي مسكن سال 89&nbsp;","&nbsp;&nbsp;بازدي از پروژه هاي مسكن مهر شيروان &nbsp;","&nbsp;&nbsp;بازدي از پروژه هاي مسكن مهر شيروان &nbsp;","&nbsp;&nbsp;ارزيابي مسكن مهر سال 1388&nbsp;","&nbsp;&nbsp;بازدید نماینده محترم مجلس شورای اسلامی، جناب آقای شهرياري از پروژه های مسکونی سازمان&nbsp;","&nbsp;&nbsp;بازدید نماینده مجلس شورای اسلامی، جناب آقای ثروتی از پروژه های مسکونی سازمان&nbsp;","&nbsp;&nbsp;نشست خبري 31/01/89&nbsp;","&nbsp;&nbsp;ديدار معاون محترم وزير مسكن و شهرسازي جناب آقاي دكتر فاطمي عقدا با استاندار محترم&nbsp;","&nbsp;&nbsp;بازديدمعاون محترم وزير آقاي فاطمي عقدا از پروژه هاي مسكوني مسكن مهر استان&nbsp;","&nbsp;&nbsp;بازديد رئيس سازمان از پروژه هاي بيمارستان آشخانه و فاروج 28 و 29 /1/89&nbsp;","&nbsp;&nbsp;پروژه هاي مسكن مهر در گلستان شهر 28-1-89&nbsp;","&nbsp;&nbsp;مراسم كلنگ زني احداث 316 واحد مسكوني توسط انجمن خيرين مسكن ساز 18/1/89&nbsp;","&nbsp;&nbsp;ديدار استاندار محترم از پروژه هاي مسكن مهر گلستان شهر&nbsp;","&nbsp;&nbsp;اولين جلسه شوراي مسكن 1/17/89&nbsp;","&nbsp;&nbsp;ديدار با استاندار 10/1/1389&nbsp;","&nbsp;&nbsp;هفدهمين شوراي مسكن&nbsp;","&nbsp;&nbsp;شانزدهمين شوراي مسكن&nbsp;","&nbsp;&nbsp;مراسم واگذاري زمين به متقاضيان مسكن مهر در شهرستان شيروان&nbsp;","&nbsp;&nbsp;مراسم قرعه کشی واگذاری زمین به متقاضیان انتقالی از کلان شهرها به اسفراین مهرماه 88&nbsp;","&nbsp;&nbsp;پانزدهمين جلسه شوراي مسكن&nbsp;","&nbsp;&nbsp;پانزدهمين جلسه شوراي مسكن&nbsp;","&nbsp;&nbsp;دیدار از رییس پلیس استان به مناسبت هفته نیروی انتظامی &nbsp;","&nbsp;&nbsp;واگذاری زمین به شرکت های تعاونی مسکن مهر در گرمه و جاجرم شهریور 88&nbsp;","&nbsp;&nbsp;شوراي مسكن 14-11-88&nbsp;","&nbsp;&nbsp;بازديدمعاون وزير و مدير عامل سازمان مجري&nbsp;","&nbsp;&nbsp;22 بهمن 88&nbsp;","&nbsp;&nbsp;افتتاحيه نمايندگي گرمه و جاجرم&nbsp;","&nbsp;&nbsp;افتتاح نمايندگي مانه و سملقان&nbsp;","&nbsp;&nbsp;بازديد وزير محترم مسكن و شهرسازي از پروژه هاي مسكن مهر و پروژه هاي عمراني خراسان شمالي&nbsp;","&nbsp;&nbsp;بازديد مهندس صادقي از خراسان شمالي&nbsp;");var arrMenuLink_9 = new Array("/documents/document/11826/11881/portal.aspx","/documents/document/11826/11883/portal.aspx","/documents/document/11826/11884/portal.aspx","/documents/document/11826/11886/portal.aspx","/documents/document/11826/11888/portal.aspx","/documents/document/11826/11889/portal.aspx","/documents/document/11826/11890/portal.aspx","/documents/document/11826/11891/portal.aspx","/documents/document/11826/11892/portal.aspx","/documents/document/11826/11893/portal.aspx","/documents/document/11826/11895/portal.aspx","/documents/document/11826/11896/portal.aspx","/documents/document/11826/11898/portal.aspx","/documents/document/11826/11899/portal.aspx","/documents/document/11826/11900/portal.aspx","/documents/document/11826/11901/portal.aspx","/documents/document/11826/11902/portal.aspx","/documents/document/11826/11904/portal.aspx","/documents/document/11826/11905/portal.aspx","/documents/document/11826/11906/portal.aspx","/documents/document/11826/11907/portal.aspx","/documents/document/11826/11908/portal.aspx","/documents/document/11826/11914/portal.aspx","/documents/document/11826/11915/portal.aspx","/documents/document/11826/12052/portal.aspx","/documents/document/11826/12073/portal.aspx","/documents/document/11826/12085/portal.aspx","/documents/document/11826/12089/portal.aspx","/documents/document/11826/12131/portal.aspx","/documents/document/11826/12129/portal.aspx","/documents/document/11826/12127/portal.aspx","/documents/document/11826/12124/portal.aspx","/documents/document/11826/12120/portal.aspx","/documents/document/11826/12117/portal.aspx","/documents/document/11826/12111/portal.aspx","/documents/document/11826/12072/portal.aspx","/documents/document/11826/12071/portal.aspx","/documents/document/11826/12070/portal.aspx","/documents/document/11826/12069/portal.aspx","/documents/document/11826/12068/portal.aspx","/documents/document/11826/12060/portal.aspx","/documents/document/11826/12059/portal.aspx","/documents/document/11826/12055/portal.aspx","/documents/document/11826/12051/portal.aspx","/documents/document/11826/12050/portal.aspx","/documents/document/11826/12046/portal.aspx","/documents/document/11826/12045/portal.aspx","/documents/document/11826/12044/portal.aspx","/documents/document/11826/12042/portal.aspx","/documents/document/11826/12040/portal.aspx","/documents/document/11826/12038/portal.aspx","/documents/document/11826/12034/portal.aspx","/documents/document/11826/12032/portal.aspx","/documents/document/11826/12029/portal.aspx","/documents/document/11826/12028/portal.aspx","/documents/document/11826/12027/portal.aspx","/documents/document/11826/12021/portal.aspx","/documents/document/11826/12018/portal.aspx","/documents/document/11826/12017/portal.aspx","/documents/document/11826/12016/portal.aspx","/documents/document/11826/12015/portal.aspx","/documents/document/11826/12008/portal.aspx","/documents/document/11826/12006/portal.aspx","/documents/document/11826/11916/portal.aspx","/documents/document/11826/11998/portal.aspx","/documents/document/11826/11997/portal.aspx","/documents/document/11826/11917/portal.aspx","/documents/document/11826/11918/portal.aspx","/documents/document/11826/11977/portal.aspx","/documents/document/11826/11976/portal.aspx","/documents/document/11826/11996/portal.aspx","/documents/document/11826/11944/portal.aspx","/documents/document/11826/11991/portal.aspx","/documents/document/11826/11919/portal.aspx","/documents/document/11826/11934/portal.aspx");
var arrMenuText_18 = new Array("&nbsp;&nbsp;محدوده بافت فرسوده استان&nbsp;");var arrMenuLink_18 = new Array("/documents/document/11989/11933/portal.aspx");
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;","&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;","&nbsp;&nbsp;كنترل پنل&nbsp;");var arrMenuLink = new Array("/documents/document/0/11591/Maskan-khn-ir-HomePage.aspx","/documents/document/0/11590/Introduction.aspx","/documents/document/0/11593/portal.aspx","/documents/document/0/11597/portal.aspx","/documents/document/0/11595/portal.aspx","/documents/document/0/11594/portal.aspx","/documents/document/0/11596/portal.aspx","/documents/document/0/11986/portal.aspx","/default.aspx?app=news&page=news&docparid=0&docid=11635&pagenumber=1","/default.aspx?app=galleries&page=gallery&docparid=0&docid=11826","/default.aspx?app=faqs&page=faq&docparid=0&docid=11865","/default.aspx?app=documents&page=link&docparid=0&docid=11592","/documents/document/0/11988/portal.aspx","/documents/document/0/12107/portal.aspx","/documents/document/0/11642/portal.aspx","/documents/document/0/11912/portal.aspx","/documents/document/0/12077/portal.aspx","/documents/document/0/11599/portal.aspx","/documents/document/0/11989/portal.aspx","/documents/document/0/12053/portal.aspx","/default.aspx?app=documents&page=link&docparid=0&docid=11600");
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>                      </tr>                      <tr>                        <td><img alt="" src="/Themes/MainSkins/clock/images/saat-3_24.jpg" /></td>                      </tr>                      <tr>                        <td id="Theme_tdCounter" align="center">&nbsp;<table id="Theme__ctl3_tblMain" cellspacing="0" cellpadding="0" border="0" dir="ltr"> <tr> <td align="right"><span id="Theme__ctl3_lblTodayHit" class="NormalText">56</span></td> <td>&nbsp; : &nbsp; </td> <td dir="rtl"><span id="Theme__ctl3_lblTodayLabel">بازدید امروز</span></td> </tr> <tr> <td align="right"><span id="Theme__ctl3_lblYesterdayHit" class="NormalText">99</span></td> <td>&nbsp; : &nbsp; </td> <td dir="rtl"><span id="Theme__ctl3_lblYesterdayLabel">بازدید دیروز</span></td> </tr> <tr> <td align="right"><span id="Theme__ctl3_lblLastWeekHit" class="NormalText">965</span></td> <td>&nbsp; : &nbsp; </td> <td dir="rtl"><span id="Theme__ctl3_lblLastWeekLabel">بازدید 7 روز پیش</span></td> </tr> <tr> <td align="right"><span id="Theme__ctl3_lblLastMonthHit" class="NormalText">3684</span></td> <td>&nbsp; : &nbsp; </td> <td dir="rtl"><span id="Theme__ctl3_lblLastMonthLabel">بازدید 30 روز پیش</span></td> </tr> <tr> <td align="right"><span id="Theme__ctl3_lblTotalHit" class="NormalText">48273</span></td> <td>&nbsp; : &nbsp; </td> <td dir="rtl"><span id="Theme__ctl3_lblTotalVisitLabel">همه بازدید ها</span></td> </tr></table></td>                      </tr>                      <tr>                        <td><img alt="" src="/Themes/MainSkins/clock/images/saat-3_24.jpg" /></td>                      </tr>                      <tr>                        <td id="Theme_tdDateTime" align="center">&nbsp;<table id="Theme__ctl7__ctl0_Table1" cellspacing="0" cellpadding="2" border="0" border="0" style="height:200px;width:90%;border-collapse:collapse;"> <tr> <td>  <P align="center"><FONT>   <a id="Theme__ctl7__ctl0_next_month" href="javascript:{if (typeof(Page_ClientValidate) != 'function' || Page_ClientValidate()) __doPostBack('Theme$_ctl7$_ctl0$next_month','')} " style="color:Black;"><</a>  </FONT>  </P> </td><td colspan="5">  <P align="center">  <span id="Theme__ctl7__ctl0_TopTitle" class="lighttitles">1389 شهريور</span>  </P> </td><td>  <P align="center"><FONT>   <a id="Theme__ctl7__ctl0_prev_month" href="javascript:{if (typeof(Page_ClientValidate) != 'function' || Page_ClientValidate()) __doPostBack('Theme$_ctl7$_ctl0$prev_month','')} " style="color:Black;">></a>  </FONT>  </P> </td> </tr><tr class="titles"> <td style="WIDTH:14%">  <P align="center">ج</P> </td><td style="WIDTH:14%">  <P align="center">پ</P> </td><td style="WIDTH:14%">  <P align="center">چ</P> </td><td style="WIDTH:14%">  <P align="center">س</P> </td><td style="WIDTH:14%">  <P align="center">د</P> </td><td style="WIDTH:14%">  <P align="center">ي</P> </td><td style="WIDTH:14%">  <P align="center">ش</P> </td> </tr><tr> <td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton7" title="روز داروسازي - روز بزرگداشت محمدبن زکرياي رازي" class="titles" style="font-weight:bold;height:15px;width:22px;">5</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton6" title="روز کارمند" class="titles" style="font-weight:bold;height:15px;width:22px;">4</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton5" title="اشغال ايران به توسط متفقين و فرار رضاخوان" class="titles" style="font-weight:bold;height:15px;width:22px;">3</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton4" title="آغاز هفته دولت" class="titles" style="font-weight:bold;height:15px;width:22px;">2</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton3" title="روز پزشک - روز بزرگداشت ابوعلي سينا" class="titles" style="font-weight:bold;height:15px;width:22px;">1</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton2" class="titles_prev" style="filter: alpha(opacity=20);"></span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton1" title="روز بزرگداشت علامه مجلسي - روز جهاني مسجد- حمله به مسجد گوهرشاد و کشتار مردم به توسط رضاخان" class="titles_prev" style="font-weight:bold;height:15px;width:22px;filter: alpha(opacity=20);"></span>  </P> </td> </tr><tr> <td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton14" class="titles">12</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton13" title="روز صنعت چاپ" class="titles" style="font-weight:bold;height:15px;width:22px;">11</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton12" title="روز بانکداري اسلامي (سالروز تصويب قانون عمليات بانکي بدون ربا)ـ" class="titles" style="font-weight:bold;height:15px;width:22px;">10</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton11" class="titles">9</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton10" title="روز مبارزه با تروريسم (انفجار دفتر نخست وزيري به دست منافقين و شهادت مظلومانه شهيدان رجايي و باهنر)ـ" class="titles" style="font-weight:bold;height:15px;width:22px;">8</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton9" class="titles">7</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton8" class="titles">6</span>  </P> </td> </tr><tr> <td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton21" title="وفات آيت ا... سيد محمود طالقاني اولين امام جمعه تهران" class="titles" style="font-weight:bold;height:15px;width:22px;">19</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton20" title="روز جانباز" class="titles" style="font-weight:bold;height:15px;width:22px;">18</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton19" title="روز پاسدار - قيام 17 شهريور - کشتار جمعي از مردم به دست ماموران ستم شاهي پهلوي" class="titles" style="font-weight:bold;height:15px;width:22px;">17</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton18" class="titles">16</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton17" class="titles">15</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton16" title="شهادت آيت ا... قدوسي و سرتيب وحيد دستجردي" class="titles" style="background-color:#C0C0FA;font-weight:bold;height:15px;width:22px;">14</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton15" title="روز تعاون - روز بزرگداشت ابوريحان بيروني" class="titles" style="font-weight:bold;height:15px;width:22px;">13</span>  </P> </td> </tr><tr> <td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton28" class="titles">26</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton27" title="روز جوان" class="titles" style="font-weight:bold;height:15px;width:22px;">25</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton26" class="titles">24</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton25" class="titles">23</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton24" class="titles">22</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton23" title="روز سينما" class="titles" style="font-weight:bold;height:15px;width:22px;">21</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton22" title="شهادت دومين شهيد محراب آيت ا... مدني به دست منافقين" class="titles" style="font-weight:bold;height:15px;width:22px;">20</span>  </P> </td> </tr><tr> <td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton35" class="titles_next" style="filter: alpha(opacity=20);"></span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton34" class="titles_next" style="filter: alpha(opacity=20);"></span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton33" title="آغاز جنگ تحميلي - آغاز هفته دفاع مقدس" class="titles" style="font-weight:bold;height:15px;width:22px;">31</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton32" title="روز گفتگوي تمدنها" class="titles" style="font-weight:bold;height:15px;width:22px;">30</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton31" title="روز جهاني مستضعفين" class="titles" style="font-weight:bold;height:15px;width:22px;">29</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton30" class="titles" style="font-weight:bold;height:15px;width:22px;">28</span>  </P> </td><td>  <P align="center">  <span id="Theme__ctl7__ctl0_CalButton29" title="روز شعر و ادب فارسي - روز بزرگداشت استاد سيد محمد حسين شهريار" class="titles" style="font-weight:bold;height:15px;width:22px;">27</span>  </P> </td> </tr><tr> <td colspan="8">  <P align="center">  <span id="Theme__ctl7__ctl0_lblMonasebat" class="monasebat">شهادت آيت ا... قدوسي و سرتيب وحيد دستجردي</span>  </P> </td> </tr></table><br><script language="JavaScript">
<!--
// set the function

var thehours=18;
var themins=54;
var thesecs=49;

function theclock()
{
var DateNow=new Date();

thesecs++;
if(thesecs>59){
 themins++;
 thesecs=0;
}

if(themins>59){
 thehours++;
 themins=0;
}

if(thehours>23){
thehours=0;
}


var corrected_sixty=new Array(24)
corrected_sixty[0]="00";
corrected_sixty[1]="01";
corrected_sixty[2]="02";
corrected_sixty[3]="03";
corrected_sixty[4]="04";
corrected_sixty[5]="05";
corrected_sixty[6]="06";
corrected_sixty[7]="07";
corrected_sixty[8]="08";
corrected_sixty[9]="09";
corrected_sixty[10]="10";
corrected_sixty[11]="11";
corrected_sixty[12]="12";
corrected_sixty[13]="13";
corrected_sixty[14]="14";
corrected_sixty[15]="15";
corrected_sixty[16]="16";
corrected_sixty[17]="17";
corrected_sixty[18]="18";
corrected_sixty[19]="19";
corrected_sixty[20]="20";
corrected_sixty[21]="21";
corrected_sixty[22]="22";
corrected_sixty[23]="23";
corrected_sixty[24]="24";
corrected_sixty[25]="25";
corrected_sixty[26]="26";
corrected_sixty[27]="27";
corrected_sixty[28]="28";
corrected_sixty[29]="29";
corrected_sixty[30]="30";
corrected_sixty[31]="31";
corrected_sixty[32]="32";
corrected_sixty[33]="33";
corrected_sixty[34]="34";
corrected_sixty[35]="35";
corrected_sixty[36]="36";
corrected_sixty[37]="37";
corrected_sixty[38]="38";
corrected_sixty[39]="39";
corrected_sixty[40]="40";
corrected_sixty[41]="41";
corrected_sixty[42]="42";
corrected_sixty[43]="43";
corrected_sixty[44]="44";
corrected_sixty[45]="45";
corrected_sixty[46]="46";
corrected_sixty[47]="47";
corrected_sixty[48]="48";
corrected_sixty[49]="49";
corrected_sixty[50]="50";
corrected_sixty[51]="51";
corrected_sixty[52]="52";
corrected_sixty[53]="53";
corrected_sixty[54]="54";
corrected_sixty[55]="55";
corrected_sixty[56]="56";
corrected_sixty[57]="57";
corrected_sixty[58]="58";
corrected_sixty[59]="59";




// correct the hours

var corrected_hours=new Array(24)
corrected_hours[0]="00";
corrected_hours[1]="01";
corrected_hours[2]="02";
corrected_hours[3]="03";
corrected_hours[4]="04";
corrected_hours[5]="05";
corrected_hours[6]="06";
corrected_hours[7]="07";
corrected_hours[8]="08";
corrected_hours[9]="09";
corrected_hours[10]="10";
corrected_hours[11]="11";
corrected_hours[12]="12";
corrected_hours[13]="13";
corrected_hours[14]="14";
corrected_hours[15]="15";
corrected_hours[16]="16";
corrected_hours[17]="17";
corrected_hours[18]="18";
corrected_hours[19]="19";
corrected_hours[20]="20";
corrected_hours[21]="21";
corrected_hours[22]="22";
corrected_hours[23]="23";


// display the status
document.getElementById("divShowTime").innerHTML = corrected_hours[thehours]+":"+corrected_sixty[themins]+":"+corrected_sixty[thesecs];

}
setInterval("theclock()",1000);

//-->
</script><div id=divShowTime></div></td>                      </tr>                      <tr>                        <td><img alt="" src="/Themes/MainSkins/clock/images/saat-3_24.jpg" /></td>                      </tr>                      <tr>                        <td id="Theme_tdWeather" align="center">&nbsp;<style type="text/css">BODY { FONT: 0.7em verdana, sans-serif } H4 { CLEAR: both } P { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; LINE-HEIGHT: 1.5em; PADDING-TOP: 0px } .weather { BORDER-RIGHT: #cfcfcf 0px solid; BORDER-TOP: #cfcfcf 0px solid; FLOAT: left; MARGIN-BOTTOM: 0em; BORDER-LEFT: #cfcfcf 0px solid; WIDTH: 180px; BORDER-BOTTOM: #cfcfcf 0px solid } HTML .icon IMG { BORDER-RIGHT: #ccc 0px solid; BORDER-TOP: #ccc 0px solid; BORDER-LEFT: #ccc 0px solid; BORDER-BOTTOM: #ccc 0px solid } .temp { FONT: 0.9em Georgia, serif; COLOR: #900 } .cc { FONT-SIZE: 12px; FONT-STYLE: normal; FONT-FAMILY: Tahoma } .misc { MARGIN-LEFT: 70% } .attrib { CLEAR: both; PADDING-RIGHT: 0.5em; PADDING-LEFT: 0.5em; BACKGROUND: #eee; PADDING-BOTTOM: 0.5em; PADDING-TOP: 0.5em; TEXT-ALIGN: center } .NormalTable { FONT-SIZE: 11px; FONT-STYLE: normal; FONT-FAMILY: Tahoma; TEXT-ALIGN: center }</style><script language="javascript">
 function Redirect(ddl){
 //var valueOfCurrent = RequestQueryString("locationID");
 LoadPage("/GetLocalBlock.aspx?app=Blockmanagement&page=Weather&locationID="+ddl.options[ddl.selectedIndex].value,"divWeather");
 return;
 if(valueOfCurrent!=""){
    location.href = ChangeQueryString("locationID",ddl.options[ddl.selectedIndex].value) ;
   }else{
    location.href = "/default.aspx?"+window.location.search.replace("?","")+"&locationID="+ddl.options[ddl.selectedIndex].value ;
   }
  }
  
 function ChangeQueryString(variable,value) {
 var strNewQS="";
 var query = window.location.search.substring(1);
 var vars = query.split("&");
 for (var i=0;i<vars.length;i++) {
  var pair = vars[i].split("=");
  if (pair[0] == variable) {
   strNewQS += pair[0]+"="+value+"&";
  }else{
   strNewQS += pair[0]+"="+pair[1]+"&";
  }
 } 

 return "/default.aspx"+strNewQS;
}
  
  function Farsi(){
  var eDiv = document.getElementById("divWheather");
 if(document.getElementById("HidLanguage").value=='Fa') 
  {eDiv.innerHTML = eDiv.innerHTML.replace("Local time","وقت محلي");
  eDiv.innerHTML = eDiv.innerHTML.replace("Feels like","درجه هوا");
  eDiv.innerHTML = eDiv.innerHTML.replace("Wind","وضعيت باد");
  eDiv.innerHTML = eDiv.innerHTML.replace("Pressure","فشار هوا");
  eDiv.innerHTML = eDiv.innerHTML.replace("Dew point","حداقل دما");
  eDiv.innerHTML = eDiv.innerHTML.replace("UV index","رتبه بندي");
  eDiv.innerHTML = eDiv.innerHTML.replace("mm and steady",""); 
  eDiv.innerHTML = eDiv.innerHTML.replace("mm and rising","");
  }}
   
</script><input type='hidden' id='HidLanguage' value='Fa'><div id="divWeather"><table id="Theme_weather_tblWeather" cellspacing="0" cellpadding="0" border="0" width="150" align="center" dir="rtl"> <tr> <TD align="center">  Weather forecast is not available at this time. </TD> </tr> <tr> <td align="center"><select name="Theme:weather:ddlCity" id="Theme_weather_ddlCity" class="textBox" onchange="javascript:Redirect(this);" style="border-color:WhiteSmoke;border-width:1px;border-style:Solid;font-family:tahoma;font-size:8pt;width:75px;">  <option value="IRXX0018">تهران</option>  <option value="IRXX0016">تبريز</option>  <option value="IRXX0015">شيراز</option>  <option value="IRXX0003">اصفهان</option>  <option value="IRXX0034">كرمان</option>  <option value="IRXX0029">كرمانشاه</option>  <option value="IRXX0019">يزد</option>  <option value="IRXX0020">زاهدان</option>  <option value="IRXX0024">زنجان</option>  <option value="IRXX0025">رامسر</option>  <option value="IRXX0023">اروميه</option>  <option value="IRXX0022">خوي</option>  <option value="IRXX0027">سبزه وار</option>  <option value="IRXX0028">تربت حيدريه</option>  <option value="IRXX0032">اهواز</option>  <option value="IRXX0033">بندرعباس</option>  <option value="IRXX0030">ارگ</option>  <option value="IRXX0017">تفت</option>  <option value="IRXX0008">مشهد</option>  <option value="IRXX0014">ري</option>  <option value="IRXX0031">بيرجند</option>  <option value="IRXX0006">كرج</option>  <option value="IRXX0004">اسلامشهر</option>  <option value="IRXX0001">آبادان</option>  <option value="IRXX0026">بابلسر</option>  <option value="UKXX0085">لندن</option>  <option value="FRXX0076">پاريس</option>  <option value="IRXX0007">آمستردام</option>  <option value="GMXX0007">برلين</option>  <option value="TUXX0002">آنكارا</option>  <option value="AFXX0003">كابل</option>  <option value="UKXX0085">لندن</option>  <option value="JAXX0085">توكيو</option>  <option value="INXX0096">دهلي نو</option>  <option value="IZXX0008">بغداد</option>  <option value="ITXX0067">رم</option>  <option value="KSXX0037">سئول</option>  <option value="KUXX0003">كويت</option>  <option value="PKXX0006">اسلام آباد</option>  <option value="QAXX0003">دوحه</option>  <option value="SAXX0017">رياض</option>  <option value="UKXX1696">واشنگتن</option>  <option value="USVA0756">دمشق</option>  <option value="RSXX0063">مسكو</option>  <option value="MUXX0003">مسكات</option>  <option value="MXDF0132">مكزيكو</option>  <option value="KNXX0006">پيونگيانگ</option>  <option value="USAR0169">قاهره</option>  <option value="USME0082">پكن</option>  <option value="CAXX0343">اوتاوا</option>  <option value="BRXX0043">برزيليا</option>  <option value="ASXX0112">سيدني</option>  <option value="IRXX0002">ليما</option>  <option value="BGXX0003">داكا</option>  <option value="LEXX0003">بيروت</option>  <option value="SAXX0013">مكه</option>  <option value="SAXX0012">جده</option>  <option value="SPXX0050">مادريد</option>  <option value="GMXX0087">مونيخ</option>  <option value="TIXX0001">دوشنبه</option>  <option value="GMXX0087">كلن</option> </select></td> </tr></table></div><script>
Farsi();
</script></td>                      </tr>                      <tr>                        <td><img alt="" src="/Themes/MainSkins/clock/images/saat-3_24.jpg" /></td>                      </tr>                      <tr>                        <td id="Theme_tdVoting" align="center">&nbsp;<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"> <span id="Theme__ctl8_lblVoteText">نظر شما در مورد امكانات و طراحي سايت چيست؟</span> <br> <br> <table width=95% align=center>  <tr align=center OnClick='javascript:iVoteItemId=1;'>    <td align=right>      عالي    </td>    <td align=left>      <input type=radio id=rbVote name=rbVote OnClick='javascript:iVoteItemId=1;' value=1>    </td>  </tr>  <tr align=center OnClick='javascript:iVoteItemId=2;'>    <td align=right>      خوب    </td>    <td align=left>      <input type=radio id=rbVote name=rbVote OnClick='javascript:iVoteItemId=2;' value=2>    </td>  </tr>  <tr align=center OnClick='javascript:iVoteItemId=3;'>    <td align=right>      متوسط    </td>    <td align=left>      <input type=radio id=rbVote name=rbVote OnClick='javascript:iVoteItemId=3;' value=3>    </td>  </tr>  <tr align=center OnClick='javascript:iVoteItemId=4;'>    <td align=right>      ضعيف    </td>    <td align=left>      <input type=radio id=rbVote name=rbVote OnClick='javascript:iVoteItemId=4;' value=4>    </td>  </tr>  <tr>    <td colspan=2>&nbsp;</td>  </tr>  <tr align=center>    <td colspan=2><input type=button class=button value='ثبت نظر' onclick='javascript:GetVoting();return false;'></td>  </tr></table></div></td>                      </tr>                      <tr>                        <td><img alt="" src="/Themes/MainSkins/clock/images/saat-3_24.jpg" /></td>                      </tr>                      <tr>                        <td id="Theme_tdOutput" align="center">&nbsp;<br><a href="void(0);" onclick="javascript:ShowPrintPreview();return false;"><img src="/panel/images/print.gif" border="0"></a><br><br><input type="image" name="Theme:_ctl10:ibuXmlPreview" onclick="javascript:GetContentSite();if (typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); " language="javascript" id="Theme__ctl10_ibuXmlPreview" src="/panel/images/xml.gif" alt="" border="0" /><br></td>                      </tr>                      <tr>                        <td><img alt="" src="/Themes/MainSkins/clock/images/saat-3_24.jpg" /></td>                      </tr>                      <tr>                        <td id="Theme_tdLogin" align="center">&nbsp;<table id="Theme__ctl0_tblLogin" class="Table" dir="rtl" cellspacing="2" cellpadding="0" align="center" border="0"> <tr> <TD colspan="2"><input name="Theme:_ctl0:txtUName" type="text" value="نام کاربري" id="Theme__ctl0_txtUName" class="TextBox" OnFocus="javascript:DeleteDefaultText(this,'نام کاربري');" OnBlur="javascript:InsertDefaultText(this,'نام کاربري');" style="width:100px;" /></TD> </tr> <tr> <TD colspan="2"><input name="Theme:_ctl0:txtUPass" type="password" id="Theme__ctl0_txtUPass" class="TextBox" style="width:100px;" /></TD> </tr> <tr> <TD align="center" colspan="3"> </TD> </tr> <tr> <TD align="center" colspan="2" valign="bottom">  <input type="submit" name="Theme:_ctl0:butOk" value="ورود" id="Theme__ctl0_butOk" class="button" />&nbsp;</TD> </tr> <tr> <TD align="center" colspan="2">  <span class="CheckBox"><input id="Theme__ctl0_chkAutoLogin" type="checkbox" name="Theme:_ctl0:chkAutoLogin" /><label for="Theme__ctl0_chkAutoLogin">یاد آوری کلمه عبور</label></span>&nbsp;&nbsp;</TD> </tr> <tr> <TD align="center" colspan="2">  <a id="Theme__ctl0_lnkSendPassword" class="NormalLink" href="javascript:{if (typeof(Page_ClientValidate) != 'function' || Page_ClientValidate()) __doPostBack('Theme$_ctl0$lnkSendPassword','')} ">فراموشي کلمه عبور</a>&nbsp;</TD> </tr></table><script>
noCache();
</script></td>                      </tr>                    </tbody>                  </table>                  </td>                  <td valign="top" width="48" background="/Themes/MainSkins/clock/images/saat-3_18.gif" height="100%"><!--DWLayoutEmptyCell-->&nbsp;</td>                </tr>                <tr>                  <td valign="top" align="right" background="/Themes/MainSkins/clock/images/saat-3_13-back.gif" height="19"><img alt="" src="/Themes/MainSkins/clock/images/saat-3_13.gif" /></td>                  <td valign="top" background="/Themes/MainSkins/clock/images/saat-3_18.gif"><img alt="" src="/Themes/MainSkins/clock/images/saat-3_14.gif" /></td>                </tr>                <tr>                  <td id="Theme_tdBanner" valign="top" align="center" bgcolor="#7d7d7d" height="146">&nbsp;<P><script language="javascript">
 function openWindow(url)
 {
 window.open(url);
 }
</script> <table id="Theme__ctl5_Table1" cellspacing="1" cellpadding="1" width="100%" border="0"></table></P></td>                  <td valign="top" background="/Themes/MainSkins/clock/images/saat-3_18.gif"><!--DWLayoutEmptyCell-->&nbsp;</td>                </tr>                <tr>                  <td valign="top" colspan="2" height="128">                  <table cellspacing="0" cellpadding="0" width="100%" border="0">                    <!--DWLayoutTable-->                    <tbody>                      <tr>                        <td valign="top" align="right" width="100%" background="/Themes/MainSkins/clock/images/saat-3_21-back.gif" bgcolor="#bababa" height="128"><img alt="" src="/Themes/MainSkins/clock/images/saat-3_21.gif" /></td>                      </tr>                    </tbody>                  </table>                  </td>                </tr>              </tbody>            </table>            </td>          </tr>        </tbody>      </table>      </td>    </tr>    <tr>      <td width="100%" height="1">&nbsp;</td>    </tr>  </tbody></table><map name="Map"><area href="/default.aspx" coords="15,21,35,35" shape="RECT" /><area href="/default.aspx?page=SiteMap&app=SiteMap" coords="15,44,35,63" shape="RECT" /></map><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>  </form> </div> <script>function nothin(){};</script> </body>
</HTML>