/**
 * Actions to run when the DOM is ready with JQuery
 */
 $(function() {
 // Handler for .ready() called.
 
 $('#subNavPromo').appendTo('#subNavModule');
 
});
