images="static/social/";
url=document.location;
note=encodeURIComponent(document.getElementsByName('description')[0].content); //(document.description);
title=encodeURIComponent(document.title); //document.getElementsByTagName('title')[0];

fb="http://www.facebook.com/share.php?u=" + url + "&title=" + title ;
iw="http://iwiw.hu/pages/share/share.jsp?v=1&u=" + url + "&t=" + title ;
tw="http://twitter.com/home?status=" +title + "- " + url + "&title=" + title ;
wp='javascript: wpc("' + url + '","' +title+ '")';
go="https://www.google.com/bookmarks/mark?op=add&bkmk=" + url + "&title=" + title + "&annotation=" + note;     
gm="https://mail.google.com/mail/?view=cm&fs=1&to&su=" +title + "&body=" + note + "\r\n   " + url+ "&ui=2&tf=1&shva=1";


document.write("<br><style>img.simg{height:20px;border:0px}a.sa{color:#555555;text-decoration: none;font: 13px Arial;} a.sa:hover{color:#000000;text-decoration:none;}</style><div align='right'>");
document.write("<a class='sa' href='"+fb+"' target='_blank' title='Megosztás Facebookon' ><img class='simg' src="+images+"fb.png> </a>&nbsp;&nbsp;&nbsp;")
document.write("<a class='sa' href='"+iw+"' target='_blank' title='Megosztás Iwiwen' ><img class='simg' src="+images+"iw.png> </a>&nbsp;&nbsp;&nbsp;")
document.write("<a class='sa' href='"+go+"' target='_blank' title='Google Könyvjelző' ><img class='simg' src="+images+"go.png> </a>&nbsp;&nbsp;&nbsp;")
document.write("</div>");



function wpc(url,title){

  wpurl= prompt("Please Enter your Wordpress Blog URL:", "myblog.wordpress.com");
      
  if (wpurl)
    window.open("http://"+wpurl+"/wp-admin/press-this.php?u=" + url +"&t="+ title + "&s=&v=2",'_blank');
    //document.location.href="http://"+wpurl+"/wp-admin/press-this.php?u=" + url +"&t="+ title;//         
    
}

