function c2c_get_recent_posts ($num_posts = 5,
  $format = "<li>%post_date%: %post_URL%</li>",
  $categories = '',
  $orderby = 'date',
  $order = 'DESC',
  $offset = 0,
  $date_format = 'm/d/Y',
  $authors = '',
  $include_passworded_posts = false)

function c2c_get_random_posts($num_posts = 5,
  $format = "<li>%post_date%: %post_URL%</li>",
  $categories = '',
  $order = 'DESC',
  $offset = 0,
  $date_format = 'm/d/Y',
  $authors = '',
  $include_passworded_posts = false)

function c2c_get_recently_commented ($num_posts = 5,
  $format = "<li>%comments_URL%<br />%last_comment_date%<br />%comments_fancy%</li>",
  $categories = '',
  $order = 'DESC',
  $offset = 0,
  $date_format = 'm/d/Y h:i a',
  $authors = '',
  $include_passworded_posts = false)

function c2c_get_recently_modified ($num_posts = 5,
  $format = "<li>%post_URL%<br />Updated: %post_modified%</li>",
  $categories = '',
  $order = 'DESC',
  $offset = 0,
  $date_format = 'm/d/Y',
  $authors = '',
  $include_passworded_posts = false)