I couldn't get it to work and saw no errors so began to try this for dynamic page generation
-------------------------------------------------------------------------------------------------/* Dynamically create a page and navigate to it.
(and include the page in browser history ) */
create markup
//var newPage = $("divdivh1/h1div);
append it to the page container
newPage.appendTo( $.mobile.pageContainer );
go to it
$.mobile.changePage( newPage );/*