function EnviarExterno(type)
{
	var title = encodeURIComponent(window.document.title);
	var href = encodeURIComponent(window.document.location.href);

	switch(type)
	{
		case 'blinklist' : url = 'http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url='+href+'&Title='+title; break;
		case 'delicious' : url = 'http://del.icio.us/post?url='+href+'&title='+title; break;
		case 'digg' : url = 'http://digg.com/submit?phase=2&url='+href+'&title='+title;	break;
		case 'enchilame' : url = 'http://enchilame.com/submit.php?url='+href; break;
		case 'facebook' : url = 'http://www.facebook.com/share.php?u='+href; break;
		case 'fresqui' : url = 'http://fresqui.com/enviar?url='+href+'&titulo='+title+'&tipo=noticia'; break;
		case 'igoogle' : url = 'http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk='+href+'&title='+title; break;
		case 'meneame' : url = 'http://meneame.net/submit.php?url='+href; break;
		case 'mrwong' : url = 'http://www.mister-wong.es/index.php?action=addurl&bm_url='+href+'&bm_description='+title; break;
		case 'mylive' : url = 'https://favorites.live.com/quickadd.aspx?marklet=1&mkt=es-es&url='+href+'&title='+title; break;
		case 'myspace' : url = 'http://www.myspace.com/Modules/PostTo/Pages/?u='+href; break;
		case 'nettby' : url = 'http://www.nettby.es/user/edit_link.php?name='+title+'&url='+href; break;
		case 'netvibes' : url = 'http://www.netvibes.com/subscribe.php?url='+href; break;
		case 'readitlater' : url = 'https://readitlaterlist.com/save?url='+href+'&title='+title; break;
		case 'reddit' : url = 'http://reddit.com/submit?url='+href+'&title='+title; break;
		case 'reporter' : url = 'http://reporter.es.msn.com/?fn=contribute&referrer=20minutos.es&URL='+href+'&Title='+title; break;
		case 'stupon' : url = 'http://www.stumbleupon.com/submit.php?url='+href+'&title='+title; break;
		case 'technorati' :	url = 'http://www.technorati.com/search/'+href+'?sub=postcosm'; break;
		case 'tuenti' :	url = 'http://www.tuenti.com/share?url='+href; break;
		case 'twitter' : url = 'http://twitthis.com/twit?url='+href+'&title='+title; break;
		case 'yahoo' : url = 'http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+href+'&t='+title+'&ei=UTF-8'; break;
		case 'wikio' : url = 'http://www.wikio.es/vote?url='+href; break;
		default : return false;
	}

	window.open(url);
}
