<var C = GLOBAL.Def.Style.color>
<ensure varaible="get.s2" value="">
<if ( client_id GT 1 AND get.s2 EQ '') OR get.s2 EQ 'thoughts'>
<tag.spf_layout title="Thought(s) of the Day | Steve Fentriss"
description="Steve's thoughts of the day. You'll laugh. You'll cry.">
<tag.spf_everyone_thoughts>
</tag.spf_layout>
<elseif ( client_id LTE 1 AND get.s2 EQ '') OR get.s2 EQ "sign_up">
<tag.spf_layout title="Welcome | Steve Fentriss"
description="Welcome to the official website of American musician Steve Fentriss! Sign up for Club Steve USA to get cool stuff.">
<tag.spf_everyone_sign_up>
</tag.spf_layout>
<elseif get.s2 EQ "store">
<tag.spf_layout title="Steve's Store | Steve Fentriss"
description="Purchase Steve Fentriss products throughout the web.">
<tag.spf_everyone_store>
</tag.spf_layout>
<elseif get.s2 EQ "favorite_things">
<tag.spf_layout title="Steve's Favorite Things | Steve Fentriss"
description="The truth about Steve and his favorite things in the world.">
<tag.spf_everyone_favorite_things>
</tag.spf_layout>
<elseif get.s2 EQ "club_steve">
<goto url="http://fentriss.com/clubsteveusa">
<BREAK>
<else>
<tag.spf_layout title="Not Found - For Everyone"
description="This page could not be found in Steve Fentriss' ""For Everyone"" section.">
<tag.spf_picdiv src="http://#this_domain#/file:/image-spf_hiding" w="320" h="240"
style="float:left;">
</tag.spf_picdiv>
<div style="margin-left:344px;">
<div style="padding:7px; background:white; border-radius:7px;">
<h3>Not Found</h3>
<p>
I couldn't find <b>#escapeMarkup(get.s2)#</b> in this section.
</p>
<p>
Sorry.
</p>
<p>
- <a href="http://#this_domain#/#get.s1#">Steve</a>
</p>
</div>
</div>
</tag.spf_layout>
</if>