Print images associated with a node anywhere in your node.tpl

Print images associated with a node anywhere in your node.tpl not just inside the $content.
Great for repositioning content.

Snippet:
<?php
print $node->content['image_attach']['#value'];
?>