<if isDefined("POST.soLoginEmail") AND POST.soLoginEmail NEQ "">
<goto url="http://#this_domain#/">
<BREAK>
</if>
<var C = GLOBAL.Def.Style.color>
<var _balloon = GLOBAL.Def.Client.balloon>
<var _color = "blue">
<if listLen(GLOBAL.Def.Client.balloon,'/') EQ 2>
<var _balloon = listFirst(GLOBAL.Def.Client.balloon,'/')>
<var _color = listLast(GLOBAL.Def.Client.balloon,'/')>
</if>
<!--- activate blabber --->
<var GLOBAL.Def.Estate.controls.blabber_on = 1>
<var GLOBAL.Def.Estate.controls.blabber_jstr = "">
<var GLOBAL.Def.Estate.controls.blabber_default_txt = "Post an Update">
<!--- handy buttons --->
<var Btns = deSerializeJSON('[
{
"slash": "#client_id#",
"title": "Profile"
},
{
"slash": "#client_id#/media",
"title": "Media"
},
{
"slash": "#client_id#/friends",
"title": "Friends"
}
]')>
<var _style = "float:left; width:27%; padding:5px; margin-right:3%;">
<div>
<loop from="1" to="#arrayLen(Btns)#" index="x">
<var Obj = Btns[x]>
<a href="http://#this_domain#/#Obj.slash#" class="buttonish buttonish_small" style="display:block; color:#C.text#; #_style#">
<div style="float:left; width:16px; padding-top:2px;">
<if Obj.slash EQ "#client_id#">
<tag.balloon picwidth="16" bg="#_balloon#" color="#_color#">
<elseif Obj.slash EQ "#client_id#/media">
<tag.fico i="block" linkback="off">
<elseif Obj.slash EQ "#client_id#/friends">
<tag.balloon picwidth="16">
<else>
<tag.balloon picwidth="16">
</if>
</div>
<div style="margin-left:21px;">
#Obj.title#
</div>
<small><small><small><small><div style="height:1px; clear:both;"> </div></small></small></small></small>
</a>
</loop>
</div>
<div style="clear:both;"> </div>
<div> </div>
<div> </div>
<p><small>
<a href="http://#this_domain#/account">Your Account</a>
|
<a href="http://#this_domain#/settings">Settings</a>
</small></p>