function wptouch_setup_bncid_account_tab()
{
    $support_panel = array(__('Account + Key', 'wptouch-pro') => array('bncid', array(array('section-start', 'account-information', __('Account Information', 'wptouch-pro')), array('copytext', 'bncid-info1', __('Your Account E-Mail + License Key are used to activate licenses for support and auto-upgrades.', 'wptouch-pro')), array('copytext', 'bncid-info2', __('You can find both of these in the purchase receipt we sent to you.', 'wptouch-pro')), array('ajax-div', 'wptouch-profile-ajax', 'profile'), array('text', 'bncid', __('Account E-Mail', 'wptouch-pro')), array('text', 'wptouch_license_key', __('License Key', 'wptouch-pro')), array('license-check', 'license-check'), array('section-end'))));
    if (wptouch_has_proper_auth()) {
        $support_panel[__('Manage Licenses', 'wptouch-pro')] = array('manage-licenses', array(array('section-start', 'manage-my-licenses', __('Manage Licenses', 'wptouch-pro')), array('manage-licenses', 'manage-these-licenses'), array('section-end')));
    }
    global $blog_id;
    $settings = wptouch_get_settings();
    if ($blog_id == 1 && !$settings->admin_client_mode_hide_licenses) {
        wptouch_add_tab(__('License', 'wptouch-pro'), 'bncid_and_licenses', $support_panel);
    }
}
echo WPTOUCH_URL . '/admin/images/ajax-loader.gif';
?>
" alt="ajax image" class="ajax-loader" />
		</h3>

		<p class="sub"><?php 
_e("From the BraveNewCode Blog", "wptouch-pro");
?>
</p>

		<div id="blog-news-box-ajax"></div>

	</div><!-- box-holder -->

	<?php 
if (wptouch_has_proper_auth() && !$settings->admin_client_mode_hide_licenses) {
    ?>
	
		<?php 
    if (wptouch_has_license()) {
        ?>
	
			<div class="box-holder round-3" id="support-threads-box">
				<h3>
					<?php 
        _e("Recent Support Posts", "wptouch-pro");
        ?>
					<img src="<?php 
        echo WPTOUCH_URL . '/admin/images/ajax-loader.gif';
        ?>
" alt="ajax image" class="ajax-loader" />