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 ;
go="https://www.google.com/bookmarks/mark?op=add&bkmk=" + url + "&title=" + title + "&annotation=" + note;     



document.write("<br><style>img.simg{height:20px;border:0px;margin:0px;padding:0px;}a.sa{	color:#555555;text-decoration: none;font: 10px 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>")
document.write("<a class='sa' href='"+iw+"' target='_blank' title='Megosztás Iwiwen' ><img class='simg' src="+images+"iw.png></a>")
document.write("<a class='sa' href='"+tw+"' target='_blank' title='Twitter' ><img class='simg' src="+images+"tw.png></a>")
document.write("<a class='sa' href='"+go+"' target='_blank' title='Google Könyvjelző' ><img class='simg' src="+images+"go.png></a>")
document.write("</div>");


