<?php /* Smarty version 2.6.2, created on 2012-03-15 23:53:08
         compiled from news_box.tpl */ ?>

<div id="news" class="dbx-box">
<h3 class="dbx-handle">News</h3>
<div class="dbx-content">

<table cellspacing=0 cellpadding=4 border=0 width=100%>

<?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 colspan="2"><a href="/news.html#<?php echo $this->_tpl_vars['news'][$this->_sections['s']['index']]['id']; ?>
"><b><?php echo $this->_tpl_vars['news'][$this->_sections['s']['index']]['title']; ?>
</b></a><br>
<?php echo $this->_tpl_vars['news'][$this->_sections['s']['index']]['small_text']; ?>
 &nbsp;&gt;&gt; <a href="/news.html#<?php echo $this->_tpl_vars['news'][$this->_sections['s']['index']]['id']; ?>
"><i>more</i></a>
</td></tr>
<tr>
<td colspan="2" align="right"><small><i><?php echo $this->_tpl_vars['news'][$this->_sections['s']['index']]['d']; ?>
</i></small></td></tr>
<?php endfor; endif; ?>

<tr>
 <td align="left"></td>
<td align="right">&gt;&gt; <a href="/news.html">All news</a></td>
</tr>


</table>
</div></div>