<?php /* Smarty version 2.6.2, created on 2012-07-30 23:59:46
         compiled from news_box.tpl */ ?>
<table cellspacing=0 cellpadding=4 border=0 width=100%>
<tr>
 <td height="10" colspan="2" align="center"><img src="images/q.gif" width="150" height="10" /></td>
</tr>

<?php if (isset($this->_sections['s'])) unset($this->_sections['s']);
$this->_sections['s']['name'] = 's';
$this->_sections['s']['loop'] = is_array($_loop=$this->_tpl_vars['news']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['s']['show'] = true;
$this->_sections['s']['max'] = $this->_sections['s']['loop'];
$this->_sections['s']['step'] = 1;
$this->_sections['s']['start'] = $this->_sections['s']['step'] > 0 ? 0 : $this->_sections['s']['loop']-1;
if ($this->_sections['s']['show']) {
    $this->_sections['s']['total'] = $this->_sections['s']['loop'];
    if ($this->_sections['s']['total'] == 0)
        $this->_sections['s']['show'] = false;
} else
    $this->_sections['s']['total'] = 0;
if ($this->_sections['s']['show']):

            for ($this->_sections['s']['index'] = $this->_sections['s']['start'], $this->_sections['s']['iteration'] = 1;
                 $this->_sections['s']['iteration'] <= $this->_sections['s']['total'];
                 $this->_sections['s']['index'] += $this->_sections['s']['step'], $this->_sections['s']['iteration']++):
$this->_sections['s']['rownum'] = $this->_sections['s']['iteration'];
$this->_sections['s']['index_prev'] = $this->_sections['s']['index'] - $this->_sections['s']['step'];
$this->_sections['s']['index_next'] = $this->_sections['s']['index'] + $this->_sections['s']['step'];
$this->_sections['s']['first']      = ($this->_sections['s']['iteration'] == 1);
$this->_sections['s']['last']       = ($this->_sections['s']['iteration'] == $this->_sections['s']['total']);
?>
<tr><td>

<table cellspacing="0" border="0" width="100%" style=word-break:break-all>
			<tr><td class=adblack>
            <table cellpadding="3" width="100%" cellspacing="0" border="0" style=word-break:break-all>
             <tr>
              <td class=<?php if ($this->_tpl_vars['news'][$this->_sections['s']['index']]['sponsored']): ?>smallnewsspons<?php else: ?>smallnews<?php endif; ?>>
                <b><span class=smallnewstitle><?php echo $this->_tpl_vars['news'][$this->_sections['s']['index']]['title']; ?>
</span></b><br><br>
  <span class=smallnewstext><?php echo $this->_tpl_vars['news'][$this->_sections['s']['index']]['small_text']; ?>
</span> <a href="?a=news#<?php echo $this->_tpl_vars['news'][$this->_sections['s']['index']]['id']; ?>
" class=smalllink>more</a>
              </td>
             </tr>			 
            </table>
            </td></tr>			
<tr>
<td background="images/shadow2.jpg" align="center"><span class=smallnewsdate><?php echo $this->_tpl_vars['news'][$this->_sections['s']['index']]['d']; ?>
</span></td></tr>
</table><br>

 </td>
</tr>
<?php endfor; endif; ?>
<tr>
 <td align="center"><a href="?a=news">All news</a>
 </td>
</tr>
</table>