function social(u,i,t,a) {
	var f = '../images/social/';  //Укажите полный путь к папке с иконками
	var links = '<div class="social"><div class="soc1"><a target="_blank" rel="nofollow" href="http://twitter.com/home?status=RT @esender_ ' + t + ' - ' + u + '" title="Добавить в Twitter"><img width="16" src="' + f + 'twitter.png" alt="" /></a>' +
		'<a target="_blank" rel="nofollow" href="http://www.google.com/reader/link?url=' + u + '&title=' + t + '" title="Добавить в Google Buzz"><img width="16" src="' + f + 'google-buzz.png" alt="" /></a>' +
		'<a target="_blank" rel="nofollow" href="http://www.friendfeed.com/share?title=' + t + ' - ' + u + '" title="Добавить в FriendFeed"><img width="16" src="' + f + 'friendfeed.png" alt="" /></a>' +
		'<a target="_blank" rel="nofollow" href="http://www.facebook.com/sharer.php?u=' + u + '" title="Поделиться в Facebook"><img width="16" src="' + f + 'facebook.png" alt="" /></a>' +
		'<a target="_blank" rel="nofollow" href="http://vkontakte.ru/share.php?url=' + u + '&image=' + i + '&title=' + t + '&description=' + a + '"   title="Поделиться ВКонтакте"><img width="16" src="' + f + 'vkontakte.png" alt="" /></a>' +
		'<a target="_blank" rel="nofollow" href="http://wow.ya.ru/posts_share_link.xml?url=' + u + '&title=' + t + '&img=' + i + '"   title="Поделиться в Яндексе"><img width="16" src="' + f + 'ya.png" alt="" /></a>' +
		'<a target="_blank" rel="nofollow" href="http://connect.mail.ru/share?share_url=' + u + '/?mrkt=msk_cl&connect=1" title="Поделиться в Моем Мире"><img width="16" src="' + f + 'moy-mir.png" alt="" /></a>' +
		'<a target="_blank" rel="nofollow" href="http://www.livejournal.com/update.bml?event=<span style=font-size:larger><a  href='+ u +'><strong>' + t + '</strong></a></span><br><br><img src=' + i +' width=95 align=left hspace=20 ><span style=font-size:small>' + a + '</span>&subject=' + t + '" title="Опубликовать в своем блоге livejournal.com"><img width="16" src="' + f + 'livejournal.png" alt="" /></a>' +
		
		'<a target="_blank" rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk=' + u + '&title=' + t + '" title="Сохранить закладку в Google"><img width="16" src="' + f + 'google.png" alt="" /></a>' +
		'<a target="_blank" rel="nofollow" href="http://bobrdobr.ru/add.html?url=' + u + '&title=' + t + '" title="Забобрить"><img width="16" src="' + f + 'bobrdobr.png" alt="" /></a>' +
		'<a target="_blank" rel="nofollow" href="http://memori.ru/link/?sm=1&u_data[url]=' + u + '&u_data[name]=' + t + '" title="Сохранить закладку в Memori.ru"><img width="16" src="' + f + 'memori.png" alt="" /></a>' +
		'<a target="_blank" rel="nofollow" href="http://www.mister-wong.ru/index.php?action=addurl&bm_url=' + u + '&bm_description=' + t + '" title="Сохранить закладку в Мистер Вонг"><img width="16" src="' + f + 'mister-wong.png" alt="" /></a></div></div>' + '';
	document.write(links);
}
(function($) {
$(function() {
	var wr = $('.social');
	wr.find('a').css({opacity: 0.5}).hover(
		function() { $(this).css({opacity: 1}); },
		function() { $(this).css({opacity: 0.7}); }
	);
	wr.hover(
	function() { $(this).find('a').css({opacity: 0.7});
		$(this).css({background: '#fff'});
		
	},
	function() { $(this).find('a').css({opacity: 0.5});
		$(this).css({background: 'none',border: 'none'});
		
	}
	);	
})
})
(jQuery)

