Is it possible to show a page other than the first one in the DOM by default on a multi-page template?

Is it possible to show a page other than the first one in the DOM by default on a multi-page template?

Title says it all really:

  1. <div data-role="page" id="foo">
  2. ...
  3. </div>
  4. <div data-role="page" id="bar">
  5. ...
  6. </div>

Any way to make "bar" show first without navigating to page#bar ?