I have the following code on my node-page.tpl.php

$node->field_email[0]['view']
$node->field_email[1]['view']
$node->field_email[2]['view']

Unfortunately it is outputting the first value for all three statements. Is there a problem with my code? Or is this a limitation of the module?