function paintAddIcons(theurl, title, desc, tags, feed){
	document.write('<div class="redes">');
	document.write('<a href="http://mi.etikedo.com/Web20?M=addetikedo&URL=');
	document.write(theurl);
	document.write('&T=');
	document.write(title);
	document.write('&D=');
	document.write(desc);
	document.write('" title="Agregar a Etikedo" alt="Agregar a Etikedo"><img src="http://admin.blogs.ya.com/img/addicons/ico_etikedo.gif" width="16" height="16" border="0" style="margin-right:4px; margin-left:4px"/></a>');
	document.write('<a href="http://del.icio.us/post?title=');
	document.write(title);
	document.write('&url=');
	document.write(theurl);
	document.write('" title="Agregar a Delicious" alt="Agregar a Delicious"><img src="http://admin.blogs.ya.com/img/addicons/ico_delicious.gif" width="16" height="16" border="0" style="margin-right:4px; margin-left:4px"/></a>');
	document.write('<a href="http://www.digg.com/submit?url=');
	document.write(theurl);
	document.write('" title="Agregar a Digg" alt="Agregar a Digg"><img src="http://admin.blogs.ya.com/img/addicons/ico_digg.gif" width="16" height="16" border="0" style="margin-right:4px; margin-left:4px"/></a>');
	document.write('<a href="http://technorati.com/faves?add=');
	document.write(theurl);
	document.write('" title="Agregar a technorati" alt="Agregar a technorati"><img src="http://admin.blogs.ya.com/img/addicons/ico_technorati.gif" width="16" height="16" border="0" style="margin-right:4px; margin-left:4px"/></a>');
	document.write('<a href="http://meneame.net/submit.php?url=');
	document.write(theurl);
	document.write('" title="Agregar a meneame" alt="Agregar a meneame"><img src="http://admin.blogs.ya.com/img/addicons/ico_meneame.gif" width="16" height="16" border="0" style="margin-right:4px; margin-left:4px"/></a>');
	document.write('<a href="http://www.bloglines.com/sub/');
	document.write(feed);
	document.write('" title="Agregar a bloglines" alt="Agregar a bloglines"><img src="http://admin.blogs.ya.com/img/addicons/ico_bloglines.jpg" width="16" height="16" border="0" style="margin-right:4px; margin-left:4px"/></a>');
	document.write('<a href="http://mix.fresqui.com/post?url=');
	document.write(theurl);
	document.write('" title="Agregar a fresqui" alt="Agregar a fresqui"><img src="http://admin.blogs.ya.com/img/addicons/ico-fresqui.gif" width="16" height="16" border="0" style="margin-right:4px; margin-left:4px"/></a>');
	document.write('</div>');
}
