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;
}

function fbs_pod_click(id) {
  u="http://www.conectafm.es/podcast.php?id="+id;
  t="Conecta Mix";
  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;
}

function tuenti_click() {
  u=location.href;
  window.open('http://www.tuenti.com/share?url=' + encodeURIComponent(u), 'sharer', 'toolbar=0,status=0, height=375,width=600');  
  return false;
}

function tuenti_pod_click(id) {
  u="http://www.conectafm.es/podcast.php?id="+id;
  window.open('http://www.tuenti.com/share?url=' + encodeURIComponent(u), 'sharer', 'toolbar=0,status=0, height=375,width=600');  
  return false;
}


