function CoachesLayout( adsFree, securedTemplates, headerAdFreeTemplates, template) {
    AnswerologyLayout.call(this, adsFree, securedTemplates, headerAdFreeTemplates, template);
    this.name = "coaches";
}

CoachesLayout.prototype = new AnswerologyLayout();

CoachesLayout.prototype.getCSS = function( ) {
    return "<link rel=\"stylesheet\" type=\"text/css\" href=\"/cssjs/aol_blue.css?v=3\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/cssjs/aol_footer.css?v=3A\" />";
}

CoachesLayout.prototype.getHappyAtWork = function() {
    return '<li class="external"><a href="http://www.careerbuilder.com/default.aspx?cbsid=66176dd5008d44a4927144d49462e9e5-257796980-R1-4&lr=cbanswer&cbRecursionCnt=1&siteid=answer" title="Get Happy At Work">Get Happy At Work</a></li>';
}

CoachesLayout.prototype.shareYourExperience = function() {
    return "" ;
}

CoachesLayout.prototype.askAnonymousQuestion = function() {
    return "" ;
}

CoachesLayout.prototype.getLowerSearchQuestionsBar = function( ) {
    return "";
}

CoachesLayout.prototype.getPopularSearchesFooterString = function() {
    return "";
}

CoachesLayout.prototype.getPopularSearches = function() {
    document.write(this.getPopularSearchesString());
    document.write(this.getPopularSearchesFooterString());
}

CoachesLayout.prototype.getUpperSearchQuestionsBar = function( ) {
    this.getSearchQuestionsBar();
}

CoachesLayout.prototype.getHeaderLogo = function( ) {
    return "<h1><a href=\"/index.aspx?template=home.ascx\"><span>Ask &amp; Answer powered by Answerology</span></a></h1>";
}

CoachesLayout.prototype.getGoogleAnalytics = function(referrer, userType, requestMethod) {
    this.prepareGoogleAnalytics("coaches_" + referrer, userType, requestMethod);
}

CoachesLayout.prototype.getSelectQuestionsImage = function( ) {
    return '<img src="/images_aol_blue/button-select_questions.gif" alt="select questions" />';
}

CoachesLayout.prototype.getFeedColor = function( ) {
    return "orange";
}

CoachesLayout.prototype.getPostRegistrationOptions = function( ) {
    return '<div style="font-size:14px; line-height: 22px; margin-left: 80px">1. <a style="color:#2263B3" href="/index.aspx?template=ask_question.ascx"><strong>Ask a Question</strong></a> Now</div><div style="font-size:14px; line-height: 22px; margin-left: 80px">2. <a style="color:#2263B3" href="/index.aspx?template=recent_questions.ascx"><strong>Answer Questions</strong></a> Now</div><div style="font-size:14px; line-height: 22px; margin-left: 80px">3. Set up your profile and preferences!</div>';
}

CoachesLayout.prototype.getAffiliateInclude= function () {
    return "aol_affiliate_include.ascx";
}
