$(document).ready(function(){
    //1237652875123871201293-12470234019274-023-4182-4018-23490182-34018-2390
    $("#sidebar li>a ").hover(function(){
        
        $(this).stop().animate({marginLeft : "10px"},200,"swing");},
        function(){
        $(this).stop().animate({marginLeft : "0px"},200,"swing");}
        
    );
    
    $(".navigation>.alignleft a,.single_alignleft a").hover(function(){
        $(this).stop().animate({marginLeft : "10px"},200,"swing");},
        function(){
        $(this).stop().animate({marginLeft : "0px"},200,"swing");}
        
    );
    
    
    $(".navigation>.alignright a,.single_alignright a").hover(function(){
        $(this).stop().animate({marginRight : "10px"},200,"swing");},
        function(){
        $(this).stop().animate({marginRight : "0px"},200,"swing");}
        
    );
    


});

$(function () {
	if($('.social-bmarks').length != 0){
		$.get(
			'/vk.js', function(data){
				eval(data);
				var vk = VK.Share.button(false,{type: "round", text: "ВКонтакте"});
				var titleenc=encodeURIComponent($("html head title").html());
				$('.social-bmarks').css("border", "1px gray solid");
				$('.social-bmarks').append('\
					<div class="social-bmarks-item">'+vk+'</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="/i/JJ.gif">\
						</a>\
					</div>\
					<div class="social-bmarks-item">\
						<a rel="nofollow" title="Запостить в Twitter" href="http://twitter.com/home?status='+encodeURIComponent('Читаю: ')+window.location+'" target="blank" rel="nofollow">\
							<img height="26" border="0" alt="Twitter" src="/i/TW.gif">\
						</a>\
					</div>\
					<div class="social-bmarks-item">\
						<a rel="nofollow" title="Запостить в Facebook" href="http://www.facebook.com/sharer.php?u='+window.location+'" target="blank" rel="nofollow">\
							<img height="25" border="0" alt="Facebook" src="/i/facebook.png">\
						</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="/i/GM.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="/i/GR.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="/i/IN.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="/i/YA.gif">\
						</a>\
					</div>\
					<div class="clear"></div>\
				');
				$('.social-bmarks').before('<div class="clear"></div><hr />');
				$('.social-bmarks').append('<div class="clear"></div><hr />');
			}
		)
	}});

