function abrirDelicious(ubicacio,titol)
{
	window.open('http://del.icio.us/post?v=4&noui&jump=close&url='+encodeURIComponent(ubicacio) + '&title=' + encodeURIComponent(titol),'delicious','toolbar=yes,scrollbars=yes,resizable=yes');
	return false;
}

function abrirMeneame(ubicacio)
{
	window.open('http://meneame.net/submit.php?url=%20'+encodeURIComponent(ubicacio),'meneame','toolbar=yes,scrollbars=yes,resizable=yes');
	return false;
}

function abrirDigg(ubicacio,titol,texto)
{		
	window.open('http://www.digg.com/submit?phase=2&url=' + encodeURIComponent(ubicacio) + '&title=' + encodeURIComponent(titol) + '&bodytext=' + texto + '&topic=business_finance', 'digg','toolbar=no, scrollbars=yes,resizable=yes');
	return false;
}