$(document).ready(function(){if(category==null||category==""){category="/"}if(num==null||num==""||num==0){num=5}if(category!="na"){try{jQuery.getFeed({url:"http://www.robertreeveslaw.com/lawblog"+category+"feed/",success:function(b){var c="";for(var d=0;d<b.items.length&&d<num;d++){var e=b.items[d];c+='<li style="list-style-type: none; list-style-image: none; list-style-position: outside; margin-bottom: 7px;"><a href="'+e.link+'">'+e.title+"</a></li>"}$("#blogEntries").append(c)}})}catch(a){}}});
