function paintAddIcons(theurl, title, desc, tags){
	theurl = document.location.href;
  document.write('<span class="smo">');
  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="/img/smo/i_etikedo.gif" alt="Agregar a Etikedo" /></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="/img/smo/i_delicious.gif" width="16" height="16" alt="Agregar a Delicious" /></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="/img/smo/i_digg.gif" alt="Agregar a Digg" width="16" height="17" /></a>');
  
  document.write('<a href="http://www.wikio.es/subscribe?url=');
  document.write(theurl);
  document.write('" title="Agregar a Wikio" alt="Agregar a Wikio"><img src="/img/smo/i_wikio.gif" alt="Agregar a Wikio" width="16" height="17" /</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="/img/smo/i_meneame.gif" alt="Agregar a meneame" /></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="/img/smo/i_fesqui.gif" alt="Agregar a Fresqui" /></a>');
  document.write('</span>');
}