I am using simple fields within a custom loop. I want to always display 2 instances of the simple fields group. However, I sometimes get 2 results and sometimes just 1. I've tested the loop - when I remove the simple fields code and just put in , say for example the_title() it outputs 2 instances of the title every time. This suggests to me that there's nothing wrong with the loop.
Here's my complete page source - it's very basic - http://pastebin.com/nhBYiU8U
The loop giving me trouble starts line 44.
Any ideas please?