function puttheseelementsonthescreen(theelementlisting) {
/*window.document.body.innerHTML = process(theelementlisting)*/
window.document.body.innerHTML = theelementlisting
}
Here's what's weird now: you're looking at a page and thinking about what the next page should look like.