function twitter(url, text) {
  window.open('http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2F9p0rrv&amp;counturl='+encodeURIComponent(url),'sharer','toolbar=0,status=0,width=600,height=400')
  return false;
}
function facebook(url, text) {
  window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(url)+'&t='+encodeURIComponent(text),'sharer','toolbar=0,status=0,width=600,height=400');
  return false;
}
function vkontakte(url, text) {
  window.open('http://vkontakte.ru/share.php?url='+encodeURIComponent(url)+'&title='+encodeURIComponent(text),'sharer','toolbar=0,status=0,width=600,height=400');
  return false;
}
function yarushka(url, text) {
  window.open('http://reklamarik.ya.ru/posts_add_link.xml?URL='+encodeURIComponent(url)+'&title='+encodeURIComponent(text),'sharer','toolbar=0,status=0,width=800,height=600');
  return false;
}
function livejournal(url, text, desc) {
  var alka = '<div style="background:#fff;border:1px solid #ccc;padding:10px;">'+desc+'<br><a href="'+url+'" target="_blank">Подробнее...</a></div>';
  window.open('http://www.livejournal.com/update.bml?event='+encodeURIComponent(alka)+'&subject='+encodeURIComponent(text),'live');
  return false;
}
function myworldmailru(url, text) {
  window.open('http://connect.mail.ru/share?share_url='+encodeURIComponent(url),'sharer','toolbar=0,status=0,width=600,height=400');
  return false;
}
function odnoklassniki(url, text) {
  window.open('http://www.odnoklassniki.ru/dk?st.cmd=addShare&st._surl='+encodeURIComponent(url)+'%3Ftitle='+encodeURIComponent(text),'sharer','toolbar=0,status=0,width=600,height=400');
  return false;
}

