Possible Duplicate:
Fragmentation of id's (auto_increment column) in mysql
I have a news portal and each news has its id now counting 515 articles in MySql
But some days ago I did some kind of a mess so when adding the news the id is showing 2339 and I always have to manually edit to 516.
Is there a way I can fix it so next article will be with the id 517 instead of 2340?