// JavaScript Document


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

var tag=encodeURIComponent(document.title);

text='<a href="http://www.socialize-it.com/?url='+url+'&tag='+tag+'" target="_blank">Automatic Social Bookmarking<br><img src="http://www.socialize-it.com/socializeit.png"></a>';
document.writeln(text);

