function delicious(){
	f='http://delicious.com/save?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)+'&v=5&';
	a = function(){
	if(!window.open(f+'noui=1&jump=doclose','deliciousuiv5','location=yes,links=no,scrollbars=no,toolbar=no,width=550,height=550'))
		location.href=f+'jump=yes'
	};
		if(/Firefox/.test(navigator.userAgent)){
			setTimeout(a,0)
		}else{
			a();
		}
}
function myyahoo(){
	f='http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&u='+encodeURIComponent(window.location.href);
	a = function(){
	if(!window.open(f+'noui=1&jump=doclose','deliciousuiv5','location=yes,links=no,scrollbars=no,toolbar=no,width=550,height=550'))
		location.href=f+'jump=yes'
	};
		if(/Firefox/.test(navigator.userAgent)){
			setTimeout(a,0)
		}else{
			a();
		}
}
function meneame(){
	f='http://meneame.net/submit.php?url='+encodeURIComponent(window.location.href);
	a = function(){
	if(!window.open(f+'noui=1&jump=doclose','deliciousuiv5','location=yes,links=no,scrollbars=no,toolbar=no,width=550,height=550'))
		location.href=f+'jump=yes'
	};
		if(/Firefox/.test(navigator.userAgent)){
			setTimeout(a,0)
		}else{
			a();
		}
}
function fresqui(){
	f= 'http://tec.fresqui.com/post?title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(window.location.href);
	a = function(){
	if(!window.open(f+'noui=1&jump=doclose','deliciousuiv5','location=yes,links=no,scrollbars=no,toolbar=no,width=550,height=550'))
		location.href=f+'jump=yes'
	};
		if(/Firefox/.test(navigator.userAgent)){
			setTimeout(a,0)
		}else{
			a();
		}
}
function facebook(){
	f='http://www.facebook.com/sharer.php?u='+encodeURIComponent(window.location.href)+'&t='+encodeURIComponent(document.title);
	a = function(){
	if(!window.open(f,'facebook','location=yes,links=no,scrollbars=no,toolbar=no,width=800,height=550'))
		location.href=f+'jump=yes'
	};
		if(/Firefox/.test(navigator.userAgent)){
			setTimeout(a,0)
		}else{
			a();
		}
}
function twitter(){
	f='http://twitter.com/home?status=Visitando o site '+encodeURIComponent(document.title)+' '+encodeURIComponent(window.location.href);
	a = function(){
		if(!window.open(f,'twitter','location=yes,links=no,scrollbars=no,toolbar=no,width=855,height=550'))
			location.href=f
	};
		if(/Firefox/.test(navigator.userAgent)){
			setTimeout(a,0)
		}else{
			a();
		}
}
function digg(){
	//f='http://twitter.com/home?status=Visitando o site '+encodeURIComponent(document.title)+' '+encodeURIComponent(window.location.href);
	f='http://digg.com/submit?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title)+'&bodytext=&media=&topic=';
	a = function(){
		if(!window.open(f,'twitter','location=yes,links=no,scrollbars=no,toolbar=no,width=855,height=550'))
			location.href=f
	};
		if(/Firefox/.test(navigator.userAgent)){
			setTimeout(a,0)
		}else{
			a();
		}
}
function technorati(){
	f='http://technorati.com/faves?sub=addfavbtn&add='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title);
	a = function(){
		if(!window.open(f,'twitter','location=yes,links=no,scrollbars=no,toolbar=no,width=855,height=550'))
			location.href=f
	};
		if(/Firefox/.test(navigator.userAgent)){
			setTimeout(a,0)
		}else{
			a();
		}
}