$(document).ready(function(){jQuery.getFeed({url:'app/proxy.php?url=http://igennus-hn.com/category/newsroom/feed/',success:function(a){var b='';for(var i=0;i<a.items.length&&i<5;i++){var c=a.items[i];b+='<div class="item">'+'<h3><a href="'+c.link+'">'+$.jqwidont.transform(c.title)+'</a></h3>'+' <span class="datetime">'+dateFormat(c.updated,"mmm d, yyyy")+'</span>'+'</div>'}jQuery('#loading_latest_news').replaceWith(b)}})});

