function removeHtmlTag(strx,chop){var s=strx.split("<");for(var i=0;i<s.length;i++){if(s[i].indexOf(">")!=-1){s[i]=s[i].substring(s[i].indexOf(">")+1,s[i].length);}}
s=s.join("");s=s.substring(0,chop-1);return s;}
function showrecentposts(json){document.write('<div class="featured-slider-container"><div class="featured-slider preload" id="featured-slider">');j=(MostrarImg)?Math.floor((SemImg.length+1)*Math.random()):0;img=new Array();for(var i=0;i<NumeroPosts;i++){var entry=json.feed.entry[i];var posttitle=entry.title.$t;var pcm;var posturl;if(i==json.feed.entry.length)break;for(var k=0;k<entry.link.length;k++){if(entry.link[k].rel=='alternate'){posturl=entry.link[k].href;break;}}
for(var k=0;k<entry.link.length;k++){if(entry.link[k].rel=='replies'&&entry.link[k].type=='text/html'){pcm=entry.link[k].title.split(" ")[0];break;}}
if("content"in entry){var postcontent=entry.content.$t;}
else
if("summary"in entry){var postcontent=entry.summary.$t;}
else var postcontent="";postdate=entry.published.$t;if(j>SemImg.length-1)j=0;img[i]=SemImg[j];s=postcontent;a=s.indexOf("<img");b=s.indexOf("src=\"",a);c=s.indexOf("\"",b+5);d=s.substr(b+5,c-b-5);if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!=""))img[i]=d;var month=[1,2,3,4,5,6,7,8,9,10,11,12];var month2=["01","02","03","04","05","06","07","08","09","10","11","12"];var day=postdate.split("-")[2].substring(0,2);var m=postdate.split("-")[1];var y=postdate.split("-")[0];for(var u2=0;u2<month.length;u2++){if(parseInt(m)==month[u2]){m=month2[u2];break;}}
var trtd='<div class="panel"><div class="panel-container"><a class="thumbnail-link" href="'+posturl+'" title="'+posttitle+'"><img alt="'+posttitle+'" class="thumbnail wp-post-image" height="'+AlturaImg+'" src="'+img[i]+'" width="'+LarguraImg+'"/></a><h2 class="featured-title"><a href="'+posturl+'" rel="bookmark" title="'+posttitle+'">'+posttitle+'</a></h2><p>'+removeHtmlTag(postcontent,ResumoPost)+'...</p><div class="featured-continue"><a href="'+posturl+'" title="'+posttitle+'">Continuar lendo</a></div></div></div>';
if(MostrarResumo==false){trtd='<div class="panel"><div class="panel-container"><a class="thumbnail-link" href="'+posturl+'" title="'+posttitle+'"><img alt="'+posttitle+'" class="thumbnail wp-post-image" height="'+AlturaImg+'" src="'+img[i]+'" width="'+LarguraImg+'"/></a><h2 class="featured-title"><a href="'+posturl+'" rel="bookmark" title="'+posttitle+'">'+posttitle+'</a></h2><p>...</p><div class="featured-continue"><a href="'+posturl+'" title="'+posttitle+'">Continuar lendo</a></div></div></div>';}
document.write(trtd);j++;}
document.write('</div></div>');}
document.write("<script src=\""+home_page+"/feeds/posts/default/?max-results="+NumeroPosts+"&orderby=published&alt=json-in-script&callback=showrecentposts\"><\/script>");
