function gen_s_om(){
    var webcim = location.protocol+'//'+location.hostname+location.pathname;
    document.write('<span style="display:inline-block;vertical-align:top;margin-right:5px;padding-top:4px;font-weight:bold;color:#666666;">Megosztom</span>' +
        '<a href="http://www.facebook.com/sharer.php?u='+webcim+'&t=" target="_blank" title="Facebook" style="display:inline-block;background:url(http://s2.tlap.hu/def/ikon_oszd_meg.png) 0px 0px no-repeat;width:20px;height:20px;margin-left:2px;"></a>'+
        '<a href="http://twitter.com/home?status='+webcim+'" target="_blank" title="Twitter" style="display:inline-block;background:url(http://s2.tlap.hu/def/ikon_oszd_meg.png) 0px -20px no-repeat;width:20px;height:20px;margin-left:2px;"></a>'+
        '<a href="http://iwiw.hu/pages/share/share.jsp?u='+webcim+'" target="_blank" title="Iwiw" style="display:inline-block;background:url(http://s2.tlap.hu/def/ikon_oszd_meg.png) 0px -40px no-repeat;width:20px;height:20px;margin-left:2px;"></a>'+
        '<a href="http://www.myspace.com/index.cfm?fuseaction=postto&t=&c=&u='+webcim+'" target="_blank" title="MySpace" style="display:inline-block;background:url(http://s2.tlap.hu/def/ikon_oszd_meg.png) 0px -60px no-repeat;width:20px;height:20px;margin-left:2px;"></a>');
    
}
