Previous Posts Link and Next Posts Link Show All The Same Articles?

How many calls to query_posts() are you making? If you’re making more than one, then you need to replace one of them with a call to WP_Query, or get_posts() – and you need to call wp_reset_query() between the Loops.