

<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/15672/portal.aspx" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_echdkom1xg1gjf45jhun3q55_/documents/document/0/15672/portal.aspx_633555590333281250" />
<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=22;
var themins=23;
var thesecs=53;

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/15672.">
 <tr>
 <TD colspan="2" valign="top">
  <p align="center">
<table cellspacing="1" cellpadding="1" width="600" align="center" summary="" border="0">
  <tbody>
    <tr>
      <td>
      <p align="center"><font face="Tahoma"><strong>مسابقات بوكس قهرماني جوانان كشور در بندرعباس</strong></font></p>
      <p align="right"><font face="Tahoma">صبح ساحل، ورزشی ـ&nbsp;دومين&zwnj;المپياد ورزشي ايرانيان مسابقه بوكس قهرماني &zwnj;جوانان &zwnj;كشور عصر پنجشنبه در سالن ورزشي فجر بندرعباس آغاز شد. که </font><font face="Tahoma">‪ 200‬بوكس باز در قالب ‪ 29‬تيم از سراسر كشور به جز سه استان در اين مسابقه شركت دارند. </font><font face="Tahoma">اين ورزشكاران در اوزان ‪ 48‬تا به اضافه ‪ 91‬كيلوگرم به مدت شش روز به رقابت مي&zwnj;پردازند.</font></p>
      <p>&nbsp;</p>
      </td>
    </tr>
    <tr>
      <td>
      <p align="center"><font face="Tahoma"><img alt="" src="/UserFiles/08(12).jpg" /></font></p>
      </td>
    </tr>
    <tr>
      <td><font face="Tahoma">
      <p align="center"><font face="Tahoma">-----------------------------------------------------------------------------------------------------------------</font></p>
      </font></td>
    </tr>
    <tr>
      <td>
      <p align="center"><font face="Tahoma"><img alt="" src="/UserFiles/02(24).jpg" /></font></p>
      </td>
    </tr>
    <tr>
      <td>
      <p align="center"><font face="Tahoma">-----------------------------------------------------------------------------------------------------------------</font></p>
      </td>
    </tr>
    <tr>
      <td>
      <p align="center"><font face="Tahoma"><img alt="" src="/UserFiles/04(19).jpg" /></font></p>
      </td>
    </tr>
    <tr>
      <td><font face="Tahoma">
      <p align="center"><font face="Tahoma">-----------------------------------------------------------------------------------------------------------------</font></p>
      </font></td>
    </tr>
    <tr>
      <td>
      <p align="center"><font face="Tahoma"><img alt="" src="/UserFiles/05(20).jpg" /></font></p>
      </td>
    </tr>
    <tr>
      <td><font face="Tahoma">
      <p align="center"><font face="Tahoma">-----------------------------------------------------------------------------------------------------------------</font></p>
      </font></td>
    </tr>
    <tr>
      <td>
      <p align="center"><font face="Tahoma"><img alt="" src="/UserFiles/07(18).jpg" /></font></p>
      </td>
    </tr>
    <tr>
      <td>
      <p align="center"><font face="Tahoma">-----------------------------------------------------------------------------------------------------------------</font></p>
      </td>
    </tr>
    <tr>
      <td>
      <p align="center"><img alt="" src="/UserFiles/03(21).jpg" /></p>
      </td>
    </tr>
    <tr>
      <td>
      <p align="center"><font face="Tahoma">-----------------------------------------------------------------------------------------------------------------</font></p>
      </td>
    </tr>
    <tr>
      <td>
      <p align="center"><img alt="" src="/UserFiles/09(10).jpg" /></p>
      </td>
    </tr>
    <tr>
      <td>
      <p align="center"><font face="Tahoma">-----------------------------------------------------------------------------------------------------------------</font></p>
      </td>
    </tr>
    <tr>
      <td><img alt="" src="/UserFiles/10(15).jpg" /></td>
    </tr>
    <tr>
      <td>
      <p align="center"><font face="Tahoma"></font></p>
      </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="/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>
