function urlencode(txt) {	txt = txt.replace(/ /g,'+');	txt = txt.replace(/&/g,'%26');	txt = txt.replace(/=/g,'%3D');//	txt = txt.replace(/\//g,'%2F');  return txt;}function delicious(txt){
	window.open('http://del.icio.us/post?v=4&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400');
}
function stumble(){
	window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));
}
function newsvine(){
  window.open('http://www.newsvine.com/_wine/save?popoff=0&u='+encodeURIComponent(location.href));
}
function digg(text){
var bodytext=text;
	window.open('http://digg.com/submit?url='+encodeURIComponent(document.location.href)+'&title='+encodeURIComponent(document.title)+'&bodytext='+bodytext);
}
function furl(){
	window.open('http://www.furl.net/storeIt.jsp?u='+encodeURIComponent(document.location.href)+'&t='+encodeURIComponent(document.title));
}
function netscape(){
	window.open('http://www.netscape.com/submit/?U='+encodeURIComponent(document.location.href)+'&T='+encodeURIComponent(document.title));
}
function technorati(){
	window.open('http://technorati.com/faves?add='+encodeURIComponent(location.href));
}
function google(){
	window.open('http://www.google.com/bookmarks/mark?op=add&hl=en&bkmk='+encodeURIComponent(location.href)+'&annotation=&labels=&title='+encodeURIComponent(document.title));
}
function yahoo(comment){
	d=comment;
	window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&d='+encodeURIComponent(d)+'&u='+encodeURIComponent(location.href));
}
function reddit(){
	window.open('http://reddit.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));
}
function facebook(text) {
	u= urlencode(location.href);
	t= urlencode(text);
	window.open('http://www.facebook.com/sharer.php?u='+u+'&t='+t,'fbsharer','toolbar=0,status=0,width=626,height=436')
}
function myspace(comment){
 u=location.href;
 t=document.title;
 c=comment;
window.open('http://www.myspace.com/index.cfm?fuseaction=postto&' + 't=' + encodeURIComponent(t)
+ '&c=' + encodeURIComponent(c) + '&u=' + encodeURIComponent(u));
}
function slashdot(){
	window.open('http://slashdot.org/bookmark.pl?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));
}
function blinklist(){
	window.open('http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Tag=&Url='+encodeURIComponent(location.href)+'&Title='+encodeURIComponent(document.title));
}
function spurl(){
	window.open('http://www.spurl.net/spurl.php?v=3&tags=&title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(document.location.href));
}
function diigo(comment){
	c=comment;
	window.open('http://www.diigo.com/post?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'&tag=&comments='+encodeURIComponent(c));
}
function blogmarks(){
// blogmarks registration not finished
	window.open('http://blogmarks.net/my/new.php?mini=1&simple=1&url='+encodeURIComponent(location.href)+'&content=&public-tags=&title='+encodeURIComponent(document.title));
}
function simpy(comment){
	c=comment;
	window.open('http://www.simpy.com/simpy/LinkAdd.do?title='+encodeURIComponent(document.title)+'&tags=&note='+encodeURIComponent(c)+'&href='+encodeURIComponent(location.href));
}function twitter(txt) {  var status = txt + "  " + location.href;	  status = urlencode(status);		window.open("http://www.twitter.com/?status="+status, "TwitterPop", "width=600, height=500, location, status, scrollbars, resizable");}
function twitthis(txt){
	window.open("http://twitthis.com/twit?url="+encodeURIComponent(location.href)+"&title="+((document.title) ? encodeURIComponent(document.title.replace(/^\s*|\s*$/g,'')) : ""), "TwitThisPop", "width=600, height=500, location, status, scrollbars, resizable");
}
function jumptags(){
	window.open('http://www.jumptags.com/add/?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));
}
