(function($) {
	$.fn.kod_blogs1 = function (descr1, titl1, href1) {
		if(!href1)
				href1=location.href;
	   
	   if(!titl1)
				titl1 = $("title").html();
	   
	   if(!descr1)
	            descr1 = $("meta[name='Description']").attr("content");
				
	   	text_ref='<table border="0" cellPadding="0" cellSpacing="0" style="margin:20px;"><tr><td style="font-family:verdana,arial;text-align:justify;font-size:13px;padding:30px 30px 20px 30px;border:1px solid #cccccc;background:#ffffff;">';
		text_ref=text_ref+'<a href="'+href1+'" style="color:black;text-decoration:none;border:none;" target="_blank">';
		text_ref=text_ref+'<p style="font-family:verdana;font-size:14px;font-weight:bold;color:#345757;padding:10px;">';
		text_ref=text_ref+titl1+'</p></a><a href="'+href1+'" style="color:#000000;text-decoration:none;font-family: verdana, arial;" target="_blank"><p>';
		text_ref=text_ref+descr1+"</p></a></td></tr></table>";
		return 	$(this).text(text_ref);		
		}
		
	$.fn.fcbk_cnt =  function (_url) {
       if (!_url)
			_url=location.href;

		_url=encodeURIComponent(_url);
         txt = '<iframe src="http://www.facebook.com/plugins/like.php?href='+_url+'&amp;layout=button_count&amp;locale=ru_RU&amp;show_faces=false&amp;width=300&amp;action=like&amp;colorscheme=light&amp;height=30" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:30px;" allowTransparency="true"></iframe></td>';
		 return $(this).html(txt);
        } 
	}) (jQuery);
