

<HTML>
 <HEAD>
 <title>پایگاه اطلاع رسانی صبح ساحل</title>
 <meta id="mtaKeyWords" content="sobhesahel , sobhesahel news paper ,bsn , hormozgan , bandar abbas,صبح ساحل,بندرعباس,هرمزگان" name="keywords"></meta>
 <meta id="mtaDescription" content="roznamey sobhesahel, Content Management System , CMS, sobhesahel , sobhesahel news paper ,bsn , hormozgan , bandar abbas,صبح ساحل,بندرعباس,هرمزگان" name="description"></meta>
 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
 <LINK href="/themes/mainskins/Sobhesahel/Styles/Panel.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/Sobhesahel/Styles/Skin.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/Sobhesahel/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);
 }else{alert("ERROR"+url);}
 }
 
 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/public2.js" type="text/javascript"></script>
 <div id="jhfjkefkjfnkjsdf" align="center">
  <form name="frmDefault" method="post" action="/documents/document/0/14987/portal.aspx" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_vwqebxn44oibpwzb1hy0cm45_/documents/document/0/14987/portal.aspx_633555362153281250" />
<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 height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
  <tbody>
    <tr>
      <td valign="top" height="100%">
      <table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
        <tbody>
          <tr>
            <td>
            <table cellspacing="0" cellpadding="0" width="100%" border="0">
              <tbody>
                <tr>
                  <td>
                  <table cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tbody>
                      <tr>
                        <td width="269" height="102"><img height="102" alt="" width="269" src="/Themes/MainSkins/Sobhesahel/Images/Logo.gif" /></td>
                        <td bgcolor="#6a94e1">&nbsp;</td>
                        <td align="right" width="216" height="102"><img height="102" alt="" width="216" src="/Themes/MainSkins/Sobhesahel/Images/logo-fa.gif" /></td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
                <tr>
                  <td height="2"><img height="2" alt="" width="1" src="/Themes/MainSkins/Sobhesahel/Images/spacer.gif" /></td>
                </tr>
                <tr>
                  <td bgcolor="#cbccc7" height="25">
                  <table height="25" cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tbody>
                      <tr>
                        <td width="1"><img height="25" alt="" width="15" src="/Themes/MainSkins/Sobhesahel/Images/spacer.gif" /></td>
                        <td>
                        <table cellspacing="0" cellpadding="0" width="100%" border="0">
                          <tbody>
                            <tr>
                              <td id="Theme_tdSearch" width="350">&nbsp;
<meta http-equiv="Content-Language" content="fa">
<table width="0%" border="0" cellspacing="0" cellpadding="2">
 <tr>
  <td valign="middle"><input type="image" name="Theme:_ctl1:ibtnSearch" id="Theme__ctl1_ibtnSearch" OnClick="javascript:location.href='/default.aspx?page=search&app=search&srch='+document.getElementById('Theme__ctl1_txtSearch').value;return false;" src="/ParsDesign/Files/SkinButtons/Sobhesahel_search.gif" alt="" border="0" /></td>
  <td valign="middle"></td>
  <td valign="middle"><input name="Theme:_ctl1:txtSearch" id="Theme__ctl1_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__ctl1_btnSearch').click();return false;}} else {return true}; " /></td>
 </tr>
</table>
</td>

                              <td valign="middle" align="center"><img height="15" alt="" width="246" usemap="#Map" border="0" src="/Themes/MainSkins/Sobhesahel/Images/top.jpg" /></td>
                            </tr>
                          </tbody>
                        </table>
                        </td>
                        <td width="1"><img height="25" alt="" width="1" src="/Themes/MainSkins/Sobhesahel/Images/spacer.gif" /></td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
                <tr>
                  <td height="2"><img height="3" alt="" width="1" src="/Themes/MainSkins/Sobhesahel/Images/spacer.gif" /></td>
                </tr>
                <tr>
                  <td bgcolor="#efefef">
                  <table style="BORDER-TOP: #e0dcdb 1px solid; BORDER-LEFT-COLOR: #e0dcdb; BORDER-BOTTOM: #e0dcdb 1px solid; BORDER-RIGHT-COLOR: #e0dcdb" height="25" cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tbody>
                      <tr>
                        <td width="1"><img height="25" alt="" width="15" src="/Themes/MainSkins/Sobhesahel/Images/spacer.gif" /></td>
                        <td align="center">
                        <table cellspacing="0" cellpadding="0" width="400" border="0">
                          <tbody>
                            <tr>
                              <td id="Theme_tdDateTime" width="200">&nbsp;1387/06/07 پنج شنبه

<br>
<script language="JavaScript">
<!--
// set the function

var thehours=16;
var themins=3;
var thesecs=35;

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>

                              <td>
                              <table cellspacing="0" cellpadding="0" width="200" border="0">
                                <tbody>
                                  <tr>
                                    <td id="Theme_tdEnDate" width="150">Thursday 28 August 2008</td>

                                  </tr>
                                </tbody>
                              </table>
                              </td>
                            </tr>
                          </tbody>
                        </table>
                        </td>
                        <td width="1"><img height="25" alt="" width="1" src="/Themes/MainSkins/Sobhesahel/Images/spacer.gif" /></td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
                <tr>
                  <td height="2"><img height="2" alt="" width="1" src="/Themes/MainSkins/Sobhesahel/Images/spacer.gif" /></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr>
            <td height="100%">
            <table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
              <tbody>
                <tr>
                  
                  <td valign="top" height="100%">
                  <table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tbody>
                      <tr>
                        
                      </tr>
                      <tr>
                        <td valign="top" height="100%">
                        <table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
                          <tbody>
                            <tr>
                              <td valign="top" height="100%">
                              <table cellspacing="0" cellpadding="0" width="100%" border="0">
                                <tbody>
                                  <tr>
                                    <td width="5">&nbsp;</td>
                                    <td id="Theme_tdMain">&nbsp;
<table id="Theme__ctl0_tblDocument" dir="rtl" cellspacing="0" cellpadding="0" width="100%" border="0" background="/ParsDesign/files/Backgrounds/14987.">
 <tr>
 <TD colspan="2" valign="top">
  <p>
<table cellspacing="1" cellpadding="1" width="800" summary="" border="0">
  <tbody>
    <tr>
      <td><font face="Tahoma"><img alt="" src="/UserFiles/Khabargozariha.jpg" /></font></td>
      <td><font face="Tahoma"><img height="19" alt="" width="274" src="/UserFiles/khabari---Tahlili.jpg" /></font></td>
      <td><font face="Tahoma"><img height="19" alt="" width="274" src="/UserFiles/Rooznameha.jpg" /></font></td>
    </tr>
    <tr>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><font color="#800080">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.bornanews.ir" target="_blank" href="http://www.bornanews.ir/"><font face="Tahoma">&nbsp;&nbsp;برنا</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.qodsna.ir" target="_blank" href="http://www.qodsna.ir/"><font face="Tahoma">&nbsp;&nbsp;قدس</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.ketabnews.com" target="_blank" href="http://www.ketabnews.com/"><font face="Tahoma">&nbsp;&nbsp;کتاب نیوز</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.irpana.com" target="_blank" href="http://www.irpana.com/"><font face="Tahoma">&nbsp;&nbsp;پانا (دانش آموزی)</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.shana.ir" target="_blank" href="http://www.shana.ir/"><font face="Tahoma">&nbsp;&nbsp;شانا (نفت و انرژی)</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://itna.ir" target="_blank" href="http://itna.ir/"><font face="Tahoma">&nbsp;&nbsp;ایتنا (فناوری اطلاعات)</font></a></div>
      </div>
      </font></div>
      </td>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://hezbollah.ir" target="_blank" href="http://hezbollah.ir/"><font face="Tahoma">&nbsp;&nbsp;حزب الله</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://iraneconomist.com" target="_blank" href="http://iraneconomist.com/"><font face="Tahoma">&nbsp;&nbsp;ایران اکونومیست</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://shomalnews.com/" target="_blank" href="http://shomalnews.com/"><font face="Tahoma">&nbsp;&nbsp;شمال نیوز</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.bultannews.com" target="_blank" href="http://www.bultannews.com/"><font face="Tahoma">&nbsp;&nbsp;بولتن نیوز</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.yazdna.com" target="_blank" href="http://www.yazdna.com/"><font face="Tahoma">&nbsp;&nbsp;یزدنا</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.sobhnews.com" target="_blank" href="http://www.sobhnews.com/"><font face="Tahoma">&nbsp;&nbsp;صبح</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.khabarchin.com" target="_blank" href="http://www.khabarchin.com/"><font face="Tahoma">&nbsp;&nbsp;خبرچین</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.iranpetronet.com" target="_blank" href="http://www.iranpetronet.com/"><font face="Tahoma">&nbsp;&nbsp;نفت و انرژی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.taghribnews.com" target="_blank" href="http://www.taghribnews.com/"><font face="Tahoma">&nbsp;&nbsp;تقریب نیوز</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.hawzahnews.ir" target="_blank" href="http://www.hawzahnews.ir/"><font face="Tahoma">&nbsp;&nbsp;حوزه نیوز</font></a></div>
      </div>
      </div>
      </td>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.iran-daily.com/1386/2939/html" target="_blank" href="http://www.iran-daily.com/1386/2939/html"><font face="Tahoma">&nbsp;&nbsp;ایران دیلی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://62.193.18.228" target="_blank" href="http://62.193.18.228/"><font face="Tahoma">&nbsp;&nbsp;تهران تایمز</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.mardomsalari.com/Template1/Home.aspx" target="_blank" href="http://www.mardomsalari.com/Template1/Home.aspx"><font face="Tahoma">&nbsp;&nbsp;مردم سالاری</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.donya-e-eqtesad.com" target="_blank" href="http://www.donya-e-eqtesad.com/"><font face="Tahoma">&nbsp;&nbsp;دنیای اقتصاد</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.khabars.net/default.aspx?iid=2418" target="_blank" href="http://www.khabars.net/default.aspx?iid=2418"><font face="Tahoma">&nbsp;&nbsp;خبر ورزشی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.aftab-yazd.com" target="_blank" href="http://www.aftab-yazd.com/"><font face="Tahoma">&nbsp;&nbsp;آفتاب یزد</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://abrarnews.com" target="_blank" href="http://abrarnews.com/"><font face="Tahoma">&nbsp;&nbsp;ابرار</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.sharghnewspaper.com" target="_blank" href="http://www.sharghnewspaper.com/"><font face="Tahoma">&nbsp;&nbsp;شرق </font></a></div>
      </div>
      </div>
      </td>
    </tr>
    <tr>
      <td><font face="Tahoma"><img alt="" src="/UserFiles/Maraje-Taghlid.jpg" /></font></td>
      <td><font face="Tahoma"><img height="19" alt="" width="274" src="/UserFiles/askkhas.jpg" /></font></td>
      <td><font face="Tahoma"><img height="19" alt="" width="274" src="/UserFiles/Daneshgah-ha.jpg" /></font></td>
    </tr>
    <tr>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.mesbahyazdi.org" target="_blank" href="http://www.mesbahyazdi.org/"><font face="Tahoma">&nbsp;&nbsp;آیت الله مصباح یزدی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.shirazi.ir" target="_blank" href="http://www.shirazi.ir/"><font face="Tahoma">&nbsp;&nbsp;آیت الله شیرازی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.haerishirazi.ir" target="_blank" href="http://www.haerishirazi.ir/"><font face="Tahoma">&nbsp;&nbsp;آیت الله حائری شیرازی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://almazaheri.ir" target="_blank" href="http://almazaheri.ir/"><font face="Tahoma">&nbsp;&nbsp;آیت الله مظاهری</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.malakouti.org" target="_blank" href="http://www.malakouti.org/"><font face="Tahoma">&nbsp;&nbsp;آیت الله ملکوتی</font></a></div>
      </div>
      </div>
      </td>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.farshchian.org" target="_blank" href="http://www.farshchian.org/"><font face="Tahoma">&nbsp;&nbsp;استاد فرشچیان</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://greenebtekar.persianblog.ir" target="_blank" href="http://greenebtekar.persianblog.ir/"><font face="Tahoma">&nbsp;&nbsp;معصومه ابتکار</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.feirahi.ir" target="_blank" href="http://www.feirahi.ir/"><font face="Tahoma">&nbsp;&nbsp;داود فیرحی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.mohammad-esfahani.com/" target="_blank" href="http://www.mohammad-esfahani.com/"><font face="Tahoma">&nbsp;&nbsp;محمد اصفهانی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.kadivar.com/Index.asp" target="_blank" href="http://www.kadivar.com/Index.asp"><font face="Tahoma">&nbsp;&nbsp;محسن کدیور</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://imamsadr.ir" target="_blank" href="http://imamsadr.ir/"><font face="Tahoma">&nbsp;&nbsp;امام موسی صدر</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://erfan.ir" target="_blank" href="http://erfan.ir/"><font face="Tahoma">&nbsp;&nbsp;شیخ حسین انصاریان</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.koushki.com" target="_blank" href="http://www.koushki.com/"><font face="Tahoma">&nbsp;&nbsp;محمد صادق کوشکی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://dr-hadavi.ir" target="_blank" href="http://dr-hadavi.ir/"><font face="Tahoma">&nbsp;&nbsp;هادوی تهرانی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.marashi.ir" target="_blank" href="http://www.marashi.ir/"><font face="Tahoma">&nbsp;&nbsp;سید حسین مرعشی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://mohajerani.maktuob.net" target="_blank" href="http://mohajerani.maktuob.net/"><font face="Tahoma">&nbsp;&nbsp;عطاء الله مهاجرانی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.ayande.ir" target="_blank" href="http://www.ayande.ir/"><font face="Tahoma">&nbsp;&nbsp;عباس عبدی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.drmoeen.ir" target="_blank" href="http://www.drmoeen.ir/"><font face="Tahoma">&nbsp;&nbsp;مصطفی معین</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.talaey.ir" target="_blank" href="http://www.talaey.ir/"><font face="Tahoma">&nbsp;&nbsp;مرتضی طلایی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.toorang.blogfa.ir" target="_blank" href="http://www.toorang.blogfa.ir/"><font face="Tahoma">&nbsp;&nbsp;محمد تورنگ</font></a></div>
      </div>
      </div>
      </td>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.cua.ac.ir/default1.htm" target="_blank" href="http://www.cua.ac.ir/default1.htm"><font face="Tahoma">&nbsp;&nbsp;شهید چمران اهواز</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.kntu.ac.ir" target="_blank" href="http://www.kntu.ac.ir/"><font face="Tahoma">&nbsp;&nbsp;خواجه نصیرالدین طوسی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="HTTP://www.hadith.ac.ir" target="_blank" href="http://www.hadith.ac.ir/"><font face="Tahoma">&nbsp;&nbsp;دانشکده علوم حديث</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.basu.ac.ir" target="_blank" href="http://www.basu.ac.ir/"><font face="Tahoma">&nbsp;&nbsp;بوعلی سینای همدان</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.yazduni.ac.i" target="_blank" href="http://www.yazduni.ac.i/"><font face="Tahoma">&nbsp;&nbsp;یزد</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.uok.ac.ir" target="_blank" href="http://www.uok.ac.ir/"><font face="Tahoma">&nbsp;&nbsp;کردستان</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.semnan.ac.ir" target="_blank" href="http://www.semnan.ac.ir/"><font face="Tahoma">&nbsp;&nbsp;سمنان</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://web.shahed.ac.ir" target="_blank" href="http://web.shahed.ac.ir/"><font face="Tahoma">&nbsp;&nbsp;شاهد</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.shirazu.ac.ir/index.php" target="_blank" href="http://www.shirazu.ac.ir/index.php"><font face="Tahoma">&nbsp;&nbsp;شیراز</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.qom.ac.ir" target="_blank" href="http://www.qom.ac.ir/"><font face="Tahoma">&nbsp;&nbsp;قم</font></a></div>
      </div>
      </div>
      </td>
    </tr>
    <tr>
      <td><font face="Tahoma"><img height="19" alt="" width="274" src="/UserFiles/Vezaratkhaneha.jpg" /></font></td>
      <td><font face="Tahoma"><img height="19" alt="" width="274" src="/UserFiles/Nashriyate-khareji.jpg" /></font></td>
      <td><font face="Tahoma"><img height="19" alt="" width="274" src="/UserFiles/Khabargozari---Khareji.jpg" /></font></td>
    </tr>
    <tr>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.irib.com" target="_blank" href="http://www.irib.com/"><font face="Tahoma">&nbsp;&nbsp;صدا و سیما</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.police.ir" target="_blank" href="http://www.police.ir/"><font face="Tahoma">&nbsp;&nbsp;نیروی انتظامی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.javanan.ir" target="_blank" href="http://www.javanan.ir/"><font face="Tahoma">&nbsp;&nbsp;سازمان ملی جوانان</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.tehransama.ir/default.aspx?t=home" target="_blank" href="http://www.tehransama.ir/default.aspx?t=home"><font face="Tahoma">&nbsp;&nbsp;شهرداری تهران</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.icm.gov.ir" target="_blank" href="http://www.icm.gov.ir/"><font face="Tahoma">&nbsp;&nbsp;وزارت تعاون</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.mohme.gov.ir/FFolder/web.aspx" target="_blank" href="http://www.mohme.gov.ir/FFolder/web.aspx"><font face="Tahoma">&nbsp;&nbsp;وزارت بهداشت</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.nioc.org" target="_blank" href="http://www.nioc.org/"><font face="Tahoma">&nbsp;&nbsp;وزارت نفت</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://icro.ir/" target="_blank" href="http://icro.ir/"><font face="Tahoma">&nbsp;&nbsp;سازمان فرهنگ و ارتباطات اسلامي</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.atf.gov.ir/news.php" target="_blank" href="http://www.atf.gov.ir/news.php"><font face="Tahoma">&nbsp;&nbsp;شورای عالی علوم، تحقیقات و فناوری</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.iranculture.org/" target="_blank" href="http://www.iranculture.org/"><font face="Tahoma">&nbsp;&nbsp;دبيرخانه شوراي عالي انقلاب فرهنگي</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://hajj.ir/" target="_blank" href="http://hajj.ir/"><font face="Tahoma">&nbsp;&nbsp;بعثه مقام معظم رهبري</font></a></div>
      </div>
      </div>
      </td>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.thedailyworld.com" href="http://www.thedailyworld.com/" target="_blank"><font face="Tahoma">&nbsp;&nbsp;دیلی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.telegraph.co.uk" href="http://www.telegraph.co.uk/" target="_blank"><font face="Tahoma">&nbsp;&nbsp;تلگراف</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.liberation.fr" href="http://www.liberation.fr/" target="_blank"><font face="Tahoma">&nbsp;&nbsp;لیبراسیون</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.csmonitor.com" href="http://www.csmonitor.com/" target="_blank"><font face="Tahoma">&nbsp;&nbsp;كريستين ساينس مانيتور</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://money.cnn.com/magazines/fortune" href="http://money.cnn.com/magazines/fortune" target="_blank"><font face="Tahoma">&nbsp;&nbsp;فورچون</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.almustaqbal.com" href="http://www.almustaqbal.com/" target="_blank"><font face="Tahoma">&nbsp;&nbsp;المستقبل ( چاپ لبنان )</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.time.com/time" href="http://www.time.com/time" target="_blank"><font face="Tahoma">&nbsp;&nbsp;تایم</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.iht.com" href="http://www.iht.com/" target="_blank"><font face="Tahoma">&nbsp;&nbsp;Herald Tribune</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.ft.com" href="http://www.ft.com/" target="_blank"><font face="Tahoma">&nbsp;&nbsp;فایننشیال تایمز</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.annahar.com" href="http://www.annahar.com/" target="_blank"><font face="Tahoma">&nbsp;&nbsp;النهار ( چاپ بیروت )</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.assafir.com" href="http://www.assafir.com/" target="_blank"><font face="Tahoma">&nbsp;&nbsp;السفیر ( چاپ بیروت )</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.interfax.com" href="http://www.interfax.com/" target="_blank"><font face="Tahoma">&nbsp;&nbsp;اینتر فکس ( چاپ روسیه )</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.meed.com" href="http://www.meed.com/" target="_blank"><font face="Tahoma">&nbsp;&nbsp;MEED</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.latimes.com" href="http://www.latimes.com/" target="_blank"><font face="Tahoma">&nbsp;&nbsp;Los angeles times</font></a></div>
      </div>
      </div>
      </td>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://pe.rian.ru" target="_blank" href="http://pe.rian.ru/"><font face="Tahoma">&nbsp;&nbsp;ریانووستی (فارسی)</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.dw-world.de/dw/0,,641,00.html" target="_blank" href="http://www.dw-world.de/dw/0,,641,00.html"><font face="Tahoma">&nbsp;&nbsp;دویچه وله (فارسی)</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.muslimnews.co.uk" target="_blank" href="http://www.muslimnews.co.uk/"><font face="Tahoma">&nbsp;&nbsp;مسلم نیوز</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://news.google.com/news?hl=en-US" target="_blank" href="http://news.google.com/news?hl=en-US"><font face="Tahoma">&nbsp;&nbsp;گوگل نیوز</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://news.yahoo.com/;_ylt=Aot5wVTxtv53KlckwyPrC4IUewgF" target="_blank" href="http://news.yahoo.com/;_ylt=Aot5wVTxtv53KlckwyPrC4IUewgF"><font face="Tahoma">&nbsp;&nbsp;یاهو نیوز</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.cbs.com" target="_blank" href="http://www.cbs.com/"><font face="Tahoma">&nbsp;&nbsp;CBS</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.france24.com" target="_blank" href="http://www.france24.com/"><font face="Tahoma">&nbsp;&nbsp;france24</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.msnbc.msn.com" target="_blank" href="http://www.msnbc.msn.com/"><font face="Tahoma">&nbsp;&nbsp;NBC</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.abcnews.go.com" target="_blank" href="http://www.abcnews.go.com/"><font face="Tahoma">&nbsp;&nbsp;ABC</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.almanar.com.lb/NewsSite/News.aspx" target="_blank" href="http://www.almanar.com.lb/NewsSite/News.aspx"><font face="Tahoma">&nbsp;&nbsp;المنار</font></a></div>
      </div>
      </td>
    </tr>
    <tr>
      <td><font face="Tahoma"><img alt="" src="/UserFiles/Mazhabi.jpg" /></font></td>
      <td><font face="Tahoma"><img alt="" src="/UserFiles/Bank.jpg" /></font></td>
      <td><font face="Tahoma"><img height="19" alt="" width="274" src="/UserFiles/Motor.jpg" /></font></td>
    </tr>
    <tr>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.tehranmoca.com/en/index.aspx" target="_blank" href="http://www.tehranmoca.com/en/index.aspx"><font face="Tahoma">&nbsp;&nbsp;موزه هنرهای معاصر</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.shia.org" target="_blank" href="http://www.shia.org/"><font face="Tahoma">&nbsp;&nbsp;شیعه</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.rahpouyan.com/forum/default.asp" target="_blank" href="http://www.rahpouyan.com/forum/default.asp"><font face="Tahoma">&nbsp;&nbsp;رهپویان وصال شیراز</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.parset.com/culture/poems" target="_blank" href="http://www.parset.com/culture/poems"><font face="Tahoma">&nbsp;&nbsp;بزرگترین مجموعه شعر</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.daftaretanz.com" target="_blank" href="http://www.daftaretanz.com/"><font face="Tahoma">&nbsp;&nbsp;دفتر طنز حوزه هنری</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.dof.ir/Default.aspx" target="_blank" href="http://www.dof.ir/Default.aspx"><font face="Tahoma">&nbsp;&nbsp;دفتر امور فرهنگی وزارت علوم</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.firooze.com" target="_blank" href="http://www.firooze.com/"><font face="Tahoma">&nbsp;&nbsp;نشریه الکترونیکی فیروزه</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.parsquran.com" target="_blank" href="http://www.parsquran.com/"><font face="Tahoma">&nbsp;&nbsp;جستجو در قرآن</font></a></div>
      </div>
      </td>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.bankrefah.ir" target="_blank" href="http://www.bankrefah.ir/"><font face="Tahoma">&nbsp;&nbsp;رفاه</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.alborz-insurance.com" target="_blank" href="http://www.alborz-insurance.com/"><font face="Tahoma">&nbsp;&nbsp;بیمه البرز</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.bimehasia.com/fa/Default.asp" target="_blank" href="http://www.bimehasia.com/fa/Default.asp"><font face="Tahoma">&nbsp;&nbsp;بیمه آسیا</font></a></div>
      </div>
      </td>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><font color="#800080">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.goto.com" target="_blank" href="http://www.goto.com/"><font face="Tahoma">&nbsp;&nbsp;goto</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.webcrawler.com" target="_blank" href="http://www.webcrawler.com/"><font face="Tahoma">&nbsp;&nbsp;webcrawler</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.search.com" target="_blank" href="http://www.search.com/"><font face="Tahoma">&nbsp;&nbsp;search</font></a></div>
      </font></div>
      </td>
    </tr>
    <tr>
      <td><font face="Tahoma"><img height="19" alt="" width="274" src="/UserFiles/Varzeshi.jpg" /></font></td>
      <td><font face="Tahoma"><img height="19" alt="" width="274" src="/UserFiles/Saite-haye-Mofid.jpg" /></font></td>
      <td><font face="Tahoma"><img height="19" alt="" width="274" src="/UserFiles/Radio-Vs-Tv.jpg" /></font></td>
    </tr>
    <tr>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.azadisportcomplex.com" target="_blank" href="http://www.azadisportcomplex.com/"><font face="Tahoma">&nbsp;&nbsp;مجموعه ورزشی آزادی</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.shahrevarzesh.ir" target="_blank" href="http://www.shahrevarzesh.ir/"><font face="Tahoma">&nbsp;&nbsp;سازمان ورزش شهرداري تهران </font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.eurosport.com" target="_blank" href="http://www.eurosport.com/"><font face="Tahoma">&nbsp;&nbsp;یورو اسپورت</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.iransport.net" target="_blank" href="http://www.iransport.net/"><font face="Tahoma">&nbsp;&nbsp;شبکه ورزش ایران</font></a></div>
      </div>
      </div>
      </td>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://217.218.110.149/billing/index.html" target="_blank" href="http://217.218.110.149/billing/index.html"><font face="Tahoma">&nbsp;&nbsp;صورتحساب تلفن همراه</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://rapidshare.com/" target="_blank" href="http://rapidshare.com/"><font face="Tahoma">&nbsp;&nbsp;rapidshare</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.jobiran.com" target="_blank" href="http://www.jobiran.com/"><font face="Tahoma">&nbsp;&nbsp;شبکه اطلاع رساني بازار کار</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.kanoonparvaresh.com/84/index.asp" target="_blank" href="http://www.kanoonparvaresh.com/84/index.asp"><font face="Tahoma">&nbsp;&nbsp;کانون پرورشی فکری کودکان</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www1.schoolnet.ir/fa" target="_blank" href="http://www1.schoolnet.ir/fa"><font face="Tahoma">&nbsp;&nbsp;شبکه مدرسه</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://todaylink.ir" target="_blank" href="http://todaylink.ir/"><font face="Tahoma">&nbsp;&nbsp;تو دی لینک</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.multimap.com" target="_blank" href="http://www.multimap.com/"><font face="Tahoma">&nbsp;&nbsp;نقشه</font></a></div>
      </div>
      </div>
      </td>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.tirrenosat.it" target="_blank" href="http://www.tirrenosat.it/"><font face="Tahoma">&nbsp;&nbsp;تلویزیون ایتالیا</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://teletext.irib.ir" target="_blank" href="http://teletext.irib.ir/"><font face="Tahoma">&nbsp;&nbsp;پیام نما</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.simafilmnews.ir" target="_blank" href="http://www.simafilmnews.ir/"><font face="Tahoma">&nbsp;&nbsp;سیما فیلم</font></a></div>
      </td>
    </tr>
    <tr>
      <td><font face="Tahoma"><img height="19" alt="" width="274" src="/UserFiles/Manabe--Va-Maraje.jpg" /></font></td>
      <td><font face="Tahoma"><img height="19" alt="" width="274" src="/UserFiles/Gsh-Nsmeh.jpg" /></font></td>
      <td><font face="Tahoma"><img alt="" src="/UserFiles/Marakeze-Elmi.jpg" /></font></td>
    </tr>
    <tr>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.nlc.gov.cn/english.htm" target="_blank" href="http://www.nlc.gov.cn/english.htm"><font face="Tahoma">&nbsp;&nbsp;کتابخانه ملی چین</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.kbr.be" target="_blank" href="http://www.kbr.be/"><font face="Tahoma">&nbsp;&nbsp;کتابخانه ملی بلژیک</font></a></div>
      </div>
      </td>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.nojum.ir" target="_blank" href="http://www.nojum.ir/"><font face="Tahoma">&nbsp;&nbsp;نجوم</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.farya.com" target="_blank" href="http://www.farya.com/"><font face="Tahoma">&nbsp;&nbsp;مجله اینترنتی فریا</font></a></div>
      </div>
      </td>
      <td>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right">
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://iid.org.ir/" target="_blank" href="http://iid.org.ir/"><font face="Tahoma">&nbsp;&nbsp;موسسه گفتگوي اديان</font></a></div>
      <div style="DIRECTION: rtl; TEXT-ALIGN: right"><a class="link" title="http://www.cscih.ir/" target="_blank" href="http://www.cscih.ir/"><font face="Tahoma">&nbsp;&nbsp;دفتر مطالعات و تدوين تاريخ ايران</font></a></div>
      </div>
      </td>
    </tr>
    <tr>
      <td><font face="Tahoma"></font></td>
      <td><font face="Tahoma"></font></td>
      <td><font face="Tahoma"></font></td>
    </tr>
    <tr>
      <td><font face="Tahoma"></font></td>
      <td><font face="Tahoma"></font></td>
      <td><font face="Tahoma"></font></td>
    </tr>
    <tr>
      <td><font face="Tahoma"></font></td>
      <td><font face="Tahoma"></font></td>
      <td><font face="Tahoma"></font></td>
    </tr>
    <tr>
      <td><font face="Tahoma"></font></td>
      <td><font face="Tahoma"></font></td>
      <td><font face="Tahoma"></font></td>
    </tr>
    <tr>
      <td><font face="Tahoma"></font></td>
      <td><font face="Tahoma"></font></td>
      <td><font face="Tahoma"></font></td>
    </tr>
    <tr>
      <td><font face="Tahoma"></font></td>
      <td><font face="Tahoma"></font></td>
      <td><font face="Tahoma"></font></td>
    </tr>
    <tr>
      <td><font face="Tahoma"></font></td>
      <td><font face="Tahoma"></font></td>
      <td><font face="Tahoma"></font></td>
    </tr>
    <tr>
      <td><font face="Tahoma"></font></td>
      <td><font face="Tahoma"></font></td>
      <td><font face="Tahoma"></font></td>
    </tr>
  </tbody>
</table>
</p></TD>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
 <tr>
 </tr>
</table>
</td>

                                    <td width="5">&nbsp;</td>
                                  </tr>
                                </tbody>
                              </table>
                              </td>
                              <td style="BACKGROUND-POSITION: left 50%; BACKGROUND-REPEAT: repeat-y" valign="top" width="150" background="/Themes/MainSkins/Sobhesahel/Images/_blocks.gif" height="100%">
                              <table cellspacing="0" cellpadding="0" width="150" border="0">
                                <tbody>
                                  <tr>
                                    <td id="Theme_tdMenu" align="center" width="150"><script>var arrMenuText = new Array("&nbsp;&nbsp;اخبار&nbsp;","&nbsp;&nbsp;اجتماعی&nbsp;","&nbsp;&nbsp;سیاسی&nbsp;","&nbsp;&nbsp;اقتصادی&nbsp;","&nbsp;&nbsp;جامعه اطلاعاتی&nbsp;","&nbsp;&nbsp;علمی و پژوهشی&nbsp;","&nbsp;&nbsp;فرهنگی&nbsp;","&nbsp;&nbsp;ورزشی&nbsp;","&nbsp;&nbsp;حوادث&nbsp;","&nbsp;&nbsp;دریا&nbsp;","&nbsp;&nbsp;شهرستانها&nbsp;");var arrMenuLink = new Array("/default.aspx?app=news&page=news&docparid=0&docid=19&pagenumber=1","/default.aspx?app=news&page=news&docparid=0&docid=12775&pagenumber=1","/default.aspx?app=news&page=news&docparid=0&docid=12777&pagenumber=1","/default.aspx?app=news&page=news&docparid=0&docid=12778&pagenumber=1","/default.aspx?app=news&page=news&docparid=0&docid=12779&pagenumber=1","/default.aspx?app=news&page=news&docparid=0&docid=12780&pagenumber=1","/default.aspx?app=news&page=news&docparid=0&docid=12781&pagenumber=1","/default.aspx?app=news&page=news&docparid=0&docid=12782&pagenumber=1","/default.aspx?app=news&page=news&docparid=0&docid=12783&pagenumber=1","/default.aspx?app=news&page=news&docparid=0&docid=12784&pagenumber=1","/default.aspx?app=news&page=news&docparid=0&docid=12785&pagenumber=1");
var dir="rtl";
var bolVer=true;
</script><script src="/scripts/menu_scripts/Menu_Normal.js"></script>
<div id=divMainMenu></div>

</div><script>InitMenu();</script>
</td>

                                  </tr>
                                  <tr>
                                    <td width="150" ><img height="18" alt="" width="150" src="/Themes/MainSkins/Sobhesahel/Images/adver.gif" /></td>
                                  </tr>
                                  <tr>
                                    <td id="Theme_tdBanner" valign="top" align="center" width="150">
<P>
<script language="javascript">
 function openWindow(url)
 {
 window.open(url);
 }
</script>
 <table id="Theme__ctl2_Table1" cellspacing="1" cellpadding="1" width="100%" border="0">
 <tr>
 <td align="center"><a href="/default.aspx?page=BannersView&app=Banners&Clicked=101" target="_blank" ><img border='0' src="/Banners/Files/101.jpg"></a></td>
 </tr>
 <tr>
 <td align="center"><a href="/default.aspx?page=BannersView&app=Banners&Clicked=102" target="_blank" ><img border='0' src="/Banners/Files/102.jpg"></a></td>
 </tr>
 <tr>
 <td align="center"><a href="/default.aspx?page=BannersView&app=Banners&Clicked=103" target="_blank" ><img border='0' src="/Banners/Files/103.jpg"></a></td>
 </tr>
 <tr>
 <td align="center"><a href="/default.aspx?page=BannersView&app=Banners&Clicked=104" target="_blank" ><img border='0' src="/Banners/Files/104.jpg"></a></td>
 </tr>
 <tr>
 <td align="center"><a href="/default.aspx?page=BannersView&app=Banners&Clicked=105" target="_blank" ><img border='0' src="/Banners/Files/105.jpg"></a></td>
 </tr>
 <tr>
 <td align="center"><a href="/default.aspx?page=BannersView&app=Banners&Clicked=106" target="_blank" ><img border='0' src="/Banners/Files/106.jpg"></a></td>
 </tr>
 <tr>
 <td align="center"><a href="/default.aspx?page=BannersView&app=Banners&Clicked=107" target="_blank" ><img border='0' src="/Banners/Files/107.jpg"></a></td>
 </tr>
 <tr>
 <td align="center"><a href="/default.aspx?page=BannersView&app=Banners&Clicked=108" target="_blank" ><img border='0' src="/Banners/Files/108.jpg"></a></td>
 </tr>
 <tr>
 <td align="center"><a href="/default.aspx?page=BannersView&app=Banners&Clicked=113" target="_blank" ><img border='0' src="/Banners/Files/113.jpg"></a></td>
 </tr>
 <tr>
 <td align="center"><a href="/default.aspx?page=BannersView&app=Banners&Clicked=115" target="_blank" ><img border='0' src="/Banners/Files/115.jpg"></a></td>
 </tr>
</table>

</P>
</td>

                                  </tr>
                                  <tr>
                                    <td id="Theme_tdBanner1" valign="top" align="center" width="150">&nbsp;</td>

                                  </tr>
                                  <tr>
                                    <td id="Theme_tdBanner2" valign="top" align="center" width="150">&nbsp;</td>

                                  </tr>
                                  <tr>
                                    <td id="Theme_tdBanner3" valign="top" align="center" width="150">&nbsp;</td>

                                  </tr>
                                </tbody>
                              </table>
                              </td>
                            </tr>
                          </tbody>
                        </table>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr>
            <td bgcolor="#efefef">
            <table height="25" cellspacing="0" cellpadding="0" width="100%" border="0">
              <tbody>
                <tr>
                  <td width="1"><img height="25" alt="" width="1" src="/Themes/MainSkins/Sobhesahel/Images/spacer.gif" /></td>
                  <td>
                  <table cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tbody>
                      <tr>
                        <td width="5">&nbsp;</td>
                        <td align="center"><strong>www.sobhesahel.com Email: info@sobhesahel.com </strong></td>
                        <td width="5">&nbsp;</td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                  <td width="1"><img height="25" alt="" width="1" src="/Themes/MainSkins/Sobhesahel/Images/spacer.gif" /></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr>
            <td height="4"><img height="4" alt="" width="1" src="/Themes/MainSkins/Sobhesahel/Images/spacer.gif" /></td>
          </tr>
          <tr>
            <td bgcolor="#f98e03">
            <table height="25" cellspacing="0" cellpadding="0" width="100%" border="0">
              <tbody>
                <tr>
                  <td width="1"><img height="25" alt="" width="1" src="/Themes/MainSkins/Sobhesahel/Images/spacer.gif" /></td>
                  <td>
                  <table cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tbody>
                      <tr>
                        <td width="5">&nbsp;</td>
                        <td id="Theme_tdFooter">&nbsp;<P align=center><FONT color=#ffff99><STRONG>&nbsp;<SPAN>حقوق این سایت متعلق به روزنامه صبح ساحل می باشد و استفاده از مطالب اين پايگاه اطلاع رساني با ذکر منبع مجاز است<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></STRONG></FONT></P>
</td>

                        <td width="5">&nbsp;</td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                  <td width="1"><img height="25" alt="" width="1" src="/Themes/MainSkins/Sobhesahel/Images/spacer.gif" /></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr>
            <td height="30">&nbsp;</td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
  </tbody>
</table>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
  <tbody>
    <tr>
      
      
      
    </tr>
  </tbody>
</table>
<map id="Map" name="Map">
<area href="/documents/document/0/12790/portal.aspx" coords="3,1,44,13" shape="RECT" />
<area href="/default.aspx?app=suggestions&page=suggestion&docparid=0&docid=47" coords="48,0,104,14" shape="RECT" />
<area href="/documents/document/0/12791/portal.aspx" coords="112,0,167,14" shape="RECT" />
<area href="http://sobhesahel.com/default.aspx" coords="173,0,241,14" shape="RECT" /></map>
<script>
var iVoteItemId=0;
function GetVoting(){
if (iVoteItemId==0){
alert("لطفا يك آيتم را انتخاب نماييد");

}else{
 window.open('/BlockManagement/BlockVoteItemVoting.aspx?BlockVotedIdItem='+iVoteItemId,'VotingResult','width=400,height=300,scrollbars=yes').moveTo(0,0);
 }
}
</script>
<div align="center">
 
</div>

   <SCRIPT>
            try{window.parent.Redirector(window.location.href);}catch(e){}
   </SCRIPT>
  </form>
 </div>
 <script>function nothin(){};</script>
 </body>
</HTML>
