Update: If you want to add a the Military Branches as a secondary group for the user, you need to add this coding:
Code:
<if condition="in_array($post[usergroupid], array(X,X,X,X,X)) && is_member_of($post, X)"><img src="images/misc/XXXX.gif" border="0" alt="" /></if>
Change the 'X' to the usergroup you want and change the 'XXXX' to the name of the file. If anyone needs any help, let me know.