//<!--
jQ(document).ready(function(){
	new BlogViewer({
		type: 'open_book',
		instanceName: blogViewerIdentifier,
		cat_id: cobj_bb_cat,
		limit: blogViewerLimit,
		display_date: showBlogDates,
		share: showBlogShareLinks,
		comment_length_limit: commentLengthLimit,
		blog_selector_position: blogSelectorPosition,
		constrain_height: 510,
		constrain_element: '.post_list'
	});
});
//-->
