creo que aqui esta el code:
Código HTML:
<div class='widget-content'>
<div id="tabbed_box_1" class="tabbed_box">
<div class="tabbed_area">
<ul class="tabs">
<!-- Título de las pestañas -->
<li><a style="cursor: pointer;" class="tab active" title="content_1">Últimos Post</a></li>
<li><a style="cursor: pointer;" class="tab" title="content_2">Últimos Comentarios</a></li>
<li><a style="cursor: pointer;" class="tab" title="content_3">Amigos</a></li>
</ul>
<!-- Contenido de la pestaña 1 -->
<div id="content_1" class="content">
<script src="http://dl.getdropbox.com/u/1109585/Ultimos%20Post.css">
</script>
<script language="javascript">
var numposts = 5;
var numchars = 120;
var showpostdate = false;
var showpostsummary = true;
var standardstyling = true;
</script>
<script src="http://cyberbloggero.blogspot.com/feeds/posts/default?
orderby=published&alt=json-in-script&callback=showrecentposts"></script>
</div>
<!-- Contenido de la pestaña 2 -->
<div id="content_2" class="content">
<br /><script language="javascript">
var numcomments = 5;
var numchars = 50;
</script>
<script src="http://cyberbloggero.blogspot.com/feeds/comments/default?start-index=2&
alt=json-in-script&callback=commentDisplay"></script>
</div>
<!-- Contenido de la pestaña 3 -->
<div id="content_3" class="content">
<br />
<h3><a href="http://ciudadblogger.com/">Ciudad Blogger</a></h3> <br />
<h3><a href="http://fondos240.blogspot.com/">Fondos240</a></h3> <br />
<h3><a href="http://elautormaterial.blogspot.com/">El Autor Material</a></h3> <br />
<h3><a href="http://amane-ceres.blogspot.com/">AmaneCeres</a></h3><br />
<h3><a href="http://geekopedia.blogspot.com/">Geekopedia</a></h3><br />
<h3><a href="http://www.drgen.com.ar/">DrGen</a> </h3><br />
<h3><a href="http://www.series21.com">Series Online</a></h3><br />
<h3><a href="http://www.nico-naiko.blogspot.com/">El Blog de Nico</a></h3><br />
<h3><a href="http://opcionez.com/">Opcionez</a></h3>
<br />
<h3><a href="http://respondones.com/">Respondones</a></h3> <br />
<h3><a href="http://planetaautos.blogspot.com/">Planeta Autos</a></h3>
<br />
<h3><a href="http://videosfeed.blogspot.com/">Videos Feed</a></h3> <br />
<h3><a href="http://anne-mi-macondo.blogspot.com/">Mi Macondo</a></h3> <br />
<h3><a href="http://mundoshares.blogspot.com/">Mundo Shares</a></h3> <br />
<h3><a href="http://iconos-rss.blogspot.com/">Iconos RSS</a></h3> <br />
<h3><a href="http://www.latinazos.net">Música</a></h3> <br />
<h3><a href="http://www.elblogvariopinto.com.ar">El Blog Variopinto</a></h3> <br />
<h3><a href="http://videos-super-graciosos.blogspot.com/">Videos Graciosos</a></h3> <br />
</div>
</div>
</div> puede que tenga unos cuantos errores al cerrar div's, es que l ocopie nomas asi.