<!--
$(function() {
    $('#top-main-object').cycle('fade').each(function() {
        eval($(this).text());
    });
});
-->