﻿// FACEBOOK
/*function fbs_click() 
{
	u=location.href;
	t=document.title;
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');	
	return false;
}


//MENEAME
function link_meneame()
{
	u=location.href;
	//t=document.title;
	window.open('http://meneame.net/submit.php?url='+encodeURIComponent(u),'Tuenti','toolbar=0,status=0,width=626,height=436');	
	return false;
}

 //YAHOOOO!!
function link_yahoo()
{
	
	u=location.href;
	//t=document.title;
	window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+encodeURIComponent(u),'YahooBookmarks','toolbar=0,status=0,width=626,height=436');	
	return false;
}

// MYSPACE
function GetThis(T, C, U, L)
{
    var targetUrl = 'http://www.myspace.com/index.cfm?fuseaction=postto&' + 't=' + encodeURIComponent(T)
    + '&c=' + encodeURIComponent(C) + '&u=' + encodeURIComponent(U) + '&l=' + L;
    window.open(targetUrl);
}

function click_tuenti()
{
	 var targetUrl = 'http://www.tuenti.com/';
    window.open(targetUrl);	
	return false;
}

function click_twitter()
{
	u=location.href;	
	var targetUrl = 'http://twitthis.com/twit?url='+encodeURIComponent(u);
    window.open(targetUrl,'sharer','toolbar=0,status=0,width=626,height=436');	
	return false;
}*/

// para mandar mail a un amigo
function recomendar()
{	
	u=location.href;
	var targetUrl = 'mailto:?subject=recomendar&body='+encodeURIComponent(u);
	window.location.href = targetUrl;		
}