$(document).ready(function () {
	try {
		//BT.informer();
	$('.hentry a img, a.fancybox').fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	false}
	);
	$('a.fancybox').fancybox({
		'height'        :   520,
		'width'         :   750
		}
	);
	$('.sideBlockHead').click(function (e){
 			$(this).next('.sideBlockContent').slideToggle();
});
	}catch(mes){}
 });
