/**
 * Returns an AjaxResponse containing the combo ajax login/register code.
 */
function GetComboAjaxLogin()
{
    $tmpl = AjaxLoginForm::getTemplateForCombinedForms();
    $response = new AjaxResponse($tmpl->render('ComboAjaxLogin'));
    $response->setContentType('text/html; charset=utf-8');
    return $response;
}
        ?>
</h2>
			<h2 class="headline signup"><?php 
        echo wfMsg('cnw-auth-headline2');
        ?>
</h2>
			<p class="creative login"><?php 
        echo wfMsg('cnw-auth-creative');
        ?>
</p>
			<p class="creative signup"><?php 
        echo wfMsg('cnw-auth-signup-creative');
        ?>
</p>
			<?php 
        echo AjaxLoginForm::getTemplateForCombinedForms()->render('ComboAjaxLogin');
        ?>
			<p class="signup-msg">
				<?php 
        echo wfMsg('cnw-signup-prompt');
        ?>
 <a href="#"><?php 
        echo wfMsg('cnw-call-to-signup');
        ?>
</a>
			</p>
			<p class="login-msg">
				<?php 
        echo wfMsg('cnw-login-prompt');
        ?>
 <a href="#"><?php