// JavaScript Document


var url=encodeURIComponent(document.location.href);

var title=encodeURIComponent(document.title);

text='<a href="http://www.miselegidos.com/express/index.php?url='+url+'&title='+title+'" target="_blank"><img src="http://www.miselegidos.com/express/bookmark1.gif" alt="Easy Bookmarking Tool" border="0"></a>';
document.writeln(text);