function AddToFavorite(title_, url_ ) {
document.write( '<div class="bkmz"> <div style="float:left;"><b>Добавить в закладки:</b></div><ul><li><a class="google" rel="nofollow" title="В закладки на Google" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=' + encodeURIComponent(url_) + '&amp;title=' + encodeURIComponent(title_) + '"><span>google.com</span></a></li>  <li><a class="yandex" rel="nofollow" title="В закладки на Яндексе" href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=' + encodeURIComponent(url_) + '&amp;lname=' + encodeURIComponent(title_) + '"><span>yandex.ru</span></a></li>  <li><a class="bobr" rel="nofollow" title="Забобрить" href="http://bobrdobr.ru/addext.html?url=' + encodeURIComponent(url_) + '&amp;title=' + encodeURIComponent(title_) + '"><span>bobrdobr.ru</span></a></li>  <li><a class="memori" rel="nofollow" title="В Memori.ru" href="http://memori.ru/link/?sm=1&amp;u_data[url]=' + encodeURIComponent(url_) + '&amp;u_data[name]=' + encodeURIComponent(title_) + '"><span>memori.ru</span></a></li>  <li><a class="moemesto" rel="nofollow" title="Добавить в Мое Место" href="http://moemesto.ru/post.php?url=' + encodeURIComponent(url_) + '&amp;title=' + encodeURIComponent(title_) + '"><span>moemesto.ru</span></a></li>  <li><a class="linkstore" rel="nofollow" title="В закладки на Linkstore.ru" href="http://www.linkstore.ru/servlet/LinkStore?a=add&amp;url=' + encodeURIComponent(url_) + '&amp;title=' + encodeURIComponent(title_) + '"><span>linkstore.ru</span></a></li><li><a class="stozakl" title="Добавить в 100закладок" href="http://www.100zakladok.ru/save/?bmurl=' + encodeURIComponent(url_) + '&amp;bmtitle=' + encodeURIComponent(title_) + '"><span>100zakladok.ru</span></a></li>  <li><a class="delicous" rel="nofollow" title="В закладки на Del.icio.us" href="http://del.icio.us/post?url=' + encodeURIComponent(url_) + '&amp;title=' + encodeURIComponent(title_) + '"><span>del.icio.us</span></a></li>  <li><a class="techno" rel="nofollow" title="В закладки на Technorati.com" href="http://www.technorati.com/faves?add=' + encodeURIComponent(url_) + '"><span>technorati.com</span></a></li> </ul></div>');}