// Find the first <ul> element
var ul = document.getElementsByTagName(“ul”)[0];
// Clone the node and append it after the old one
ul.parentNode.appendChild( ul.cloneNode( true ) );
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.