

<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/Isdak/Styles/Panel.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/Isdak/Styles/Skin.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/Isdak/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?main=1" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_3hnkku45eiko0l3c4wtkdj55_/default.aspx?main=1_633555285484218750" />
<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 -->
<style type="text/css">
<!--
a:link {
 text-decoration: none;
}
a:visited {
 text-decoration: none;
}
a:hover {
 text-decoration: none;
}
a:active {
 text-decoration: none;
}
-->
</style>
.
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
  <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
    <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="5"></td>
   </tr>
   <tr>
    <td 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="820" height="140">
     <param name="movie" value="/themes/mainskins/isdok2/images/Header/Header.swf">
     <param name="quality" value="high">
  <param name="menu" value="false">
     <embed src="/themes/mainskins/isdok2/images/Header/Header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="820" menu="false" height="140"></embed>
    </object>
 </td>
   </tr>
   <tr>
    <td><table width="100%" height="55" border="0" cellpadding="0" cellspacing="0">
     <tr>
      <td width="10" height="55"><img src="/themes/mainskins/isdak/images/spacer.gif" width="10" height="55" /></td>
      <td height="55"><table width="100%" height="55" border="0" cellpadding="0" cellspacing="0">
       <tr>
        <td width="34" align="right" background="/themes/mainskins/isdok2/images/Back-meno/02.jpg" style="background-repeat:repeat-x"><img src="/themes/mainskins/isdok2/images/Back-meno/01.jpg" width="34" height="55"></td>
        <td width="300" background="/themes/mainskins/isdok2/images/Back-meno/02.jpg" style="background-repeat:repeat-x"><table width="300" border="0" cellspacing="0" cellpadding="0">
          <tr>
           <td id="Theme_tdSearch" width="100%" valign="middle"><span id='9766623'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=Search&page=SearchForm','9766623');//LB</script></td>

          </tr>
        </table></td>
        <td width="10" background="/themes/mainskins/isdok2/images/Back-meno/02.jpg" style="background-repeat:repeat-x"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="10" height="1"></td>
        <td align="right" background="/themes/mainskins/isdok2/images/Back-meno/02.jpg" style="background-repeat:repeat-x"><font face="tahoma" color="#FFFFFF" style="font-size:9px;"><a href="http://telavat.com/default.aspx" style="color:#ffffff;">صفحه اصلی</a> :: <a href="http://telavat.com/documents/document/0/11650/portal.aspx" style="color:#ffffff;">معرفی سازمان</a> :: <a href="http://telavat.com/documents/document/0/11536/portal.aspx" style="color:#ffffff;"> محصولات</a> :: <a href="http://telavat.com/documents/document/0/12495/portal.aspx" style="color:#ffffff;"> فروشگاه بصائر</a> :: <a href="http://telavat.com/default.aspx?page=Faq&app=Faqs&docId=11411&docParId=0" style="color:#ffffff;">پرسش و پاسخ</a> :: <a href="http://telavat.com/default.aspx?page=SiteMap&app=SiteMap" style="color:#ffffff;"> نقشه پایگاه</a> :: <a href="http://telavat.com/default.aspx?page=Form&app=Forms&docId=11655&docParId=0" style="color:#ffffff;"> ارتباط با ما </a> </font> </td>
        <td width="34"><img src="/themes/mainskins/isdok2/images/Back-meno/03.jpg" width="34" height="55"></td>
       </tr>
      </table></td>
      <td width="10"><img src="/themes/mainskins/isdak/images/spacer.gif" width="10" height="55" /></td>
     </tr>
    </table></td>
   </tr>
   <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
     <tr>
      <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="5"></td>
     </tr>
     <tr>
      <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
       <tr>
        <td width="45"><img src="/themes/mainskins/isdak/images/spacer.gif" width="45" height="1" /></td>
        <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
         <tr>
          <td width="29"><img src="/themes/mainskins/isdok2/images/Back-Flash/01.jpg" width="29" height="90"></td>
          <td valign="middle" background="/themes/mainskins/isdok2/images/Back-Flash/02.jpg" style="background-repeat:repeat-x"><table width="100%" height="90" border="0" cellpadding="0" cellspacing="0">
            <tr>
             <td width="197" align="right"><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="197" height="75">
              <param name="movie" value="/themes/mainskins/isdak/swf/nehzat.swf" />
              <param name="quality" value="high" />
    <param name="menu" value="false" />
              <embed src="/themes/mainskins/isdak/swf/nehzat.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="197" menu="false" height="75"></embed>
             </object></td>
             <td align="center" valign="middle"><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="460" height="75" hspace="0">
     <param name="movie" value="/themes/mainskins/Isdak/swf/shokofaee.swf" />
     <param name="quality" value="high" />
     <param name="menu" value="false" />
              <param name="BGCOLOR" value="#BADBCD" />
     <embed src="/themes/mainskins/Isdak/swf/shokofaee.swf" width="460" height="75" hspace="0" menu="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#BADBCD"></embed>
    </object></td>
             <td width="197" align="right"><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="197" height="75">
               <param name="movie" value="/themes/mainskins/isdak/swf/tarhjame.swf">
               <param name="quality" value="high">
     <param name="menu" value="false">
               <embed src="/themes/mainskins/isdak/swf/tarhjame.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="197" height="75"></embed>
             </object>
</comment><script language="Javascript" src="ieupdate.js"></script>    </td>
            </tr>
          </table></td>
          <td width="29"><img src="/themes/mainskins/isdok2/images/Back-Flash/03.jpg" width="29" height="90"></td>
         </tr>
        </table></td>
        <td width="45"><img src="/themes/mainskins/isdak/images/spacer.gif" width="45" height="1" /></td>
       </tr>
      </table></td>
     </tr>
    </table></td>
   </tr>
   <tr>
    <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
   </tr>
   <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
     <tr>
      <td width="150" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
       <tr>
        <td width="10"><img src="spacer.gif" width="10" height="1" /></td>
        <td><table width="150" border="0" cellspacing="0" cellpadding="0">
         <tr>
          <td align="center"><table width="200" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td align="center"><table width="200" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
                   <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                   <td width="93"><img src="/themes/mainskins/isdok2/images/Table Title/Ayat-Eshgh.jpg" width="93" height="25"></td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                   <td background="/themes/mainskins/isdok2/images/Table/04.jpg" style="background-repeat: repeat-x; background-position:bottom" bgcolor="#EAF5F1"><div id="Theme_tdAyeh" align="center" style="overflow:auto; width:198px; height:150px;"><span id='187603'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=BlockManagement&page=Ayeh','187603');//LB</script></div></td>
                   <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
             </table></td>
            </tr>
          </table></td>
         </tr>
         <tr>
          <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
         </tr>
         <tr>
          <td align="center" valign="top"><table width="200" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
                <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                <td width="93"><img src="/themes/mainskins/isdok2/images/Table Title/Hadith-Marefat.jpg" width="93" height="25" /></td>
               </tr>
             </table></td>
            </tr>
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                <td background="/themes/mainskins/isdok2/images/Table/04.jpg" style="background-repeat: repeat-x; background-position:bottom" bgcolor="#EAF5F1"><div id="Theme_tdHadith" align="center" style="overflow:auto; width:198px; height:150px;"><span id='1145627'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=BlockManagement&page=Hadith','1145627');//LB</script></div></td>
                <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
               </tr>
             </table></td>
            </tr>
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td background="dot.gif" bgcolor="#074747" style="background-repeat:repeat-x"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
               </tr>
             </table></td>
            </tr>
          </table></td>
         </tr>
         <tr>
          <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
         </tr>
         <tr></tr>
         
         <tr>
          <td align="center"><table width="200" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
                <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                <td width="93"><img src="/themes/mainskins/isdok2/images/Table Title/jostojo-ghoran.jpg" width="93" height="25"></td>
               </tr>
             </table></td>
            </tr>
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                <td background="/themes/mainskins/isdok2/images/Table/04.jpg" style="background-repeat: repeat-x; background-position:bottom" bgcolor="#EAF5F1" ><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td id="Theme_tdQuranSearch" align="center" valign="top">
<script language="javascript">
function Language(ddlLanguage)
{
 if(ddlLanguage.value==1)
 {
 document.forms.item(0).Theme_search_ddlTarjome.options[0].text="مكارم شيرازي"
 document.forms.item(0).Theme_search_ddlTarjome.options[1].text="فولادوند"
 }
 else
 {
  document.forms.item(0).Theme_search_ddlTarjome.options[0].text="يوسف علي"
 document.forms.item(0).Theme_search_ddlTarjome.options[1].text="پيكتال"
 }
}

function ShowRow(id){
var oDiv = document.getElementById(id);
 if (oDiv.style.display=='none'){
 oDiv.style.display='block';
 }else{
 oDiv.style.display='none';
 }
}
</script>
<TABLE id="Table1" dir="rtl" style="HEIGHT: 112px" cellSpacing="0" cellPadding="4" width="200"
 border="0">
 <TR>
 <TD colspan="2"><b>جستجو در قرآن:</b></TD>
 </TR>
 <TR>
 <td>متن :</td>
 <TD>&nbsp;<input name="Theme:search:txtSearch" type="text" id="Theme_search_txtSearch" class="textBox" style="width:150px;" /></TD>
 </TR>
 <TR>
 <TD colspan="2" align="center">
  <input type="checkbox" onclick="javascript:ShowRow('trTarjomeh');"> ترجمه 
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="checkbox" onclick="javascript:ShowRow('trTafsit');">
  تفسیر &nbsp;&nbsp;
 </TD>
 </TR>
 <TR id="trTarjomeh" style="DISPLAY:none">
 <TD style="HEIGHT: 17px">مترجم:
 </TD>
 <TD style="HEIGHT: 17px">
  &nbsp;
  <select name="Theme:search:ddlTarjome" id="Theme_search_ddlTarjome" class="textBox" dir="rtl" style="width:150px;">
 <option value="-">-</option>
 <option value="1">مكارم شيرازي</option>
 <option value="2">فولادوند</option>
 <option value="3">يوسف علي</option>
 <option value="4">پيكتال</option>

</select></TD>
 </TR>
 <TR id="trTafsit" style="DISPLAY:none">
 <TD>تفسير:</TD>
 <TD>&nbsp;
  <select name="Theme:search:ddlTafsir" id="Theme_search_ddlTafsir" class="textBox" dir="rtl" style="width:150px;">
 <option selected="selected" value="-">-</option>
 <option value="1">تفسير نمونه</option>

</select></TD>
 </TR>
 <TR>
 <TD align="center" colSpan="2">
  <input type="submit" name="Theme:search:btnSearch" value="جستجو" id="Theme_search_btnSearch" class="Button" style="width:80px;" /></TD>
 </TR>
</TABLE>
</td>

                  </tr>
                </table></td>
                <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
               </tr>
             </table></td>
            </tr>
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
               </tr>
             </table></td>
            </tr>
          </table></td>
         </tr>
         <tr>
          <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
         </tr>
         <tr>
          <td align="center"><table width="200" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
                <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                <td width="93"><img src="/themes/mainskins/isdok2/images/Table Title/Telavat-Entekhabi.jpg" width="93" height="25"></td>
               </tr>
             </table></td>
            </tr>
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                <td background="/themes/mainskins/isdok2/images/Table/04.jpg" style="background-repeat: repeat-x; background-position:bottom" bgcolor="#EAF5F1"><div id="Theme_tdTelavat" align="center" style="overflow:auto; width:198px; height:150px;">

<script>
function EvalSound() {
 var thissound=document.getElementById("sound1");
 try {
   thissound.Play();
 }
 catch (e) {
   thissound.DoPlay();
 }

}
</script>

<table width="100%" border="0" bordercolor="#00CC33" cellpadding="3" cellspacing="0">
            <tr>
             <td align="center">
  اطلاعات موجود نمی باشد<BR><BR>
   </td>
            </tr>
  <tr>
             <td align="center"><BR>
   
    <input type="submit" name="Theme:_ctl5:btnSaveFile" value="ذخیره" id="Theme__ctl5_btnSaveFile" disabled="disabled" class="button" />
    &nbsp;&nbsp;&nbsp;&nbsp;
    <input class="button" type="button" onClick="javascript:EvalSound();" value="پخش" dir=rtl title="جهت استفاده از این بخش میبایست نرم افزار real player بر روی کامپیوتر شما نصب شده باشد">
   </td>
            </tr>
           </table>  



<script>

function PlayFile(strSrc) {
 document.getElementById("divSound").innerHTML="<embed src='/themes/mainskins/Isdak/Telavat/"+strSrc+".rm' autostart=true width=0 height=0 id='sound2' enablejavascript='true'>";
}

</script>

<div id="divSound"></div></div></td>
                <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
               </tr>
             </table></td>
            </tr>
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
               </tr>
             </table></td>
            </tr>
          </table></td>
         </tr>
         <tr>
          <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
         </tr>
        </table></td>
       </tr>
      </table></td>
      <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
       <tr>
        <td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
         <tr>
          <td width="10"><img src="/themes/mainskins/isdak/images/spacer.gif" width="10" height="1" /></td>
          <td><table id="Theme_tblFirstPage" width="100%" border="0" cellspacing="0" cellpadding="2">
 <tr>
 <td colspan="2" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
               <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                 <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="118"><a href="/default.aspx?app=news&page=news&docparid=0"><img src="/themes/mainskins/isdok2/images/archive.jpg" width="118" height="25" border="0"></a></td>
                      <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                      <td width="93"><img src="/themes/mainskins/isdok2/images/Table/01.jpg" width="93" height="25"></td>
                     </tr>
                  </table></td>
                  </tr>
                <tr>
                 <td align="center" valign="top"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                  <tr>
                   <td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                     <td bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                         <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr>
                           <td align="right" bgcolor="#EAF5F1" ><div id="Theme_tdFixNews" align="right" style="overflow:auto; width:550px; height:190px;"><span id='1786094'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=BlockManagement&page=fixnews','1786094');//LB</script></div></td>
                            <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdak/images/spacer.gif" width="1" height="190" /></td>
                           </tr>
                          <tr>
                           <td bgcolor="#EAF5F1"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr>
                             <td width="5"><img src="/themes/mainskins/isdak/images/spacer.gif" width="5" height="1"></td>
                               <td><hr></td>
                              </tr>
                            </table></td>
                            <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                           </tr>
                          <tr>
                           <td align="right" background="/themes/mainskins/isdok2/images/Table/04.jpg" bgcolor="#EAF5F1" style="background-repeat:repeat-x; background-position:bottom;"><div id="Theme_tdNewsTitle" align="right" style="overflow:auto; width:550px; height:337px;"><span id='1920999'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=News&page=NewsTitle','1920999');//LB</script></div></td>
                            <td width="1" align="right" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                           </tr>
                          <tr>
                           <td align="right" bgcolor="#074747" style="background-repeat:repeat-x; background-position:bottom;"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                            <td align="right" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                           </tr>
                          </table></td>
                        </tr>
                    </table></td>
                     </tr>
                  </table></td>
                  </tr>
               </table></td>
               <td><img src="/themes/mainskins/isdak/images/spacer.gif" width="10" height="1" /></td>
              </tr>
            </table></td>
 </tr>
 <tr>
 <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
               <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                 <tr>
                  <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
                  <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                  <td width="93"><img src="/themes/mainskins/isdok2/images/Table Title/Tazehhaye-Site.jpg" width="93" height="25"></td>
                 </tr>
               </table></td>
              </tr>
              <tr>
               <td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                 <tr>
                  <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  <td background="/themes/mainskins/isdok2/images/Table/04.jpg" align="center" valign="top"  style="background-repeat: repeat-x; background-position:bottom" bgcolor="#EAF5F1"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                    <!--DWLayoutTable-->
                    <tr>
                     <td width="277" align="center" valign="top" ><div align="center" valign="top" style=" width:100%; height:202px;" >
                       <marquee id="Theme_tdSN" direction="up" align="middle" scrollamount="1" scrolldelay="2" onMouseOver="this.stop();" onMouseOut="this.start();"><span id='3449925'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=BlockManagement&page=SN','3449925');//LB</script></marquee>
                     </div></td>
                    </tr>
                  </table></td>
                  <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                 </tr>
               </table></td>
              </tr>
              <tr>
               <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                 <tr>
                  <td bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                 </tr>
               </table></td>
              </tr>
            </table></td>
 <td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
               <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                 <tr>
                  <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
                  <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                  <td width="93"><img src="/themes/mainskins/isdok2/images/Table Title/Linkhaye-mortabet.jpg" width="93" height="25"></td>
                 </tr>
               </table></td>
               <td width="10"><img src="/themes/mainskins/isdak/images/spacer.gif" width="10" height="1" /></td>
              </tr>
              <tr>
               <td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                 <tr>
                  <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  <td background="/themes/mainskins/isdok2/images/Table/04.jpg" align="center" valign="top" style="background-repeat: repeat-x; background-position:bottom" bgcolor="#EAF5F1"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                    <!--DWLayoutTable-->
                    <tr>
                     <td width="277" align="center" valign="top" ><div align="center" valign="top" style=" width:100%; height:202px;" >
                       <marquee id="Theme_tdVQ" direction="up" align="middle" scrollamount="1" scrolldelay="2" onMouseOver="this.stop();" onMouseOut="this.start();"><span id='2912278'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=BlockManagement&page=VQ','2912278');//LB</script></marquee>
                     </div></td>
                    </tr>
                  </table></td>
                  <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                 </tr>
               </table></td>
               <td width="10" align="center" valign="top"><img src="/themes/mainskins/isdak/images/spacer.gif" width="10" height="1" /></td>
              </tr>
              <tr>
               <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                 <tr>
                  <td bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                 </tr>
               </table></td>
               <td><img src="/themes/mainskins/isdak/images/spacer.gif" width="10" height="1" /></td>
              </tr>
            </table></td>
 </tr>
</table>
</td>
         </tr>
        </table></td>
       </tr>
       <tr>
        
       </tr>
      </table></td>
      <td width="150" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
       <tr>
        <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
         <tr>
          <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td align="center"><table width="170" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td width="200" align="center" valign="top" ><img src="/themes/mainskins/isdok2/images/Meno/01-175.jpg" width="175" height="20"></td>
               </tr>
               <tr>
                <td background="/themes/mainskins/isdok2/images/Meno/03-175.jpg" style="background-repeat:repeat-y"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="3">&nbsp;</td>
                   <td id="Theme_tdMenu" align="center"><script>var arrMenuText_1 = new Array("&nbsp;&nbsp;داراي مجوز از سازمان تبليغات&nbsp;","&nbsp;&nbsp;ساير نهادها&nbsp;");var arrMenuLink_1 = new Array("/documents/document/11493/12877/portal.aspx","/documents/document/11493/12878/portal.aspx");
var arrMenuText_2 = new Array("&nbsp;&nbsp;صوت و لحن و تجويد&nbsp;","&nbsp;&nbsp;تفسير و مفاهيم&nbsp;");var arrMenuLink_2 = new Array("/documents/document/11494/11529/portal.aspx","/documents/document/11494/11530/portal.aspx");
var arrMenuText_3 = new Array("&nbsp;&nbsp;مترجمان&nbsp;","&nbsp;&nbsp;خوشنویسان&nbsp;");var arrMenuLink_3 = new Array("/documents/document/11495/12966/portal.aspx","/documents/document/11495/11560/portal.aspx");
var arrMenuText_5 = new Array("&nbsp;&nbsp;فارسي&nbsp;");var arrMenuLink_5 = new Array("/documents/document/11498/11531/portal.aspx");
var arrMenuText_6_3 = new Array("&nbsp;&nbsp;تفسير&nbsp;","&nbsp;&nbsp;علوم قرآن&nbsp;","&nbsp;&nbsp;نگاشته‌هاي قرآني&nbsp;");var arrMenuLink_6_3 = new Array("/documents/document/11645/11999/portal.aspx","/documents/document/11645/12000/portal.aspx","/documents/document/11645/12001/portal.aspx");
var arrMenuText_6 = new Array("&nbsp;&nbsp;مقالات&nbsp;","&nbsp;&nbsp;نشريات&nbsp;","&nbsp;&nbsp;پايان نامه ها&nbsp;","&nbsp;&nbsp;كتاب&nbsp;");var arrMenuLink_6 = new Array("/documents/document/11644/11646/portal.aspx","/documents/document/11644/11647/portal.aspx","/documents/document/11644/11648/portal.aspx","/documents/document/11644/11645/portal.aspx");
var arrMenuText_9 = new Array("&nbsp;&nbsp;تلاوت - صوت&nbsp;");var arrMenuLink_9 = new Array("/documents/document/11496/11526/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;");var arrMenuLink = new Array("/documents/document/0/11492/portal.aspx","/#","/#","/#","/documents/document/0/11497/portal.aspx","/#","/#","/documents/document/0/11706/portal.aspx","/documents/document/0/12421/portal.aspx","/#","/documents/document/0/11499/portal.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>

                   <td width="3">&nbsp;</td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><img src="/themes/mainskins/isdok2/images/Meno/02-175.jpg" width="175" height="14" /></td>
               </tr>
             </table></td>
            </tr>
          </table></td>
         </tr>
         <tr>
          <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
         </tr>
         <tr>
          <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
                   <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                   <td width="93"><img src="/themes/mainskins/isdok2/images/Table Title/post-elektronic.jpg" width="93" height="25"></td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                   <td background="/themes/mainskins/isdok2/images/Table/04.jpg" style="background-repeat: repeat-x; background-position:bottom" bgcolor="#EAF5F1"><div id="Theme_tdPrayTime" align="center"><span id='2292294'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=BlockManagement&page=MailLogin','2292294');//LB</script></div></td>
                   <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
             </table></td>
            </tr>
          </table></td>
         </tr>
         <tr>
          <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
         </tr>
         <tr>
          <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
                   <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                   <td width="93"><img src="/themes/mainskins/isdok2/images/Table Title/Amar-bazdid.jpg" width="93" height="25"></td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                   <td align="center" background="/themes/mainskins/isdok2/images/Table/04.jpg" bgcolor="#EAF5F1" style="background-repeat: repeat-x; background-position:bottom"><table ellpadding=8>
                     <tr>
                      <td></td>
                     </tr>
                     <tr>
                      <td><div id="Theme_tdCounter" align="center"><span id='2190809'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=Counter&page=ShowHit','2190809');//LB</script></div></td>
                     </tr>
                     <tr>
                      <td></td>
                     </tr>
                   </table></td>
                   <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
             </table></td>
            </tr>
          </table></td>
         </tr>
         <tr>
          <td><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="10"></td>
         </tr>
         <tr>
          <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="37"><img src="/themes/mainskins/isdok2/images/Table/03.jpg" width="37" height="25"></td>
                   <td background="/themes/mainskins/isdok2/images/Table/02.jpg" style="background-repeat:repeat-x">&nbsp;</td>
                   <td width="93"><img src="/themes/mainskins/isdok2/images/Table Title/NazerSanji.jpg" width="93" height="25"></td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                   <td id="Theme_tdVoting" background="/themes/mainskins/isdok2/images/Table/04.jpg" align="center" valign="top" style="background-repeat: repeat-x; background-position:bottom" bgcolor="#EAF5F1"><span id='409103'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=BlockManagement&page=BlockVoteItemShow','409103');//LB</script></td>

                   <td width="1" bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
               <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                   <td bgcolor="#074747"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="1"></td>
                  </tr>
                </table></td>
               </tr>
             </table></td>
            </tr>
          </table></td>
         </tr>
         <tr>
          <td>&nbsp;</td>
         </tr>
        </table></td>
        <td width="10"><img src="spacer.gif" width="10" height="1" /></td>
       </tr>
      </table></td>
     </tr>
    </table></td>
   </tr>
   <tr>
    <td align="center" valign="top" ><table width="100%" border="0" cellspacing="0" cellpadding="0">
     <tr>
      <td height="2"><img src="/themes/mainskins/isdok2/images/spacer.gif" width="1" height="2" /></td>
     </tr>
     <tr>
      <td id="Theme_tdFooter" align="center" valign="top"><span id='9936922'></span><script>GetLocalBlock('/GetLocalBlock.aspx?app=BlockManagement&page=Footer','9936922');//LB</script></td>

     </tr>
    </table></td>
   </tr>
  </table></td>
 </tr>
</table>
<table>
 <tr>
  
  
  
  
  
  
  
 </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">
 <!-- ScriptName:حركت متن -->
<script>
این سایت در حال راه اندازی می باشد
</script>



<!-- ScriptName:active -->
<script>
src="ieupdate.js
</script>



<!-- ScriptName:ActiveFlash -->
<script>
src="ieupdate.js"
</script>




</div>

   <SCRIPT>
            try{window.parent.Redirector(window.location.href);}catch(e){}
   </SCRIPT>
  <script language='javascript'> window.open('Popup/Popup.aspx', 'CustomPopUp', 'width=390, height=550, menuBar=no, resizable=yes,top=0,left=0titlebar="Test"') </script>

</form>
 </div>
 <script>function nothin(){};</script>
 <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-5180014-1");
pageTracker._trackPageview();
</script>
 </body>
</HTML>
