<var _by = "@steve@demo@barry">
<if GLOBAL.Def.Owner.id NEQ 7>
<var _by = "@#GLOBAL.Def.Owner.gutitle#">
</if>
<set j="/f#_by#.ytid" orderby="f.so_dateinserted DESC" maxrows="99">
<!--- latest blog post --->
<if get.s1 EQ "latest_blog_post">
<setcrawl>
<if set.ytid EQ "" AND set.gutitle NEQ "">
<var _in = trim(replace(set.name,"|","","all"))>
<var _in_g = gutitleFormat(_in)>
<if isDefined("GLOBAL.Def.in_lookup.#_in_g#")>
<var InModel = evaluate("GLOBAL.Def.in_lookup.#_in_g#")>
<goto url="#InModel.href#/#set.gutitle#">
<else>
<goto url="http://fentriss.com/">
<BREAK>
</if>
</if>
</setcrawl>
<!--- latest video --->
<elseif get.s1 EQ "latest_video">
<setcrawl>
<if set.ytid NEQ "" AND set.gutitle NEQ "">
<var _in = trim(replace(set.name,"|","","all"))>
<var _in_g = gutitleFormat(_in)>
<if isDefined("GLOBAL.Def.in_lookup.#_in_g#")>
<var InModel = evaluate("GLOBAL.Def.in_lookup.#_in_g#")>
<goto url="#InModel.href#/#set.gutitle#">
<else>
<goto url="http://fentriss.com/">
<BREAK>
</if>
</if>
</setcrawl>
<!--- this should never happen --->
<else>
<goto url="http://fentriss.com/">
<BREAK>
</if>
</set>