Wright this code:
$content = new JCckContent( array( 'joomla_article' ) );
$status = $content->create(
                'ju_download',
                array(
                    'title'=>'New CCK DEMO',
                    'catid'=>13,
                    'state'=>1,
                    'language'=>'*',
                    'publish_up'=>JFactory::getDate()->toSql(),
                    'created_by'=> JFactory::getUser()->id
                ),
                array(
                    'jud_description'=>'something',
                    'jud_homepage'=>'{"link":"http:\/\/google.com\/"}',
                    'jud_download_link'=>'{"link":"http:\/\/google.com\/"}',
                    'jud_logo_cover'=>'images/jud/7/222.png',
                    'jud_ext_incl'=>'C,M'
                )
            );
print_r($status);
joomla_article — seblod object
ju_download — my form JU Downlod
jud_* — my fields in form