function latestnews_mk_chkbox($options, $number)
{
    $chk   = "";
    if ($options[$number] == 1) {
        $chk = " checked='checked'";