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