Removing the red lines below should fix it, that's where you're repeating:
<?php
$total = getFieldDuplicates('image',1);
for($i = 1; $i < $total+1; $i++){ ?>
<div style="float:left; margin:0 30px 20px 0; height:130px; width:
100px;">
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?
>"><?php echo get_image('image',1,$i); ?></a>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"
style="font-size:10px; width:100px;"><?php the_title(); ?></a>
</div>
<?php } ?>