<?
require_once ('connect.php');
require_once ('inc/dao.inc');


if ($today > $end_date){
	$smarty->assign('end_date','1');
}

$cj_awards_object = &new CJ_Awards();

$smarty->assign_by_ref('CJ_awards_object', $cj_awards_object);
$smarty->assign('content','vote.tpl');

$smarty->display('vote_index.tpl');
?>