$('.ds_content').bind('load', function() {
	if($('.page_13275').length > 0)
	{
		$('.zone3_2 .Article_index .image').each(function() {
				$(this).next().addClass('body_image');
			});
	}
	$('.zone3_1').css('min-height', $(document).height() + 20 + 'px');
});
