function facebook_share(){
	url = "http://www.facebook.com/sharer.php?u="+document.location+"&t="+document.title;
	window.open(url);
}
function twitter_share(){
	url = "http://twitter.com/home?status="+document.location+" Semáforo Ciudadano";
	window.open(url);
}
