
//
// 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://seo-writer.com/tools/bookmarker1.php?u=' + uu + '&t=' + tt;
	ss='style="height:18; width:18; border-width:0 0 1 0; vertical-align:-18%; text-decoration:none"';
	aa='<img border="0" src="http://seo-writer.com/tools/bookmarkericons/';
	zz='" ' + ss +'>&nbsp;'
	icons=
		aa + 'google.png'     + zz +
		aa + 'digg.png'       + zz +
		aa + 'delicious.png'  + zz +
		aa + 'technorati.png' + zz +
		aa + 'reddit.png'   + zz +
		aa + 'yahoo.png'    + zz +
		aa + 'newsvine.png' + zz +
		aa + 'propeller.gif' + zz +
		aa + 'zoomit_favicon.jpg' + zz +
		'';
	document.write('<a href="'+hh+'" style="text-decoration:none" onClick="window.open (\''+hh+'\',\'bookmarketer\',\'menubar=1,scrollbars=1,status=1,resizable=1,width=1125,height=750\'); return false"> '+icons+'...and more</a>');
}
writelink();
