Hi,
The reason the page you created on demo.mojoportal.com does not rotate is because all the content is contained in 1 <p></p> so it has only 1 slide. It treats all first level html elements as slides but in this case there is only 1 first level element and it contains all the content so there is only 1 slide.
I can fix that by moving those images out of the p or putting them in separate p elements.
On your own site, also make sure your layout.master has the <ScriptLoader control like other skins do.
Hope it helps,
Joe