
//
// Bookmarketer.js
// From seo-writer.com, The Bookmarketer - Social Bookmarking Power Tool
//
// Webmaster tip: This JavaScript include file is kept up-to-date 
// with icons from the most popular social bookmarking sites.
// For best use of this JavaScript, link directly to the original file at
// http://seo-writer.com/tools/tools/bookmarketer.js
// This way your website benefits from these automatic updates.
//
function writelink() {
	uu=encodeURIComponent(document.location.href); 
	tt=encodeURIComponent(document.title);
	hh='http://es.seo-writer.com/tools/bookmarker1.php?u=' + uu + '&t=' + tt;
	ss='style="height:15; width:15; border-width:0 0 1 0; vertical-align:-18%; text-decoration:none"';
	aa='<img src="http://es.seo-writer.com/tools/bookmarkericons/';
	zz='" ' + ss +'>&nbsp;'
	icons=
		aa + 'google.png'      + zz +
		aa + 'digg.png'        + zz +
		aa + 'delicious.png'   + zz +
		aa + 'meneame.png'     + zz +
		aa + 'technorati.png'  + zz +
		aa + 'fresqui.png'     + zz +
		aa + 'bitacoras.jp'    + zz +
		aa + 'enchilame.png'   + zz +
		aa + 'twitter.gif'     + zz +

		'';
	document.write('<a href="'+hh+'" style="text-decoration:none"> '+icons+'...y más</a>');
}
writelink();

