0){ //applied for membership to a clan output("`7You approach `%%s`7 who smiles at you, but lets you know that your application to %s hasn't yet been accepted.",$registrar,$claninfo['clanname']); output("Perhaps you'd like to take a seat in the waiting area, she suggests."); addnav("Waiting Area","clan.php?op=waiting"); addnav("Withdraw Application","clan.php?op=withdraw"); }else{ //hasn't applied for membership to any clan. output("You are not a member of any clan."); addnav("Apply for Membership to a Clan","clan.php?op=apply"); addnav("Apply for a New Clan","clan.php?op=new"); } } } ?>