I think I might have a solution that involves a little scripting. Not sure if it'll work, so I'm double checking it.
Edit: Haven't checked my original scripting idea, but this might be better.
1) Make two items identical, but one going going to the first default page and the second going to the other default page.
2) On the link switching to a new chapter, put this in. (If you have other items, the ID number may be different) This automatically drops one item and picks up another. Drop the first default item, pick up the second one. The player shouldn't notice the change unless you put something different in the descritpion/title.
$ITEMSTATE01 := 0
$ITEMSTATE02 := 1
Edit-edit: Yeah, no. My original idea didn't work out so well, but the one above works just fine.