Hi Matt,
If you mean make it show the side column contents from the cms page on a supporting page, you can call this method which is built into mojoBasePage
LoadSideContent(true, true);
where the 2 params are for left and right. Note that the content shown is determined by the pageid which must be passed in the url to your supporting page. If no pageid is present it will resolve to the home page.
Hoipe that helps,
Joe