﻿

var bookmarkIconUrl = '/jquery/bookmarks/';
var bookmarkSeparator = '&nbsp;&nbsp;';



function addFavorite()
{
 var url = location.href;
 var title = document.title;

 if (navigator.appName.indexOf('Microsoft Internet') != -1)
	window.external.AddFavorite(url, title);
 else if (navigator.appName.indexOf('Netscape') != -1) 
	window.sidebar.addPanel(title, url, "");
 else 
	alert("Нажмите CTRL-D, чтобы добавить страницу в закладки.");
}




document.write('<noindex><div class="addzakl">');

document.write('<a rel="nofollow" href="javascript: addFavorite();" ><img title="Личные закладки" alt="Личные закладки" src="' + bookmarkIconUrl + 'private.gif" border="0" height="16" width="16" /></a>&nbsp;');

document.write('<a rel="nofollow" href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl='+encodeURIComponent(location.href)+'&amp;lname='+encodeURIComponent(document.title) + '"><img title="Яндекс.Закладки" alt="Яндекс.Закладки" src="' + bookmarkIconUrl + 'ya.gif" border="0" height="16" width="16" /></a>' + bookmarkSeparator);

document.write('<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title) + '"><img title="google.com" alt="google.com" src="' + bookmarkIconUrl + 'google_bmarks.gif" border="0" height="16" width="16" /></a>' + bookmarkSeparator);

document.write('<a rel="nofollow" href="http://bobrdobr.ru/addext.html?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title) + '"><img title="bobrdobr.ru" alt="bobrdobr.ru" src="' + bookmarkIconUrl + 'bobrdobr.gif" border="0" height="16" width="16" /></a>' + bookmarkSeparator);

document.write('<a rel="nofollow" href="http://moemesto.ru/post.php?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title) + '"><img title="moemesto.ru" alt="moemesto.ru" src="' + bookmarkIconUrl + 'moemesto.gif" border="0" height="16" width="16" /></a>' + bookmarkSeparator);

document.write('<a rel="nofollow" href="http://memori.ru/link/?sm=1&amp;u_data%5Burl%5D='+encodeURIComponent(location.href)+'&amp;u_data%5Bname%5D='+encodeURIComponent(document.title) + '"><img title="memori.ru" alt="memori.ru" src="' + bookmarkIconUrl + 'memori.gif" border="0" height="16" width="16" /></a>' + bookmarkSeparator);

document.write('<a rel="nofollow" href="http://news2.ru/add_story.php?url='+encodeURIComponent(location.href)+'"><img title="news2.ru" alt="news2.ru" src="' + bookmarkIconUrl + 'news2-ru.gif" border="0" /></a>' + bookmarkSeparator);

document.write('<a rel="nofollow" href="http://rumarkz.ru/bookmarks/?action=add&amp;popup=1&amp;address='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title) + '"><img title="rumarkz.ru" alt="rumarkz.ru" src="' + bookmarkIconUrl + 'rumark.gif" border="0" height="16" width="16" /></a>' + bookmarkSeparator);

document.write('<a rel="nofollow" href="http://www.linkstore.ru/servlet/LinkStore?a=add&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title) + '"><img title="linkstore.ru" alt="linkstore.ru" src="' + bookmarkIconUrl + 'linkstore.gif" border="0" height="16" width="16" /></a>' + bookmarkSeparator);

document.write('<a rel="nofollow" href="https://skydrive.live.com/sharefavorite.aspx%2f.SharedFavorites??marklet=1&mkt=en-us&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title) + '&top=1"><img title="Live" alt="Live" src="' + bookmarkIconUrl + 'live.gif" border="0" height="16" width="16" /></a>' + bookmarkSeparator);

document.write('<a rel="nofollow" href="http://twitter.com/home?status='+encodeURIComponent(document.title) + '"><img title="Twitter" alt="Twitter" src="' + bookmarkIconUrl + 'twitter.gif" border="0" height="16" width="16" /></a>' + bookmarkSeparator);

document.write('<a rel="nofollow" href="http://text20.ru/add/?source='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title) + '&amp;text="><img title="Text20.ru" alt="Text20.ru" src="' + bookmarkIconUrl + 'text20.gif" border="0" height="16" width="16" /></a>' + bookmarkSeparator);

document.write('<a rel="nofollow" href="http://www.mister-wong.ru/index.php?action=addurl&amp;bm_url='+encodeURIComponent(location.href)+'&amp;bm_description='+encodeURIComponent(document.title) + '"><img title="mister-wong.ru" alt="mister-wong.ru" src="' + bookmarkIconUrl + 'mister_wong.gif" border="0" height="16" width="16" /></a>');


document.write('</div></noindex>');



