/* Begin jQuery code */
$kuj(document).ready(function() {
    $kuj('body').addClass('js');

    $kuj('#bannerImgs').cycle({
        timeout: 4000,
        speed:   1000
    });
});
/* End jQuery code */