Turns the view to the next one.
Example:
$("#flipbook").turn("next");
You can also turn two views from the current one:
$("#flipbook").turn("next").turn("next");