<var C = GLOBAL.Def.Style.color>
<var _tbls = GLOBAL.Media_Def._tbls>
<var Tbls = GLOBAL.Media_Def.Tbls>
<ensure variable="get.s2" value="">
<var get.s2 = gutitleFormat(get.s2)>
<if listFindNoCase(_tbls,get.s2) EQ 0>
<!---
What kind of media do they want to
add?
--->
<div style="margin-right:4em;">
<h3 style="margin:0px; margin-bottom:1em;">Add Media to Balloon</h3>
<div style="margin-left:1em;">
<loop list="#_tbls#" index="x">
<var Model = Tbls[x]>
<div>
<a href="http://#this_domain#/new/#x#" class="buttonish" style="display:block; margin-bottom:11px; color:#C.text#; border-radius:7px;">
<tag.fico i="#Model.fico#" linkback="off" style="height:0.88em;">
Add #Model.an# #Model.singular#
</a>
</div>
</loop>
</div>
</div>
<BREAK>
</if>
<small><small><small><small><div> </div></small></small></small></small>
<if get.s2 EQ "photo">
<tag.bn_estate_new_photo>
<elseif get.s2 EQ "audio">
<tag.bn_estate_new_audio>
<elseif get.s2 EQ "video">
<tag.bn_estate_new_video>
<elseif get.s2 EQ "text">
<tag.bn_estate_new_text>
</if>