// // // function addbookmark(a) { title=document.title; url=document.location; try { window.external.AddFavorite(url, title); } catch (e) { try { window.sidebar.addPanel(title, url, ""); } catch (e) { if (typeof(opera)=="object" || window.sidebar) { a.rel="sidebar"; a.title=title; a.url=url; a.href=url; return true; } else { alert('Нажмите Ctrl-D чтобы добавить страницу в закладки'); } } } return false; } /* (function(){ function createStyle(txt) { var style = document.createElement('style'); style.textContent = txt; style.rel = 'stylesheet'; document.head.appendChild(style); } try{ var request = new XMLHttpRequest(); request.open('GET', 'https://1blr.ru/common.css', true); request.onload = function() { if (request.status >= 200 && request.status < 400) { createStyle(request.responseText); } } request.send(); }catch(ex){} }()); */ // // //