

<HTML>
 <HEAD>
 <title>Donar Co. Website</title>
 <meta id="mtaKeyWords" content="Content Management System , CMS , Web , Site , Web Site , WebSite , Software , Design , Web Design , .NET" name="keywords"></meta>
 <meta id="mtaDescription" content="parsdesign , Web Site Production Software , Content Management System , CMS" name="description"></meta>
 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
 <LINK href="/themes/mainskins/DonarCO/Styles/Panel.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/DonarCO/Styles/Skin.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/DonarCO/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="/documents/document/0/11586/portal.aspx" id="frmDefault">
<input type="hidden" name="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_20090106_bbecf5eb-9f96-4fec-9ba5-118dd388cbd8_633668776485000000" />
<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 -->
<style type="text/css">
<!--
body {
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
}
.style1 {color: #333333}
-->
</style><table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" style=" width:inherit">
 <tr>
  <td height="145" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
    <td width="20%" align="left" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="2">
     <tr>
      <td colspan="5" align="center" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="90" height="90" hspace="0" vspace="0">
       <param name="movie" value="/themes/mainskins/donarco/swf/clock1.swf" />
       <param name="quality" value="high" />
       <embed src="/themes/mainskins/donarco/swf/clock1.swf" width="90" height="90" hspace="0" vspace="0" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
      </object></td>
      </tr>
     <tr>
      <td align="center" valign="middle"><a href="http://www.donar.ir" target="_self"><img src="/themes/mainskins/donarco/images/03.jpg" alt="" width="24" height="23" border="0" /></a></td>
      <td align="center" valign="middle"><a href="mailto:info@donarkhazar.com" target="_self"><img src="/themes/mainskins/donarco/images/04.jpg" alt="" width="23" height="24" border="0" /></a></td>
      <td align="center" valign="middle"><a href="void(0);" onclick="javascript:ShowPrintPreview();return false;"><img src="/themes/mainskins/donarco/images/05.jpg" alt="" width="23" height="24" border="0" /></a></td>
      <td align="center" valign="middle"><a href="/documents/document/11615/11616/portal.aspx" target="_self"><img src="/themes/mainskins/donarco/images/06.jpg" alt="" width="24" height="23" border="0" /></a></td>
      <td align="center" valign="middle"><img src="/themes/mainskins/donarco/images/07.jpg" alt="" width="24" height="23" border="0" /></td>
     </tr>
    </table></td>
    <td align="center" valign="top"><img src="/themes/mainskins/donarco/images/02.jpg" alt="" width="674" height="121" border="0" /></td>
    <td width="20%" align="center" valign="top"><img src="/themes/mainskins/donarco/images/01.jpg" alt="" width="125" height="121" border="0" /></td>
   </tr>
   <tr>
    <td colspan="3" align="center" valign="top"><table width="100%" border="0" align="center" cellpadding="2" cellspacing="0">
     <tr>
      <td align="center" valign="middle"><table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="FECD28" bgcolor="507D94">
       <tr>
        <td><table width="100%" border="0" align="center" cellpadding="2" cellspacing="0">
         <tr>
          <td id="Theme_tdMenu" align="left" valign="middle"><script>var arrMenuText_6 = new Array("&nbsp;&nbsp;Цель руководства ширкета Донар Хазар&nbsp;","&nbsp;&nbsp;Контакт с руководителями ширкета Донар Хазар&nbsp;");var arrMenuLink_6 = new Array("/documents/document/11587/11617/portal.aspx","/documents/document/11587/11618/portal.aspx");
var arrMenuText_7_0 = new Array("&nbsp;&nbsp;xoлoдильник -14 фут&nbsp;","&nbsp;&nbsp;мopoзильник&nbsp;","&nbsp;&nbsp;xoлoдильник c мopoзильникoм&nbsp;","&nbsp;&nbsp;xoлoдильник + мopoзильник (близнецы)&nbsp;");var arrMenuLink_7_0 = new Array("/documents/document/11632/11638/portal.aspx","/documents/document/11632/11639/portal.aspx","/documents/document/11632/11640/3.aspx","/documents/document/11632/11641/portal.aspx");
var arrMenuText_7_1 = new Array("&nbsp;&nbsp;водяной кoнденционер -4 модели&nbsp;","&nbsp;&nbsp;регулируемый водяной кoнденционер&nbsp;","&nbsp;&nbsp;двухфенный водяной кoнденционер&nbsp;","&nbsp;&nbsp;регулируемый двухфенный водяной кoнденционер&nbsp;");var arrMenuLink_7_1 = new Array("/documents/document/11633/11642/portal.aspx","/documents/document/11633/11643/portal.aspx","/documents/document/11633/11644/portal.aspx","/documents/document/11633/11645/portal.aspx");
var arrMenuText_7 = new Array("&nbsp;&nbsp; Xoлoдильник-мopoзильник&nbsp;","&nbsp;&nbsp;кoнденционер&nbsp;","&nbsp;&nbsp; газовый водонагреватель&nbsp;","&nbsp;&nbsp;газовая печь&nbsp;","&nbsp;&nbsp;газовый камин&nbsp;","&nbsp;&nbsp;стиральная машина&nbsp;");var arrMenuLink_7 = new Array("/documents/document/11629/11632/portal.aspx","/documents/document/11629/11633/portal.aspx","/documents/document/11629/11634/3.aspx","/documents/document/11629/11635/4.aspx","/documents/document/11629/11636/5.aspx","/documents/document/11629/11637/6.aspx");
var arrMenuText_11 = new Array("&nbsp;&nbsp;Donarın Xəzər şirkətinin rəhbərlərinin niyyəti &nbsp;","&nbsp;&nbsp; Donarın Xəzər şirkətinin rəhbərləri ilə əlaqə&nbsp;");var arrMenuLink_11 = new Array("/documents/document/11588/11591/portal.aspx","/documents/document/11588/11647/2.aspx");
var arrMenuText_12_0_2 = new Array("&nbsp;&nbsp;DFR370 S&nbsp;","&nbsp;&nbsp;Water Cooler - DFR370 W&nbsp;","&nbsp;&nbsp;Water Cooler & Digital - DFR370 WD&nbsp;","&nbsp;&nbsp;DFR390 S&nbsp;","&nbsp;&nbsp;Water Cooler - DFR390 W&nbsp;","&nbsp;&nbsp;Water Cooler & Digital - DFR390 WD&nbsp;");var arrMenuLink_12_0_2 = new Array("/documents/document/11601/11622/portal.aspx","/documents/document/11601/11623/portal.aspx","/documents/document/11601/11624/portal.aspx","/documents/document/11601/11626/portal.aspx","/documents/document/11601/11627/portal.aspx","/documents/document/11601/11625/portal.aspx");
var arrMenuText_12_0 = new Array("&nbsp;&nbsp;Soyuducu-14 fut&nbsp;","&nbsp;&nbsp;Donduruc&nbsp;","&nbsp;&nbsp;Soyuducu dondurucu ilə&nbsp;","&nbsp;&nbsp;Soyuducu+dondurucu (əkizlər)ı&nbsp;");var arrMenuLink_12_0 = new Array("/documents/document/11593/11599/portal.aspx","/documents/document/11593/11621/portal.aspx","/documents/document/11593/11601/portal.aspx","/documents/document/11593/11602/portal.aspx");
var arrMenuText_12_1 = new Array("&nbsp;&nbsp;Su kondensioneri-4 növ&nbsp;","&nbsp;&nbsp;Kontrol edilən su kondensioneri&nbsp;","&nbsp;&nbsp;İkifenli su kondensioneri&nbsp;","&nbsp;&nbsp;Kontrol edilən ikifenli su kondensioneri&nbsp;");var arrMenuLink_12_1 = new Array("/documents/document/11594/11603/portal.aspx","/documents/document/11594/11604/portal.aspx","/documents/document/11594/11605/portal.aspx","/documents/document/11594/11606/portal.aspx");
var arrMenuText_12_2 = new Array("&nbsp;&nbsp;DGW-170C&nbsp;","&nbsp;&nbsp;DGW-170R&nbsp;");var arrMenuLink_12_2 = new Array("/documents/document/11595/11607/portal.aspx","/documents/document/11595/11608/portal.aspx");
var arrMenuText_12_3 = new Array("&nbsp;&nbsp;Ulduz 1400&nbsp;","&nbsp;&nbsp;Ulduz 800&nbsp;","&nbsp;&nbsp;Gülməriyam 1200&nbsp;","&nbsp;&nbsp;Gülməriyam 800&nbsp;","&nbsp;&nbsp;Sahand 1600&nbsp;","&nbsp;&nbsp;Hermetik&nbsp;");var arrMenuLink_12_3 = new Array("/documents/document/11596/11609/portal.aspx","/documents/document/11596/11610/portal.aspx","/documents/document/11596/11611/portal.aspx","/documents/document/11596/11612/portal.aspx","/documents/document/11596/11658/portal.aspx","/documents/document/11596/11613/portal.aspx");
var arrMenuText_12 = new Array("&nbsp;&nbsp;Soyuducu-Dondurucu&nbsp;","&nbsp;&nbsp;kondensioner&nbsp;","&nbsp;&nbsp;qaz ilə su qızdıran&nbsp;","&nbsp;&nbsp;qaz peçi&nbsp;","&nbsp;&nbsp;kamin-qazla işləyən&nbsp;","&nbsp;&nbsp;paltaryuyan maşını&nbsp;");var arrMenuLink_12 = new Array("/documents/document/11592/11593/portal.aspx","/documents/document/11592/11594/portal.aspx","/documents/document/11592/11595/portal.aspx","/documents/document/11592/11596/portal.aspx","/documents/document/11592/11597/portal.aspx","/documents/document/11592/11598/portal.aspx");
var arrMenuText = new Array("&nbsp;&nbsp;Home Language&nbsp;","&nbsp;&nbsp;About Us&nbsp;","&nbsp;&nbsp;Buy Order&nbsp;","&nbsp;&nbsp;Contact Us&nbsp;","&nbsp;&nbsp;Gallery&nbsp;","&nbsp;&nbsp;^ Russian&nbsp;","&nbsp;&nbsp;О нас&nbsp;","&nbsp;&nbsp;Продукция&nbsp;","&nbsp;&nbsp;Заявка на покупку&nbsp;","&nbsp;&nbsp;Контакт с нами&nbsp;","&nbsp;&nbsp;^ Azeri&nbsp;","&nbsp;&nbsp;Bizim haqda&nbsp;","&nbsp;&nbsp;Məhsullar&nbsp;","&nbsp;&nbsp;Sifarişetmə&nbsp;","&nbsp;&nbsp;Bizimlə əlaqə&nbsp;");var arrMenuLink = new Array("/default.aspx?app=documents&page=link&docparid=0&docid=11614","/documents/document/0/11586/portal.aspx","/default.aspx?app=documents&page=link&docparid=0&docid=11648","/default.aspx?app=forms&page=form&docparid=0&docid=11615","/default.aspx?app=galleries&page=gallery&docparid=0&docid=11660","/default.aspx?app=documents&page=link&docparid=0&docid=11630","/documents/document/0/11587/portal.aspx","/documents/document/0/11629/portal.aspx","/default.aspx?app=documents&page=link&docparid=0&docid=11650","/default.aspx?app=forms&page=form&docparid=0&docid=11651","/default.aspx?app=documents&page=link&docparid=0&docid=11631","/documents/document/0/11588/20.aspx","/documents/document/0/11592/portal.aspx","/default.aspx?app=documents&page=link&docparid=0&docid=11649","/default.aspx?app=forms&page=form&docparid=0&docid=11589");
var dir="ltr";
var bolVer=false;
</script><script src="/scripts/menu_scripts/Menu_Normal.js"></script>
<div id=divMainMenu></div>

</div><script>InitMenu();</script>
</td>

         </tr>
        </table></td>
       </tr>
      </table></td>
     </tr>
     <tr>
      <td id="Theme_tdMarquee" align="center" valign="middle"><marquee scrolldelay='80' scrollamount='2' direction="up" width="100%" Height="30" OnMouseOver='this.stop();' OnMouseOut='this.start();' ><FONT face="Times New Roman"><SPAN lang=RU style="FONT-SIZE: 14pt; mso-ansi-language: RU"><FONT face="Times New Roman"><SPAN lang=RU style="FONT-SIZE: 14pt; mso-ansi-language: RU">
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 18pt" align=center><FONT size=3><FONT color=#333399><SPAN style="COLOR: #333399; mso-bidi-language: FA">Sənət günü münasibətilə 2006-2007 ci ilin nümunəvi istehsalçısı seçildiyinə görə Donar Xəzər şirkətinin kollektivini təbrik edirik.</SPAN><SPAN lang=RU style="mso-ansi-language: RU"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 18pt" align=center><SPAN lang=RU style="mso-ansi-language: RU"><o:p><FONT color=#333399 size=3>&nbsp;</FONT></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 18pt" align=center><FONT size=3><FONT color=#333399><SPAN lang=RU style="mso-ansi-language: RU">Поздравления коллективу ширкета Донар Хазар </SPAN>c<SPAN lang=RU style="mso-ansi-language: RU"> избранием образцового предприятия </SPAN><SPAN lang=RU style="COLOR: #333399; mso-bidi-language: FA; mso-ansi-language: RU">2006-2007</SPAN><SPAN lang=RU style="mso-ansi-language: RU"> года в честь дня техники</SPAN></FONT></FONT></SPAN></FONT></P></SPAN></FONT></marquee></td>

     </tr>
    </table></td>
    </tr>
  </table></td>
 </tr>
 <tr>
  <td height="100%" align="center" valign="top"><table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
   <tr>
    <td width="20%" height="100%" align="left" valign="top"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#507D94">
     <tr>
      <td><table width="100%" height="16" border="0" cellpadding="0" cellspacing="0">
        <tr>
         <td width="100%" height="16" align="left" valign="top" background="/themes/mainskins/donarco/images/08.jpg" style="background-repeat:repeat-x"></td>
         <td width="15" height="16" ><img src="/themes/mainskins/donarco/images/11.jpg" alt="" width="15" height="16" /></td>
        </tr>
      </table></td>
     </tr>
     <tr>
      <td><table width="100%" border="0" cellspacing="0" cellpadding="2">
        <tr>
         <td id="Theme_tdBanner" align="right" valign="top">
<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>

        </tr>
      </table></td>
     </tr>
     <tr>
      <td width="100%" height="5" background="/themes/mainskins/donarco/images/10.jpg" style="background-repeat:repeat-x"></td>
     </tr>
     <tr>
      <td><table width="100%" border="0" cellspacing="0" cellpadding="2">
        <tr>
         <td id="Theme_tdDateTime" align="center" valign="top">
<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">1387 دی</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" class="titles">6</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton6" class="titles">5</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton5" class="titles">4</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton4" class="titles">3</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton3" class="titles">2</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton2" class="titles">1</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton1" class="titles_prev" style="filter: alpha(opacity=20);"></span>
  </P>
 </td>
 </tr><tr>
 <td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton14" title="ابلاغ پيام تاريخي حضرا امام خميني (ره) به گورباچف رهبر شوروي سابق" class="titles" style="font-weight:bold;height:15px;width:22px;">13</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton13" class="titles">12</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton12" class="titles">11</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton11" class="titles">10</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton10" class="titles">9</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton9" class="titles">8</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton8" title="سالروز تشکيل نهضت سواد آموزي به فرمان حضرت امام خميني (ره)- شهادت آيت ا... حسين غفاري به دست ماموران ستم شاهي پهلوي" class="titles" style="font-weight:bold;height:15px;width:22px;">7</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;">20</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton20" title="قيام خونين مردم قم" class="titles" style="font-weight:bold;height:15px;width:22px;">19</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton19" class="titles">18</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton18" title="اجراي طرح استعمار حذف حجاب توسط رضاخان" class="titles" style="background-color:#C0C0FA;font-weight:bold;height:15px;width:22px;">17</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton17" class="titles">16</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton16" class="titles">15</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton15" title="روز جهاد کشاورزي" class="titles" style="font-weight:bold;height:15px;width:22px;">14</span>
  </P>
 </td>
 </tr><tr>
 <td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton28" title="شهادت نواب صفوي طهماسبي، برادران واحدي و ذوالقدر از فدائيان اسلام" class="titles" style="font-weight:bold;height:15px;width:22px;">27</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton27" title="فرار شاه معدوم" class="titles" style="font-weight:bold;height:15px;width:22px;">26</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton26" class="titles">25</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton25" class="titles">24</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton24" class="titles">23</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton23" title="تشکيل شوراي انقلاب به فرمان حضرت امام خميني (ره)ـ" class="titles" style="font-weight:bold;height:15px;width:22px;">22</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton22" class="titles">21</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="font-weight:bold;height:15px;width:22px;filter: alpha(opacity=20);"></span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton33" class="titles_next" style="font-weight:bold;height:15px;width:22px;filter: alpha(opacity=20);"></span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton32" class="titles_next" style="filter: alpha(opacity=20);"></span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton31" class="titles">30</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton30" class="titles">29</span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton29" class="titles">28</span>
  </P>
 </td>
 </tr><tr>
 <td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton42" class="titles_next" style="filter: alpha(opacity=20);"></span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton41" class="titles_next" style="filter: alpha(opacity=20);"></span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton40" title="روز نيروي هوايي" class="titles_next" style="font-weight:bold;height:15px;width:22px;filter: alpha(opacity=20);"></span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton39" class="titles_next" style="font-weight:bold;height:15px;width:22px;filter: alpha(opacity=20);"></span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton38" class="titles_next" style="filter: alpha(opacity=20);"></span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton37" title="روز خانواده" class="titles_next" style="font-weight:bold;height:15px;width:22px;filter: alpha(opacity=20);"></span>
  </P>
 </td><td>
  <P align="center">
  <span id="Theme__ctl7__ctl0_CalButton36" title="انتخابات اولين دوره رياست جمهوري اسلامي ايران" class="titles_next" style="font-weight:bold;height:15px;width:22px;filter: alpha(opacity=20);"></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=22;
var themins=27;
var thesecs=27;

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>
      </table></td>
     </tr>
     <tr>
      <td width="100%" height="5" background="/themes/mainskins/donarco/images/10.jpg" style="background-repeat:repeat-x"></td>
     </tr>
     <tr>
      <td height="100%"><table width="100%" border="0" cellspacing="0" cellpadding="2">
        <tr>
         <td id="Theme_tdWeather" align="center" valign="top">
<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,"divWeatherContainer");
 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='En'>
<div id="divWeatherContainer">
<table id="Theme_weather_tblWeather" cellspacing="0" cellpadding="0" border="0" width="150" align="center" dir="ltr">
 <tr>
 <TD align="center">
  
   <DIV id="divWheather">
   <TABLE width="165">
    <TR>
    <TD align="center" colSpan="3"><img src='/Panel/Images/Weather/ccimages/i32x32/31.png' border='0' alt='Weather at Tabriz, Iran' height='32px' width='32px' /></TD>
    </TR>
    <TR>
    <TD align="center" width="100%" colSpan="3">-2&#176;CClear</TD>
    </TR>
    <TR>
    <TD class="normalTable" colSpan="3"><STRONG>Tabriz, Iran</STRONG></TD>
    </TR>
    <TR>
    <TD>
     <TABLE class="NormalTable" >
     <tr id="Theme_weather_Weather2__ctl0_trTime">
  <TD width="70">Local time:</TD>
  <TD nowrap="nowrap" width="100%">9:57 PM</TD>
 </tr>
 
     <TR >
      <TD noWrap width="70">Feels like:</TD>
      <TD noWrap width="100%">-6&#176;C</TD>
     </TR>
     <TR >
      <TD noWrap width="70">Wind:</TD>
      <TD noWrap width="100%">ENE 11 km/h</TD>
     </TR>
     <TR >
      <TD noWrap width="70">Pressure:</TD>
      <TD width="100%">1017.9 mm and steady</TD>
     </TR>
     <tr id="Theme_weather_Weather2__ctl0_trUVindex">
  <TD nowrap="nowrap" width="70">UV index:</TD>
  <TD nowrap="nowrap" width="100%">0 Low</TD>
 </tr>
 
     <tr id="Theme_weather_Weather2__ctl0_trDewpoint">
  <TD nowrap="nowrap" width="70">Dew point:</TD>
  <TD nowrap="nowrap" width="100%">-5&#176;C</TD>
 </tr>
 
     </TABLE>
    </TD>
    </TR>
   </TABLE>
   </DIV>
  
 </TD>
 </tr>
 <tr>
 <td align="center"><select name="Theme:weather:ddlCity" id="Theme_weather_ddlCity" class="textBox" onchange="javascript:GetLocalBlock('/GetLocalBlock.aspx?app=Blockmanagement&page=Weather&locationID='+this.options[this.selectedIndex].value,'divWeatherContainer');" 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>
      </table></td>
     </tr>
    </table></td>
    <td height="100%" align="center" valign="top"><table width="100%" border="0" align="center" cellpadding="4" cellspacing="0">
     <tr>
      <td id="Theme_tdMain" align="right" valign="top" class="style1">About Us 

<table id="Theme__ctl2_tblDocument" dir="ltr" cellspacing="0" cellpadding="0" width="100%" border="0" background="/ParsDesign/files/Backgrounds/11586.">
 <tr>
 <TD colspan="2" valign="top">
  <div align="center">
<table style="WIDTH: 450pt; mso-cellspacing: 0cm; mso-padding-alt: 0cm 0cm 0cm 0cm" cellspacing="0" cellpadding="0" width="600" border="0" class="MsoNormalTable">
  <tbody>
    <tr style="HEIGHT: 792.75pt; mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes">
      <td style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 0cm; BORDER-TOP: #ece9d8; PADDING-LEFT: 0cm; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 450pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 792.75pt; BACKGROUND-COLOR: transparent" valign="top" width="600">
      <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" align="center"><font size="3"><font face="Times New Roman">&nbsp;<o:p></o:p></font></font></p>
      <v:shapetype id="_x0000_t75" stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"><v:stroke joinstyle="miter"></v:stroke><v:formulas><v:f eqn="if lineDrawn pixelLineWidth 0"></v:f><v:f eqn="sum @0 1 0"></v:f><v:f eqn="sum 0 0 @1"></v:f><v:f eqn="prod @2 1 2"></v:f><v:f eqn="prod @3 21600 pixelWidth"></v:f><v:f eqn="prod @3 21600 pixelHeight"></v:f><v:f eqn="sum @0 0 1"></v:f><v:f eqn="prod @6 1 2"></v:f><v:f eqn="prod @7 21600 pixelWidth"></v:f><v:f eqn="sum @8 21600 0"></v:f><v:f eqn="prod @7 21600 pixelHeight"></v:f><v:f eqn="sum @10 21600 0"></v:f></v:formulas><v:path o:connecttype="rect" gradientshapeok="t" o:extrusionok="f"></v:path><o:lock aspectratio="t" v:ext="edit"></o:lock></v:shapetype>
      <p class="MsoNormal" style="DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: center" align="center">&nbsp;</p>
      <p class="MsoNormal" style="DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: center" align="center"><img style="BORDER-RIGHT: 3px double; PADDING-RIGHT: 0px; BORDER-TOP: 3px double; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; BORDER-LEFT: 3px double; PADDING-TOP: 0px; BORDER-BOTTOM: 3px double" height="207" alt="" width="400" border="0" src="/UserFiles/Image/Factory(1).jpg" /></p>
      <o:p></o:p>
      <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" align="center"><font size="3"><font face="Times New Roman">&nbsp;<o:p></o:p></font></font></p>
      <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" align="center"><font face="Times New Roman"><strong><em><span style="FONT-SIZE: 13.5pt; mso-bidi-font-size: 12.0pt">In The Name of God</span></em></strong><o:p></o:p></font></p>
      <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" align="center"><font face="Times New Roman"><strong><em><span style="FONT-SIZE: 13.5pt; mso-bidi-font-size: 12.0pt">&hellip; And the Lord admires craftsmen&hellip;</span></em></strong><o:p></o:p></font></p>
      <p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: left; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><font face="Times New Roman"><span style="FONT-SIZE: 14pt">&nbsp;</span><o:p></o:p></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS"><span style="FONT-FAMILY: " comic="" sans="">Donar Khazar founders and managers' activity and experience in home appliances trade and product return back to more than 25 years ago. However, their activity under Donar brand has been started in 1996 after registering Donar Khazar Company.</span><o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS">&nbsp;<o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS">&nbsp;<o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS"><span style="FONT-FAMILY: " comic="" sans="">Products range of Donar Khazar company are kinds of Refrigerators, Freezer, Combi Refrigerator-Freezer, Side By Side and Twine Refrigerator & Freezer, Gas Burner Place Heater, Gas Burner Fire Place, Hermatic Place Heater, Evaporative (Water) Air Cooler, Double-Fan Air Cooler, Air Conditioner, Gas Tank Water Heater and Full Automatic Front Load Washing Machine.</span><o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS">&nbsp;<o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS">&nbsp;<o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS">&nbsp;<o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS"><span style="FONT-FAMILY: " comic="" sans="">Based on modern technology innovations, domestic and foreign experts' experiences and well-developed machineries and equipments have taken effective steps in energy consumption optimization and environment protection.</span><o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS">&nbsp;<o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS">&nbsp;<o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS">&nbsp;<o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS"><span style="FONT-FAMILY: " comic="" sans="">High quality is number one advantage of the company similar products in comparison to the local and foreign ones. In this regards, our products not only enjoys <st1:country-region w:st="on"><st1:place w:st="on">Iran</st1:place></st1:country-region>'s National Standard Certificates, ISO 9000 & 2000 Certificates, but also quality certificates of other INTERNATIONAL Certificates.</span><o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS">&nbsp;<o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS">&nbsp;<o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS">&nbsp;<o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS"><span style="FONT-FAMILY: " comic="" sans="">These claims are proved by our products vast presence in whole of <st1:country-region w:st="on"><st1:place w:st="on">Iran</st1:place></st1:country-region> and foreign countries markets. This is not possible except relying on high quality, after sales services and guarantee.</span><o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS">&nbsp;<o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS">&nbsp;<o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS">&nbsp;<o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS"><span style="FONT-FAMILY: " comic="" sans="">At the present time more than 600 Authentic after Sales Centers are ready to serve our esteemed customers in <st1:country-region w:st="on"><st1:place w:st="on">Iran</st1:place></st1:country-region> and some foreign countries.</span><o:p></o:p></font></font></p>
      <p class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font size="3"><font face="Comic Sans MS"><span style="FONT-FAMILY: " comic="" sans="">While thinking about long term goals of the company, the Managers' and personnel strategy are as following:</span></font></font><font size="3"><font face="Comic Sans MS"><span style="FONT-FAMILY: " comic="" sans="">&nbsp;</span></font></font></p>
      <ul type="disc">
        <li class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt 36pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font face="Comic Sans MS" size="3">Customers Satisfaction Accomplishment</font> </li>
        <li class="MsoNormal" style="TEXT-JUSTIFY: kashida; MARGIN: 0cm 0cm 0pt 36pt; DIRECTION: ltr; LINE-HEIGHT: 150%; unicode-bidi: embed; TEXT-ALIGN: justify; TEXT-KASHIDA: 0%"><font face="Comic Sans MS" size="3">Improvement of Systems, Procedures and Products</font></li>
      </ul>
      </td>
    </tr>
  </tbody>
</table>
</div></TD>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
</table>
</td>

     </tr>
    </table></td>
    <td width="20%" height="100%" align="right" valign="top"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#507D94">
     <tr>
      <td><table width="100%" height="16" border="0" cellpadding="0" cellspacing="0">
       <tr>
        <td width="14" height="16" align="left" valign="top"><img src="/themes/mainskins/donarco/images/09.jpg" alt="" width="14" height="16" border="0" /></td>
        <td width="100%" height="16" background="/themes/mainskins/donarco/images/08.jpg" style="background-repeat:repeat-x"></td>
       </tr>
      </table></td>
     </tr>
     <tr>
      <td><table width="100%" border="0" cellspacing="0" cellpadding="2">
       <tr>
        <td id="Theme_tdSearch" align="center" valign="top">
<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="Search" 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>
      </table></td>
     </tr>
     <tr>
      <td width="100%" height="5" background="/themes/mainskins/donarco/images/10.jpg" style="background-repeat:repeat-x"></td>
     </tr>
     <tr>
      <td><table width="100%" border="0" cellspacing="0" cellpadding="2">
       <tr>
        <td id="Theme_tdCounter" align="center" valign="top"><table id="Theme__ctl3_tblMain" cellspacing="0" cellpadding="0" border="0" dir="rtl">
 <tr>
 <td align="right"><span id="Theme__ctl3_lblTodayHit" class="NormalText">20</span></td>
 <td>&nbsp; : &nbsp;
 </td>
 <td dir="rtl"><span id="Theme__ctl3_lblTodayLabel">Today Visit</span></td>
 </tr>
 <tr>
 <td align="right"><span id="Theme__ctl3_lblYesterdayHit" class="NormalText">11</span></td>
 <td>&nbsp; : &nbsp;
 </td>
 <td dir="rtl"><span id="Theme__ctl3_lblYesterdayLabel">Yesterday Visit</span></td>
 </tr>
 <tr>
 <td align="right"><span id="Theme__ctl3_lblLastWeekHit" class="NormalText">104</span></td>
 <td>&nbsp; : &nbsp;
 </td>
 <td dir="rtl"><span id="Theme__ctl3_lblLastWeekLabel">Last Week Visit</span></td>
 </tr>
 <tr>
 <td align="right"><span id="Theme__ctl3_lblLastMonthHit" class="NormalText">501</span></td>
 <td>&nbsp; : &nbsp;
 </td>
 <td dir="rtl"><span id="Theme__ctl3_lblLastMonthLabel">Last Month Visit</span></td>
 </tr>
 <tr>
 <td align="right"><span id="Theme__ctl3_lblTotalHit" class="NormalText">1504</span></td>
 <td>&nbsp; : &nbsp;
 </td>
 <td dir="rtl"><span id="Theme__ctl3_lblTotalVisitLabel">Total Visit</span></td>
 </tr>
</table>
</td>

       </tr>
      </table></td>
     </tr>
     <tr>
      <td width="100%" height="5" background="/themes/mainskins/donarco/images/10.jpg" style="background-repeat:repeat-x"></td>
     </tr>
  <tr>
      <td><table width="100%" border="0" cellspacing="0" cellpadding="2">
       <tr>
        <td id="Theme_tdlogin" align="center" valign="top"><table id="Theme__ctl0_tblLogin" class="Table" dir="ltr" cellspacing="2" cellpadding="0" align="center" border="0">
 <tr>
 <TD colspan="2"><input name="Theme:_ctl0:txtUName" type="text" value="Username" id="Theme__ctl0_txtUName" class="TextBox" OnFocus="javascript:DeleteDefaultText(this,'Username');" OnBlur="javascript:InsertDefaultText(this,'Username');" 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 id="Theme__ctl0_trSecurityCode">
 <TD colspan="2" title="كد امنيتي"><input name="Theme:_ctl0:txtSecurityCode" type="text" value="كد امنيتي" id="Theme__ctl0_txtSecurityCode" class="TextBox" autocomplete="off" dir="ltr" OnFocus="javascript:DeleteDefaultText(this,'Security Code');" OnBlur="javascript:InsertDefaultText(this,'Security Code');" style="width:75px;" /><br>
  <IMG name="imgSecurityCode1" src="/panel/images/SmallSecurityCode2.jpg" alt="Security Code"></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="Login" 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">Remember Password</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','')} ">Forgot your password</a>&nbsp;</TD>
 </tr>
</table>


<script>
noCache();
</script>
</td>

       </tr>
      </table></td>
     </tr>
     <tr>
      <td height="5" background="/themes/mainskins/donarco/images/10.jpg" style="background-repeat:repeat-x"></td>
     </tr>
  <tr>
      <td><table width="100%" border="0" cellspacing="0" cellpadding="2">
       <tr>
        <td id="Theme_tdMailingList" align="center" valign="top">
<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">Mailing List</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="Confirm" 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>

       </tr>
      </table></td>
     </tr>
     <tr>
      <td height="5" background="/themes/mainskins/donarco/images/10.jpg" style="background-repeat:repeat-x"></td>
     </tr>
     <tr>
      <td><table width="100%" border="0" cellspacing="0" cellpadding="2">
       <tr>
        <td id="Theme_tdOutput" align="center" valign="top">

<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>
      </table></td>
     </tr>
     <tr>
      <td height="5" background="/themes/mainskins/donarco/images/10.jpg" style="background-repeat:repeat-x"></td>
     </tr>
     <tr>
      <td height="100%"><table width="100%" border="0" cellspacing="0" cellpadding="2">
       <tr>
        <td id="Theme_tdVoting" align="center" valign="top">
<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>
    <td colspan=2>&nbsp;</td>
  </tr>
  <tr align=center>
    <td colspan=2><input type=button class=button value='Vote' onclick='javascript:GetVoting();return false;'></td>
  </tr>
</table>

</div>
</td>

       </tr>
      </table></td>
     </tr>
    </table></td>
   </tr>
  </table></td>
 </tr>
 <tr>
  <td width="4" height="4" align="center" valign="top" background="/themes/mainskins/donarco/images/12.jpg" style="background-repeat:repeat-x"><img src="/themes/mainskins/donarco/images/12.jpg" alt="" width="4" height="4" /></td>
 </tr>
 <tr>
  <td height="25" align="center" valign="middle"><table width="100%" border="0" cellspacing="0" cellpadding="2">
   <tr>
    <td id="Theme_tdFooter" align="center" valign="middle"><P class=MsoNormal style="DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: center"><FONT face="Times New Roman" color=#000000 size=2>Copyright ©&nbsp; 2008 Donar&nbsp;Co. All Rights Reserved</FONT></P>
<P class=MsoNormal style="DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: center"><FONT face="Times New Roman" color=#333333 size=2>Support & Designer </FONT><A href="http://www.dmrg.biz/"><FONT face="Times New Roman" color=#333333 size=2><SPAN style="TEXT-DECORATION: none">Negar Andishan</SPAN></FONT></A></P>
</td>

   </tr>
  </table></td>
 </tr>
</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>
  </form>
 </div>
 <script>function nothin(){};</script>
 </body>
</HTML>
