$(function () {
 if($('.social-bmarks').length != 0){
	var titleenc=encodeURIComponent($("html head title").html());
	$('.social-bmarks').append('\
		<div class="social-bmarks-item">\
			<a rel="nofollow" title="ВКонтакте" target="_blank" href="http://vkontakte.ru/share.php?url='+window.location+'">\
				<img height="26" alt="ВКонтакте" src="/pic/decor/social/0.gif" />\
			</a>\
		</div>\
		<div class="social-bmarks-item">\
			<a rel="nofollow" href="http://www.livejournal.com/update.bml?event='+window.location+'&subject='+titleenc+'" target="_blank" title="Опубликовать в своем блоге livejournal.com">\
				<img height="26" alt="LiveJournal" src="/pic/decor/social/1.gif">\
			</a>\
		</div>\
		<div class="social-bmarks-item">\
			<a rel="nofollow" title="Facebook" target="_blank" href="http://www.facebook.com/sharer.php?u='+window.location+'">\
				<img height="26" alt="Facebook" src="/pic/decor/social/2.gif">\
			</a>\
		</div>\
		<div class="social-bmarks-item">\
			<a rel="nofollow" title="Запостить в Twitter" href="http://twitter.com/home?status='+encodeURIComponent('Читаю: ')+window.location+'%20'+titleenc+'" target="blank" rel="nofollow">\
				<img height="26" border="0" alt="Twitter" src="/pic/decor/social/3.gif">\
			</a>\
		</div>\
		<div class="social-bmarks-item">\
			<a rel="nofollow" title="Google Bookmarks" target="_blank" href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk='+window.location+'&amp;title='+titleenc+'">\
				<img height="26" alt="Google Bookmarks" src="/pic/decor/social/4.gif">\
			</a>\
		</div>\
		<div class="social-bmarks-item">\
			<a rel="nofollow" title="Google Reader" target="_blank" href="http://www.google.com/reader/link?url='+window.location+'&amp;title='+titleenc+'&amp;srcTitle='+window.location.host+'&amp;srcURL='+window.location.host+'">\
				<img height="26" alt="Google Reader" src="/pic/decor/social/5.gif">\
			</a>\
		</div>\
		<div class="social-bmarks-item">\
			<a rel="nofollow" title="Linked In" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url='+window.location+'&amp;title='+titleenc+'&amp;source='+window.location.host+'">\
				<img height="26" alt="Linked In" src="/pic/decor/social/7.gif">\
			</a>\
		</div>\
		<div class="social-bmarks-item">\
			<a rel="nofollow" title="Мой мир на Мail.ru" target="_blank" href="http://connect.mail.ru/share?share_url='+window.location+'">\
				<img height="26" alt="Мой мир на Мail.ru" src="/pic/decor/social/9.gif">\
			</a>\
		</div>\
		<div class="social-bmarks-item">\
			<a rel="nofollow" title="Яндекс.Закладки" target="_blank" href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl='+window.location+'&amp;lname='+titleenc+'">\
				<img height="26" alt="Яндекс.Закладки" src="/pic/decor/social/10.gif">\
			</a>\
		</div>\
		<div style="margin: 3px 0pt 0pt;" class="social-bmarks-item">\
				<link rel="stylesheet" href="http://stg.odnoklassniki.ru/share/odkl_share.css">\
				<script type="text/javascript" src="http://stg.odnoklassniki.ru/share/odkl_share.js"></script>\
				<a onclick="ODKL.Share(this);return false;" href="'+window.location+'" class="odkl-klass-s"></a>\
		</div>\
		<div class="clear"></div>\
	');
	$('.social-bmarks').before('<br /><div class="clear"></div><hr />');
	$('.social-bmarks').append('<div class="clear"></div><hr />');
 }
});

