In my opinion, the best place to insert the menu link is under posts, so this is the how-to:
Replace line 38 with this:
add_posts_page('Editor Choice', 'Editor Choice', 8, 'astickypostorderer', 'astickypostorderer_page');
add_submenu_page('astickypostorderer', 'Editor Choice', 'Editor Choice', 8, 'astickypostorderer', 'astickypostorderer_page');