Hi Gerard,
No problem - I also recommend you get rid of that massive if block and replace with:
Code:
Content visible to verified customers only.
(If there will always be a value, then I recommend putting the "case 0" code in the default section and removing the "case 0:" bit totally as it will always get picked up if the other conditions fail)