function JFeedItem() {};

JFeedItem.prototype = {

    title: '',
    link: '',
    description: '',
    updated: '',
    id: ''
/*
	published: '',
	summary: '',
	author_name: '',
	author_uri: '',
	category: ''
*/
};


