<real_person>
<!--- logged in users want dashboard, not intro page. --->
<tag.jk_dashboard> <break>
</real_person>
<div id="presentation">
<div style="padding-top:7px;">
<div>
<h3 style="margin:0px; margin-bottom:1em;">Get a website up and running way, way faster than you normally would.</h3>
<h4 style="margin:0px; font-weight:normal;">
<a href="http://#this_domain#/About_Joelie">Learn More</a>
|
<a href="http://#this_domain#/Sign_Up"><b>Sign Up Today ></b></a>
</h4>
</div>
</div>
</div>
<div> </div>
<div> </div>
<tag.jquery>
<script type="text/javascript">
$(document).ready(function() {
$('##soLoginEmail').focus();
});
</script>