<var C = GLOBAL.Def.Style.color>
<ensure variable="get.s2" value="">
<if get.s2 EQ "account_deactivated">
<tag.f_club_account_deactivated>
<BREAK>
</if>
<fake_person>
<tag.f_layout title="Club Steve USA | Steve Fentriss" description="The official online headquarters of Steve Fentriss and the World's Greatest Fans.">
<tag.f_club_nav>
<var _heading = "Log In">
<if get.s2 EQ "news">
<var _heading = "Log In to Access News">
<elseif get.s2 EQ "settings">
<var _heading = "Log In to Modify Your Settings">
<elseif get.s2 EQ "become_a_fentriss">
<var _heading = "Log In to Become a Fentriss">
<elseif get.s2 EQ "fentriss">
<var _heading = "Log In to Edit Your Fentriss Blog">
</if>
<tag.f_guardhouse heading="#_heading#">
</tag.f_layout>
<BREAK>
</fake_person>
<if get.s2 EQ "" OR get.s2 EQ "dashboard">
<tag.f_club_dashboard>
<elseif get.s2 EQ "news">
<tag.f_club_news>
<elseif get.s2 EQ "settings">
<tag.f_club_settings>
<!---<elseif get.s2 EQ "become_a_fentriss">
<tag.f_club_become_a_fentriss>--->
<elseif get.s2 EQ "fentriss">
<tag.f_club_fentriss>
<elseif get.s2 EQ "new">
<tag.f_club_post>
<else>
<tag.f_not_found>
</if>