angular.module('lunarc.article').factory('Image', [function() {

  var Image = function(url) {
    this.url = url || '';
    this.credit = credit || '';