Should the related posts query not ignore sticky posts?
$related_query->query(array('p'=>$reference_ID,'orderby'=>$orders[0],'order'=>$orders[1],'showposts'=>$limit,'post_type'=>$type));
Like this:
$related_query->query(array('p'=>$reference_ID,'orderby'=>$orders[0],'order'=>$orders[1],'showposts'=>$limit,'post_type'=>$type,'ignore_sticky_posts'=>true));
http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/