var bookmarkstring = ' \
<div class="sblink widgetid-sbhi5"><a href="http://www.hi5.com"><img border="0" height="16" width="16" src="/articles/images/sb/es/hi5.gif" alt="hi5 Icon">&nbsp;hi5</a></div> \
<div class="sblink widgetid-sbmeneame"><a href="http://meneame.net"><img border="0" height="16" width="16" src="/articles/images/sb/es/meneame.png" alt="meneame">&nbsp;Meneame</a></div> \
<div class="sblink widgetid-sbyahoo"><a href="http://myweb.yahoo.com/myresults/bookmarklet?t=TITLE&u=LOCATION&ei=UTF"><img border="0" height="16" width="16" src="/articles/images/sb/es/yahoo.png" alt="MyWeb de Yahoo">&nbsp;MyWeb de Yahoo</a></div> \
<div class="sblink widgetid-sbfacebook"><a href="http://www.facebook.com/share.php?u=LOCATION"><img border="0" height="16" width="16" src="/articles/images/sb/facebook_share_icon.gif" alt="Facebook Icon">&nbsp;Facebook</a></div> \
<div class="sblink widgetid-sbmyspace"><a href="http://mx.myspace.com"><img border="0" height="16" width="16" src="/articles/images/sb/es/myspace.gif" alt="MySpace Icon">&nbsp;MySpace Mexico</a> &nbsp;<a href="http://la.myspace.com">MySpace Latin America</div> \
';
  bookmarkstring = bookmarkstring.replace(/LOCATION/g,sburlencode(location.href));
  bookmarkstring = bookmarkstring.replace(/TITLE/g,sburlencode(document.title));
  document.write(bookmarkstring);

function sburlencode (str) {
  return escape(str.replace(/ /g, "+"));
}

