ok, i figured out why it's doing this, finally
when you view new posts, look at the url and look at the last variable in the link
that would have been for page two, it tells it of all the new posts, where do you want to start seeing it? that's being numbered in increments of 20, but it's showing 25 at a time, so the variable needs to be numbered in increments of 25 at a time, once i'm more awake i'll try to fix it
