post_title);
IF (!strlen($obt_title)) $obt_title = obt_translate("Untitled");
IF (strlen($post->post_password)) $obt_title = obt_translate("%1 (protected)",$obt_title);
$obt_title = esc_html($obt_title,true);
$obt_description = $obt_title;
IF ($obt_comments_paginated){
IF (is_single()) $obt_description = obt_translate("You are currently viewing the comments for the post %1 on the blog %2",$obt_title,esc_html(get_bloginfo("name"),true));
IF (is_page()) $obt_description = obt_translate("You are currently viewing the comments for the post %1 on the blog %2",$obt_title,esc_html(get_bloginfo("name"),true));
$obt_title = obt_translate("Comments").": ".$obt_title;
}ELSE{
IF (!strlen($post->post_excerpt)){
$obt_post_excerpt = get_the_content();
$obt_post_excerpt = apply_filters("get_the_excerpt",$obt_post_excerpt);
$obt_post_excerpt = apply_filters("the_excerpt",$obt_post_excerpt);
$obt_post_excerpt = obt_excerpt($obt_post_excerpt);
}ELSE{
$obt_post_excerpt = $post->post_excerpt;
$obt_post_excerpt = apply_filters("get_the_excerpt",$post->post_excerpt);
$obt_post_excerpt = apply_filters("the_excerpt",$obt_post_excerpt);
$obt_post_excerpt = str_replace(array("
","