var desplegar;

desplegar = 
" <table width=300 border=0 cellpadding=0 cellspacing=0>" + 
" <tr>" +
" <td width=23 height=21><img src=http://www.publidisa.com/lap/share/img/twitter.gif width=16 height=16 border=0></td>" +
" <td width=120><a href=http://twitter.com/home?status=" + location.href +" class=sharenlace target=_blank>Twitter</a></td>" +
" <td width=20><img src=http://www.publidisa.com/lap/share/img/facebook.gif width=16 height=16 border=0></td>" +
" <td><a href=http://www.facebook.com/share.php?u=" + location.href +"&amp;title=" + encodeURIComponent(document.title) +" class=sharenlace target=_blank>Facebook</a></td>" +
"  </tr>" +
" <tr>" +
" <td height=21><img src=http://www.publidisa.com/lap/share/img/delicious.gif width=16 height=16 border=0></td>" +
" <td><a href=http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=" + location.href +"&amp;title=" + encodeURIComponent(document.title) +" class=sharenlace target=_blank>Delicious</a></td>" +
" <td><img src=http://www.publidisa.com/lap/share/img/digg.gif width=16 height=16 border=0></td>" +
" <td><a href=http://digg.com/submit?url=" + location.href +"&amp;title=" + encodeURIComponent(document.title) +" class=sharenlace target=_blank>Digg</a></td>" +
"  </tr>" +
" <tr>" +
" <td height=21><img src=http://www.publidisa.com/lap/share/img/tecnorati.gif width=16 height=16 border=0></td>" +
" <td><a href=http://www.technorati.com/search/" + encodeURIComponent(document.title) +" class=sharenlace target=_blank>Tecnorati</a></td>" +
" <td><img src=http://www.publidisa.com/lap/share/img/meneame.gif width=16 height=16 border=0></td>" +
" <td><a href=http://meneame.net/submit.php?url=" + location.href +"&amp;title=" + encodeURIComponent(document.title) +" class=sharenlace target=_blank>Menéame</a></td>" +
"  </tr>" +
" <tr>" +
" <td height=21><img src=http://www.publidisa.com/lap/share/img/yahoo.gif width=20 height=15 border=0></td>" +
" <td><a href=http://myweb2.search.yahoo.com/myresults/bookmarklet?d=" + location.href +"&amp;u=" + encodeURIComponent(document.title) +" class=sharenlace target=_blank>Yahoo Bookmarks</a></td>" +
" <td><img src=http://www.publidisa.com/lap/share/img/myspace.gif width=16 height=15 border=0></td>" +
" <td><a href=http://www.myspace.com/Modules/PostTo/Pages/?u=" + location.href +"&amp;title=" + encodeURIComponent(document.title) +" class=sharenlace target=_blank>MySpace</a></td>" +
"  </tr>" +
" <tr>" +
" <td height=21><img src=http://www.publidisa.com/lap/share/img/reportermsn.gif width=20 height=15 border=0></td>" +
" <td><a href=http://reporter.es.msn.com/?fn=contribute&URL=" + location.href +"&amp;title=" + encodeURIComponent(document.title) +" class=sharenlace target=_blank>Reporter MSN</a></td>" +
" <td><img src=http://www.publidisa.com/lap/share/img/google.gif width=16 height=15 border=0></td>" +
" <td><a href=http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk=" + location.href +"&amp;title=" + encodeURIComponent(document.title) +" class=sharenlace target=_blank>Google Bookmarks</a></td>" +
"  </tr>" +
"</table>";



document.write(desplegar)