<!--- >
Southern California Baseball Academy
< --->
<tag.slashes>
<tag.scbaseball_def>
<!--- Program Requests --->
<if get.s1 EQ "style.css">
<!--- include style, stop processing --->
<tag.scbaseball_style headers="1">
<return "break">
<elseif get.s1 EQ "script.js">
<!--- include script, stop processing --->
<tag.scbaseball_script headers="1">
<return "break">
</if>
<if get.s1 EQ "" OR get.s1 EQ "home">
<tag.scbaseball_layout title="Welcome | Southern California Baseball Academy"
keywords="home page introduction southern california baseball academy bryan clutterbuck training pitching throwing catching base running"
description="The Advanced Baseball Academy is dedicated to helping kids learn the proper mechanics of the game.">
<tag.scbaseball_intro>
</tag.scbaseball_layout>
<elseif get.s1 EQ "lessons">
<tag.scbaseball_layout title="Lessons | Southern California Baseball Academy"
keywords="lessons baseball southern california introductory advanced"
description="Baseball lessons for kids aged 7-18. Novices and experienced players will benefit.">
<tag.scbaseball_lessons>
</tag.scbaseball_layout>
<else>
<tag.scbaseball_layout title="Not Found">
<h3>Not Found</h3>
<p>
The resource <b>#escapeMarkup(so_slash_string)#</b> could
not be found on this site.
</p>
<p>
<a href="http://#this_domain#/">Return to Home Page</a>
</p>
</tag.scbaseball_layout>
</if>