var btn_timer = false; function btn_show_popup(item) { clearTimeout(btn_timer); var left=0,top=0; var toggle_child = document.getElementById('btn_popup'); var style= toggle_child.style; var element = toggle_child.parentNode.firstChild; while (element) { left+=element.offsetLeft; top+=element.offsetTop; element=element.offsetParent; } style.left=left - 0 +'px'; style.top= top-70+'px'; toggle_child.style.visibility = 'visible'; document.getElementById('img_popup').style.visibility = 'hidden'; } function btn_hide_popup(item) { btn_timer = setTimeout( function() { var btn = document.getElementById('btn_popup'); btn.style.visibility = 'hidden'; document.getElementById('img_popup').style.visibility = 'visible'; } ,1000); } function btn_selection() { var sel=''; if (window.getSelection) sel=window.getSelection(); else if (document.selection) sel=document.selection.createRange(); else sel=''; if (sel.text) sel=sel.text; return sel; } function getBrowserInfo() { var t,v = undefined; if (window.opera) t = 'Opera'; else if (document.all) { t = 'IE'; var nv = navigator.appVersion; var s = nv.indexOf('MSIE')+5; v = nv.substring(s,s+1); } else if (navigator.appName) t = 'Netscape'; return {type:t,version:v}; } function btn_bookmark(a){ var url = window.document.location; var title = window.document.title; var b = getBrowserInfo(); if (b.type == 'IE' && 7 > b.version && b.version >= 4) window.external.AddFavorite(url,title); else if (b.type == 'Opera') { a.href = url; a.rel = "sidebar"; a.title = title; return true; } else if (b.type == "Netscape") window.sidebar.addPanel(title,url,""); else alert("Нажмите CTRL-D, чтобы добавить страницу в закладки браузера."); return false; } function btntn() { var title=encodeURIComponent(document.title); var url=encodeURIComponent(location.href); this.links = [ {name:'Google', link:'http://www.google.com/bookmarks/mark?op=add&bkmk='+url+'&title='+title, pos:'-264px -16px'}, {name:'Яндекс', link:'http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&lurl='+url+'&lname='+title, pos:'-264px -160px'}, {name:'Yahoo!', link:'http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+url+'&t='+title, pos:'-371px -112px'}, {name:'Blogger', link:'http://www.blogger.com/blog_this.pyra?t&u='+url+'&n='+title, pos:'-371px -144px'}, {name:'MySpace', link:'http://www.myspace.com/Modules/PostTo/Pages/?u='+url+'&t='+title+'&c=%3Ca+href%3D%22'+url+'%3E'+title+'%3C%2Fa%3E%0A', pos:'-371px -128px'} ]; this.links_main =[ {name:'Liveinternet', link:'http://www.liveinternet.ru/journal_post.php?action=l_add&cnurl='+url+'&title='+title, pos:'32px 0px'}, {name:'Twitter', link:'http://twitter.com/home?status='+title+' '+url, pos:'0px 0px'}, {name:'Вконтакте', link:'http://vkontakte.ru/share.php?url='+url, pos:'-32px -0px'}, {name:'Facebook', link:'http://www.facebook.com/share.php?u='+url+'&t='+title, pos:'-64px -0px'}, {name:'LiveJournal', link:'http://www.livejournal.com/update.bml?subject='+title+'&event=%3Ca+href%3D%22'+url+'%22%3E'+title+'%3C%2Fa%3E%0A%0A', pos:'-96px 0px'}, {name:'mail', link:'http://connect.mail.ru/share?share_url='+url, pos:'-128px 0px'}, ]; var bookmark_width = 85; var bookmark_height = 18; var button_text = ''; var img = '/templates/kakdelarussia/images/sharing_buttons.png'; button_text +='
'+ '
'; for(var l in this.links_main) { button_text +=''; } button_text +='
'+ '
'+ ''+ '
'; document.write(button_text); } btntn();