function add_favorite(a){
title=document.title;
url=document.location;
try{
eval("window.external.AddFa-vorite(url, title)".replace(/-/g,''));
}
catch(e){
try{
window.sidebar.addPanel(title, url, "");
}
catch(e){
if(typeof(opera)=="object"){
a.rel="sidebar";
a.title=title;
a.url=url;
return true;
}
else{
alert('Нажмите Ctrl+D, чтобы добавить страницу в закладки');
}}}
return false;
}
function share42(f,u,t){if(!u)u=location.href;if(!t)t=document.title;u=encodeURIComponent(u);t=encodeURIComponent(t);var s=new Array('"#" onclick="window.open(\'http://vkontakte.ru/share.php?url='+u+'\', \'_blank\', \'scrollbars=0, resizable=1, menubar=0, left=200, top=200, width=554, height=421, toolbar=0, status=0\');return false" title="Сохранить В Контакте"','"http://twitter.com/share?text='+t+'&url='+u+'" title="Добавить в Twitter"', 'http://www.facebook.com/sharer.php?u='+u+'&t='+t+' title="Поделиться в Facebook"');var sh = document.getElementById('share42');sh.innerHTML='<a rel="nofollow" style="display:inline-block;width:92px;height:25px;margin:0 7px 4px 0;background:url('+f+'icons.png) -'+72+'px 0" href='+s[0]+' target="_blank"></a><a rel="nofollow" style="display:inline-block;width:77px;height:25px;margin:0 7px 5px 0;background:url('+f+'icons.png) -'+300+'px 0" href='+s[1]+' target="_blank"></a><a rel="nofollow" style="display:inline-block;width:120px;height:25px;margin:0 7px 5px 0;background:url('+f+'icons.png) -'+170+'px 0" href='+s[2]+' target="_blank"></a>'}
