else {
$rating = '<a href="?act=plus&id='.$res['id'].'">+</a> <strong>'.$res['rating'].'</strong> <a href="?act=minus&id='.$res['id'].'">-</a>';
} else {
$rating = '<a href="?act=plus&id='.$res['id'].'">+</a> <strong>'.$res['rating'].'</strong> <a href="?act=minus&id='.$res['id'].'">-</a>';
}