>The "add child page" links take the form "node/add/book/parent/###"
>where ### is the nid of the parent node. It looks like you want
>
>drupal_goto('node/add/book/parent/66', 'edit[title]='. $dest_raw);
>
>
Ah, pefect! Good call. Thanks for the help.