<?php
$vars = array(
	'news'=>$this->news,
	'short'=>$this->short,
	'footer'=>$this->footer,
	'map'=>$this->map,
	'topmeta' => $this->topmeta,
	'meta'	=> $this->meta
);
echo $this->partial('index/_partials/entry.phtml','news',$vars); ?>
