Hi inmotionmedia,
add the start attribute to the section (I've also removed the outer lying FONT tags as they'll get printed on the home page as an empty tag)
Code:
{if $location}
{strip}
{section name=position loop=$location start=1}
{if $location[position].1 ne "" }<a href="{$location[position].1|amp}" class="NavigationPath">{/if}
{$location[position].0}
{if $location[position].1 ne "" }</a>{/if}
{if not %position.last%} > {/if}
{/section}
{/strip}
{/if}
If you need the FONT tags find the appropriate IF statement to exclude breadcrumbs from the home page
Hope this helps.