" />
		<?php 
        }
        ks_do_comment_form_action();
        ?>
		</p></form>
		<?php 
        if (ks_is_required_term_id()) {
            ?>
			<div><?php 
            _e('NOTE: If submit comments, your terminal ID will be sent.', 'ktai_style');
            ?>
</div>
		<?php 
        }
        if (!is_user_logged_in() && ks_cookie_available()) {
            ?>
			<div><?php 
            _e('NOTE: Your name, e-mail and URL will be stored o your phone. (If cookie is ON)', 'ktai_style');
            ?>
</div>
		<?php 
        }
    }
    // comments_open, comment_registration
}
// ks_is_comments_list, ks_is_comments_post
?>
<div><?php 
ks_back_to_post();
?>
ks_mimetype();
?>
; charset=<?php 
ks_charset();
?>
" />
<title><?php 
ks_title();
?>
</title>
<?php 
$h1_style = ' style="width:186px;background:url(' . ks_theme_url(KTAI_NOT_ECHO) . 'frame.gif) repeat-y;margin:0 auto;padding:0 23px;text-align:center;"';
// $h1_style = ' style="margin:0;text-align:center;"'; // style for bugle, lip title
// $logo_ext = '-bugle';
// $logo_ext = '-lip';
if (is_ktai() == 'DoCoMo' && ks_cookie_available()) {
}
ks_wp_head(KTAI_NONE_PC_HEAD);
?>
</head>
<body bgcolor="#fff0e0" link="purple" vlink="fuchsia">
<?php 
global $ks_settings;
$ks_settings = array();
// erase array for security
$ks_settings['h2_style'] = ' style="color:white;background-color:#ff1493;font-size:smaller;text-align:center;"';
$ks_settings['hr_color'] = '#ff69b4';
$ks_settings['list_pages'] = 'sort_column=menu_order,post_title';
$ks_settings['title_style'] = 'color:white;background-color:#ff69b4;';
$ks_settings['date_color'] = '#3366cc';
$ks_settings['comment_color'] = ks_option('ks_comment_type_color');