window.___gcfg = {lang: 'fr'};

  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
  
  
  	jQuery(document).ready(function($) {
	$("#side-categories li:last-child").css('border-bottom','none');
	
});
	 jQuery.getScript('http://platform.twitter.com/widgets.js', function(){
    });
	
	
/* Category page hover effects */
	 $('.post-thumb').mouseenter(function(e) {
            $(this).children('.title-hide').fadeIn(200);
				             $(this).children('.title-hide').css('display','block');
							        //$(this).animate({ height: '200', left: '0', top: '-20', width: '200'}, 100);
        }).mouseleave(function(e) {

            $(this).children('.title-hide').fadeOut(200);
			//$(this).animate({ height: '200', left: '0', top: '0', width: '200'}, 100);
        });

