

<HTML>
 <HEAD>
 <title>خودرو-ایران اتومبیل // OTOIRAN.COM دنیای خودرو در دستان شماست</title>
 <meta id="mtaKeyWords" content="ایران اتومبیل، خودرو ، اتومبیل ، فروش، نمایشگاه، خرید خودرو، ماشین ، دانش خودرو، OTOiran، IranAutomobile، Car ،" name="keywords"></meta>
 <meta id="mtaDescription" content="OTOiran, IranAutomobile, Danesh Khodro Co., CMS" name="description"></meta>
 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
 <LINK href="/themes/mainskins/Gray/Styles/Panel.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/Gray/Styles/Skin.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/Gray/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/11639/15117/MVM.aspx" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_aotbbv33ezgjljissenwka55_/documents/document/11639/15117/MVM.aspx_634731695475625000" />
<input type="hidden" name="__VIEWSTATE" value="" />
  
  <!-- Required Hidden Fields --><input name="h1" id="h1" type="hidden" />
  <input name="ht1" id="ht1" type="hidden" size="1" width="15px" /> <input name="ht2" id="ht2" type="hidden" size="1" width="15px" />
  <input name="htContentSite" id="htContentSite" type="hidden" size="1" width="15px" />
  <!-- Required Fields -->
  <div id="divPopUpMessage" style="DISPLAY: none; Z-INDEX: 101; POSITION: absolute"></div>
  
  <!-- End Required Fields -->

<table border="0" width="100%" id="table4" cellspacing="0" cellpadding="0" height="100%">
 <tr>
 <td>
  <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table5">
  <tr>
   <td>
   <TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0"> <!--DWLayoutTable-->
    <TR>
    <TD>
     <IMG SRC="/themes/mainskins/Gray/images/MahdQuran_01.jpg" WIDTH="125" HEIGHT="44" ALT=""></TD>
    <TD id="Theme_tdMarquee" background="/themes/mainskins/Gray/images/MahdQuran_01.jpg" width="100%" align="center"></TD>

    <TD ROWSPAN="2" valign="bottom" background="/themes/mainskins/Gray/images/MahdQuran_03.jpg">&nbsp;
     <table border="0" width="346" id="table2" height="0" cellspacing="0" cellpadding="0">
     <tr>
      <td height="20" width="80" >&nbsp;</td>
      <td id="Theme_tdSearch" width="160" valign="top" align="center" nowrap="nowrap">
<meta http-equiv="Content-Language" content="fa">
<table width="0%" border="0" cellspacing="0" cellpadding="2">
 <tr>
  <td valign="middle"></td>
  <td valign="middle"><input type="submit" name="Theme:_ctl2:btnSearch" value="جستجو" id="Theme__ctl2_btnSearch" class="Button" OnClick="javascript:location.href='/default.aspx?page=search&app=search&srch='+document.getElementById('Theme__ctl2_txtSearch').value;return false;" style="width:51px;" /></td>
  <td valign="middle"><input name="Theme:_ctl2:txtSearch" id="Theme__ctl2_txtSearch" type="text" class="inputt" size="12" style="WIDTH: 80px" onkeydown="if(event.which || event.keyCode){if ((event.which == 13) || (event.keyCode == 13)) {document.getElementById('Theme__ctl2_btnSearch').click();return false;}} else {return true}; " /></td>
 </tr>
</table>
</td>

     </tr>
     <tr>
      <td colspan="2" height="10">&nbsp;</td>
     </tr>
     </table>
    </TD>
    </TR>
    <TR>
    <TD background="/themes/mainskins/Gray/images/MahdQuran_04.jpg" width="125" height="86" valign="bottom">
     <table border="0" width="100%" id="table10" cellspacing="0" cellpadding="0">
     <tr>
      <td height="33">&nbsp;</td>
     </tr>
     <tr>
      <td height="28">
      <p align="center">
       <span lang="fa">
       <a href="/default.aspx?page=SiteMap&app=SiteMap"><font color="#3576b9">نقشه سايت</font></a></span></p>
      </td>
     </tr>
     </table>
    </TD>
    <TD background="/themes/mainskins/Gray/images/MahdQuran_05.jpg">
    <OBJECT id="obj1" codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
      height="86" width="100%" border="0" classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" VIEWASTEXT>
      <PARAM NAME="_cx" VALUE="13917">
      <PARAM NAME="_cy" VALUE="2275">
      <PARAM NAME="FlashVars" VALUE="">
      <PARAM NAME="Movie" VALUE="/themes/mainskins/Gray/swf/header.swf">
      <PARAM NAME="Src" VALUE="/themes/mainskins/Gray/swf/header.swf">
      <PARAM NAME="WMode" VALUE="Transparent">
      <PARAM NAME="Play" VALUE="-1">
      <PARAM NAME="Loop" VALUE="-1">
      <PARAM NAME="Quality" VALUE="High">
      <PARAM NAME="SAlign" VALUE="">
      <PARAM NAME="Menu" VALUE="0">
      <PARAM NAME="Base" VALUE="">
      <PARAM NAME="AllowScriptAccess" VALUE="always">
      <PARAM NAME="Scale" VALUE="ShowAll">
      <PARAM NAME="DeviceFont" VALUE="0">
      <PARAM NAME="EmbedMovie" VALUE="0">
      <PARAM NAME="BGColor" VALUE="">
      <PARAM NAME="SWRemote" VALUE="">
      <PARAM NAME="MovieData" VALUE="">
      <PARAM NAME="SeamlessTabbing" VALUE="1">
      <embed src="/themes/mainskins/Gray/swf/header.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"
       name="obj1" width="100%" height="86" quality="High" menu="false" wmode="transparent">
      </OBJECT>
    </TD>
    </TR>
    <tr>
    <td height="1"></td>
    <td></td>
    <td><img src="/themes/mainskins/Gray/images/spacer.gif" alt="" width="346" height="1"></td>
    </tr>
   </TABLE>
   </td>
  </tr>
  </table>
 </td>
 </tr>
 <tr>
 <td height="100%">
  <table border="0" width="100%" id="table7" cellspacing="0" cellpadding="0" height="100%">
  <tr>
   <td width="100%" height="100%" valign="top">
   <table border="0" width="100%" id="table9" cellspacing="0" cellpadding="0" height="100%">
    <tr>
    <td id="Theme_tdMain" height="100%" valign="top" align="right"> اتومبیل های فروشی روز -> ام وی ام 

<table id="Theme__ctl1_tblDocument" dir="rtl" cellspacing="0" cellpadding="0" width="100%" border="0" background="/ParsDesign/files/Backgrounds/15117.">
 <tr>
 <TD colspan="2" valign="top">
  <p align="right"><font size="3"><font color="#800080" face="Times New Roman"><strong>&nbsp;خودروهای صفر کیلومتر:</strong></font></font></p>
<p align="justify">
<table border="15" cellspacing="1" summary="" cellpadding="1" width="600" align="center">
  <tbody>
    <tr>
      <td>
      <p align="center"><strong><font color="#0000ff" size="3" face="Times New Roman">کد</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font color="#0000ff" size="3" face="Times New Roman">تیپ</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font color="#0000ff" size="3" face="Times New Roman">رنگ</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font color="#0000ff" size="3" face="Times New Roman">قیمت</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font color="#0000ff" size="3" face="Times New Roman">تماس با فروشنده</font></strong></p>
      </td>
      <td>
      <p align="center"><font color="#0000ff"><strong><font size="3" face="Times New Roman">مبدا </font></strong><strong><font size="3" face="Times New Roman">فروش</font></strong></font></p>
      </td>
    </tr>
  </tbody>
</table>
</p>
<p align="justify">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="justify">&nbsp;</p>
<p align="right"><font face="Times New Roman"><strong><font color="#800080"><font size="3">&nbsp;مدل های کارکرده :</font><font size="3">&nbsp;</font>&nbsp;&nbsp;</font></strong></font></p>
<p align="right"><strong><font color="#ff9900" size="3" face="Times New Roman"></font></strong></p>
<font face="Times New Roman">
<p align="justify">
<table border="15" cellspacing="1" summary="" cellpadding="5" width="720" align="center" height="89">
  <tbody>
    <tr>
      <td>
      <p align="center"><strong><font color="#0000ff" size="3" face="Times New Roman">کد</font></strong></p>
      </td>
      <td>
      <p align="center"><font color="#0000ff" size="3" face="Times New Roman"><strong>نوع خودرو</strong></font></p>
      </td>
      <td>
      <p align="center"><strong><font color="#0000ff" size="3" face="Times New Roman">&nbsp;&nbsp;&nbsp; رنگ</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font color="#0000ff" size="3" face="Times New Roman">مدل</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font color="#0000ff" size="3" face="Times New Roman">&nbsp;بيمه</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font color="#0000ff" size="3" face="Times New Roman">رنگ خوردگي</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font color="#0000ff" size="3" face="Times New Roman">قيمت</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font color="#0000ff" size="3" face="Times New Roman">تماس با&nbsp;فروشنده</font></strong></p>
      </td>
      <td>
      <p align="center"><font color="#0000ff"><strong><font size="3" face="Times New Roman">مبدا </font></strong><strong><font size="3" face="Times New Roman">فروش</font></strong></font></p>
      </td>
    </tr>
    <tr>
      <td>
      <p align="center"><strong><font color="#ff0000" size="3" face="Times New Roman">22408</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font size="3" face="Times New Roman">530</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font size="3" face="Times New Roman">قرمز</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font size="3" face="Times New Roman">90</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font size="3" face="Times New Roman">برج 12</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font size="3" face="Times New Roman">ندارد</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font size="3" face="Times New Roman">210.000.000</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font size="3" face="Times New Roman">آقای سلطانیان 09149562949</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font color="#ff0000" size="3" face="Times New Roman">اردبیل</font></strong></p>
      </td>
    </tr>
    <tr>
      <td>
      <p align="center"><strong><font color="#ff0000" size="3" face="Times New Roman">22409</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font size="3" face="Times New Roman">110 سه سیلندر</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font size="3" face="Times New Roman">سفید</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font size="3" face="Times New Roman">86</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font size="3" face="Times New Roman">برج 8</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font size="3" face="Times New Roman">ندارد</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font size="3" face="Times New Roman">63.000.000</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font size="3" face="Times New Roman">آقای لطفی 09128198021</font></strong></p>
      </td>
      <td>
      <p align="center"><strong><font color="#ff0000" size="3" face="Times New Roman">تهران</font></strong></p>
      </td>
    </tr>
  </tbody>
</table>
</p>
</font>
<p align="center"><font size="3"><strong><font color="#003366" size="3" face="Times New Roman"><a target="_blank" href="/default.aspx?app=forms&page=form&docparid=0&docid=12471"><font face="Times New Roman"><font color="#000000" size="3">قابل توجه هموطنان محترم از سراسر کشور ، جهت درج&nbsp;&nbsp;مشخصات خودروی فروشی خود در سایت، اینجا&nbsp;کلیک کنید</font></font></a></font></strong></font></p>
<p align="center"><font size="3"><strong><font color="#000000" size="3" face="Times New Roman"><a target="_blank" href="http://www.mvmco.ir/Site.aspx?page=9"><font color="#000000">مشخصات فنی خودرو</font> <font color="#000000">MVM 110</font></a></font></strong></font></p>
<p align="center"><strong><font color="#000000" size="3" face="Times New Roman"><a target="_blank" href="http://mvmco.ir/Site.aspx?page=3"><font color="#000000">مشخصات فنی خودرو</font> <font color="#000000">MVM 530</font></a></font></strong></p>
<p align="center"><strong><font color="#000000" size="3" face="Times New Roman"><a target="_blank" href="http://mvmco.ir/Site.aspx?page=15"><font color="#000000">مشخصات فنی خودرو</font><font color="#000000">&nbsp;X33</font></a>&nbsp;&nbsp; </font></strong></p>
<p align="center"><strong><font size="3" face="Times New Roman">&nbsp;</font></strong></p>
<p align="center"><strong><font size="3" face="Times New Roman"></font></strong></p>
<p align="center"><font color="#000000">&nbsp;</font></p></TD>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
</table>
</td>

    </tr>
   </table>
   </td>
   <td valign="top" bgcolor="#e6f1f8">
   <table cellSpacing="0" cellPadding="0" width="161" align="right" bgcolor="#e6f1f8"
    id="table8">
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center" >&nbsp;</td>
    </tr>
    <tr>
    <td id="Theme_tdLogin" height="7" colspan="3" align="center" valign="top"></td>

    </tr>
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center">&nbsp;</td>
    </tr>
    <tr>
    <td height="7" colspan="3" align="center" valign="top" >
    <table cellpadding="5"  width="100%"><tr><td id="Theme_tdMenu" width="100%" align="center"><script>var arrMenuText_6 = new Array("&nbsp;&nbsp;new- new!&nbsp;","&nbsp;&nbsp;BMW new !&nbsp;","&nbsp;&nbsp;پژو new!!&nbsp;","&nbsp;&nbsp;آئودی new!!&nbsp;","&nbsp;&nbsp;تویوتا new!!&nbsp;","&nbsp;&nbsp;مرسدس بنز new!!&nbsp;","&nbsp;&nbsp;نیسان new!!&nbsp;","&nbsp;&nbsp;هیوندای new!!&nbsp;");var arrMenuLink_6 = new Array("/default.aspx?app=galleries&page=gallery&docparid=11718&docid=18132","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=11792","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=11850","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=12048","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=11821","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=11723","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=12084","/default.aspx?app=galleries&page=gallery&docparid=11718&docid=12118");
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;");var arrMenuLink = new Array("/documents/document/0/15251/home-page.aspx","/documents/document/0/11639/portal.aspx","/documents/document/0/11651/best-sites.aspx","/documents/document/0/11999/SaleConditions.aspx","/default.aspx?app=forms&page=form&docparid=0&docid=12471","/documents/document/0/11652/prices.aspx","/documents/document/0/11718/galery.aspx");
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></table>
    
    </td>
    </tr>
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center">&nbsp;</td>
    </tr>
    <tr>
    <td id="Theme_tdMailinglist" height="1" colspan="3" align="center" valign="top"></td>

    </tr>
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center">&nbsp;</td>
    </tr>
    <tr>
    <td id="Theme_tdCounter" height="1" colspan="3" align="center" valign="TOP" dir="ltr"></td>

    </tr>
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center">&nbsp;</td>
    </tr>
    <tr>
    <td id="Theme_tdBanner" height="1" colspan="3" align="center">
<P>
<script language="javascript">
 function openWindow(url)
 {
 window.open(url);
 }
</script>
 <table id="Theme__ctl3_Table1" cellspacing="1" cellpadding="1" width="100%" border="0">
</table>

</P>
</td>

    </tr>
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center">&nbsp;</td>
    </tr>
    <tr>
    <td id="Theme_tdDateTime" height="1" colspan="3" align="center" valign="top">1391/03/01 دو شنبه

<br>
<script language="JavaScript">
<!--
// set the function

var thehours=3;
var themins=59;
var thesecs=7;

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 bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center">&nbsp;</td>
    </tr>
    <tr>
    <td id="Theme_tdVoting" height="1" colspan="3" align="center" valign="top" dir="ltr"></td>

    </tr>
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center">&nbsp;</td>
    </tr>
    <tr>
    <td id="Theme_tdWeather" height="1" colspan="3" align="center" valign="top"></td>

    </tr>
    <tr bgcolor="#91b8d8">
    <td height="1" colspan="3" align="center">&nbsp;</td>
    </tr>
    <tr>
    <td id="Theme_tdOutput" height="1" colspan="3" 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:_ctl6:ibuXmlPreview" id="Theme__ctl6_ibuXmlPreview" OnClick="javascript:GetContentSite();" src="/panel/images/xml.gif" alt="" border="0" />
<br>





</td>

    </tr>
   </table>
   </td>
  </tr>
  </table>
 </td>
 </tr>
 <tr>
 <td id="Theme_tdFooter" bgcolor="#c0c0c0" height="25" background="/themes/mainskins/Gray/images/bg-footer.gif" align="center" dir="rtl"><P align=center><A href="http://otoiran.com/default.aspx?app=faqs&page=faq&docparid=0&docid=14997" target=_blank><FONT face="Times New Roman" size=3><STRONG>پرسش و پاسخ</STRONG></FONT></A><FONT size=3><FONT face="Times New Roman"><STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</STRONG></FONT><STRONG><FONT face="Times New Roman">&nbsp;<A href="/documents/document/0/11666/portal.aspx" target=_blank>پست الکترونیک&nbsp; e-mail</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<STRONG><FONT face="Times New Roman">&nbsp;</FONT></STRONG><A href="/documents/document/0/11625/about-us.aspx" target=_blank>درباره ما &nbsp;about us</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<STRONG><FONT face="Times New Roman">&nbsp;</FONT></STRONG><A href="/documents/document/0/11626/portal.aspx">تماس با ما contact us</A>&nbsp; </FONT></STRONG></FONT></P>
</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>

