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

SeventeenLayout.prototype = new CoachesLayout();

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

SeventeenLayout.prototype.getCobrandMainLink = function() {
    return "http://www.seventeen.com";
}

SeventeenLayout.prototype.getStyle = function() {
    return "<link rel=\"stylesheet\" type=\"text/css\" href=\"/index.aspx?template=cobrand_style.ascx\" />";
}

SeventeenLayout.prototype.getLoginInfoNote = function() {
    return "<p>Note: If you have a login to <a href=\"http://www.seventeen.com\">www.seventeen.com</a>, you can use it here.</p>";
}

SeventeenLayout.prototype.getAffiliateInclude= function () {
    return "cobrand_affiliate_include.ascx&style=seventeen";
}

SeventeenLayout.prototype.getPopularSearchesString = function() {
    // TO UNCOMMENT WHEN WE HAVE  SOME CONTENT
    return '';
    return '<div id="home-popular_searches">' +
    '<h2>Popular Searches at Answerology</h2>'+
    '<table><tr>' +
    '<td width="33%">' +
    '<ul>' +
    '<li><a href="/index.aspx/answers/Anniversary-gift.html">Anniversary gift ideas</a></li>' + 
    '<li><a href="/index.aspx/answers/Best-friends.html">Best friends</a></li>' +
    '<li><a href="/index.aspx/answers/Weight-loss-program.html">Best weight loss program?</a></li>' +
    '<li><a href="/index.aspx/answers/Birth-control.html">Birth control</a> <a>/</a> <a href="/index.aspx/answers/Birth-control-pills.html">birth control pills</a></li>' +
    '<li><a href="/index.aspx/answers/Break-up.html">Break up stories</a></li>' +
    '</ul>' +
    '</td>'+
    '<td width="30%">' +
    '<ul>' +
    '<li><a href="/index.aspx/answers/Breast-cancer.html">Breast cancer</a></li>' +
    '<li><a href="/index.aspx/answers/Buying-a-new-car.html">Buying a new car</a></li>' +
    '<li><a href="/index.aspx/answers/Career-advice.html">Career-advice</a> <a>/</a> <a href="/index.aspx/answers/career-change.html">career change</a></li>' +
    '<li><a href="/index.aspx/answers/Child-support.html">Child support</a></li>' +
    '<li><a href="/index.aspx/answers/Christmas-gift.html">Christmas gift ideas</a></li>' +
    '</ul>' +
    '</td>' +
    '<td width="36%">' +
    '<ul>' +
    '<li><a href="/index.aspx/answers/Dating-advice.html">Dating advice</a></li>' +
    '<li><a class="second" href="/index.aspx/answers/car-insurance.html">Dealing with car insurance</a></li>' +
    '<li><a href="/index.aspx/answers/Diet-plan.html">Diet plan</a> <a>/</a> <a href="/index.aspx/answers/weight-loss-program.html">weight loss program</a></li>' +
    '<li><a href="/index.aspx/answers/Dress-up.html">Dress up questions</a></li>' +
    '<li><a href="/index.aspx?template=search_questions.ascx"><strong>See more popular searches</strong></a></li>' +
    '</ul>' +
    '</td>' +
    '</tr></table>' +
    '</div>';
}

SeventeenLayout.prototype.getPopularSearchesFooterString = function() {
    // TO FINISH UPDATE - IMAGES ETC
    return '<div id="footer-home">' + 
    '<a href="http://www.seventeen.com/" >' + 
    '<img class="pic" src="/cobrands/seventeen/images/footer-logo.png" alt="seventeen" />' +
    '<div class="links">' + 
    '<ul>' + 
    '<li><a href="http://www.seventeen.com/hair-skin-makeup/salon/">Beauty Salon</a></li>' +
    '<li><a href="http://www.seventeen.com/fun-stuff/freebies/">Freebies</a></li>' +
    '<li><a href="http://www.seventeen.com/fun-stuff/quizzes/#quizzes_funstuff/">Quizzes</a></li>' +
    '<li><a href="http://www.seventeen.com/hair-skin-makeup/hair-ideas/">Hair Ideas</a></li>' +
    '<li><a href="http://www.seventeen.com/fashion/love-it-leave-it/">Rate This Look</a></li>' +
    '<li><a href="http://www.seventeen.com/hair-skin-makeup/makeover/">Celebrity Makeover</a></li>' +
    '</ul>' +
    '<ul>' +
    '<li><a href="http://www.seventeen.com/fashion/best-tips/">Fashion Tips</a></li>' +
    '<li><a href="http://www.seventeen.com/dating/guys-talk/">Guys Talk</a></li>' +
    '<li><a href="http://www.seventeen.com/fun-stuff/17-buzz/">17 Buzz Blog</a></li>' +
    '<li><a href="http://games.seventeen.com/Default.aspx">Games</a></li>' +
    '<li><a href="http://www.seventeen.com/fun-stuff/horoscopes/">Horoscopes</a></li>' +
    '<li><a href="http://www.seventeen.com/dating/">Dating Tips</a></li>' +
    '</ul>' +
    '<ul>' +
    '<li><a href="http://www.seventeen.com/fun-stuff/today/daily-secret/">Daily Secret</a></li>' +
    '<li><a href="http://www.seventeen.com/health-sex-fitness/special/body-peace-nplp-0508/">Body Peace Project</a></li>' +
    '<li><a href="http://www.seventeen.com/dating/17-questions/">17 Celebrity Questions</a></li>' +
    '<li><a href="http://www.seventeen.com/dating/dating-diaries/">Dating Diaries</a></li>' +
    '<li><a href="http://www.seventeen.com/fun-stuff/prom/">Prom</a></li>' +
    '<li><a href="http://www.seventeen.com/health-sex-fitness/questions-answers/">Your Body</a></li>' +
    '</ul>' +
    '</div>' +
    '</div>';
}

SeventeenLayout.prototype.getSAccount = function() {
    return "hmagglobal,hmagseventeen";
}

SeventeenLayout.prototype.getOmnitureChannel = function(pageName) {
    return "Answerology";
}

SeventeenLayout.prototype.getOmniturePageName = function(pageName) {
    return "Seventeen: " + pageName;
}

SeventeenLayout.prototype.getOmnitureServer = function() {
    return "SVN";
}

SeventeenLayout.prototype.getOmnitureLinkInternalFilters = function() {
    return "javascript:,answerology.com, seventeen.com"
}
