//Widget by Tecnoinfo - www.tecno1.net
//FeedBurner Counter 2
//Twitter counter
	if(typeof(twitter)!="undefined"){
		if(twitter!=''){
			if(typeof(twitsufix)==='undefined'){
			var twitsufix = '<div id="imgTwitter"></div>';	
			}
		function sntwit(json){
		var ssntwit = parseInt(json.followers_count);
		var tcount = '<div id="twitterc"><a href="http://twitter.com/#!/'+twitter+'" title="Siga-me no Twitter!">'
		var ttcount = ''+ssntwit+' '+twitsufix+'</a></div>';
			if(typeof(credito)==='undefined'){
				var credito = '';
			}
document.write(tcount+ttcount+credito);
		}
	var stcount = '<scr'+'ipt src="http://twitter.com/users/show/'+twitter+'.json?callback=sntwit" type="text/javascript"></scr'+'ipt>';
document.write(stcount);
}}
//Feed counter
	if(typeof(feedburner)!="undefined"){
		if(feedburner!=''){
			if(typeof(feedsufix)==='undefined'){
				var feedsufix = '<div id="imgfeed"></div>';
			}
		function snfb(json){
		var ssnfb = parseInt(json.value.items[0].feed.entry.circulation);
		var fcount = '<div id="feedburnerc"><a href="http://feeds.feedburner.com/'+feedburner+'" title="Assine o Feed!">';
		var tfcount = ''+ssnfb+' '+feedsufix+'</a></div>';
			if(typeof(twitter)=="undefined"){
				var credito = '';
						document.write(fcount+tfcount+credito);
			}else{
				if(twitter==''){
				var credito = '';
						document.write(fcount+tfcount+credito);
			} else{
		document.write(fcount+tfcount);
			}
			}
		}
	var sfzcount = '<sc'+'ript src="http://pipes.yahoo.com/pipes/pipe.run?_id=b849e5e717599a0113265b7ac3e7d671&_render=json&uri='+feedburner+'&_callback=snfb" type="text/javascript"></s'+'cript>';
document.write(sfzcount);
var credito = '';
}}
