$(function() {
    $("[rel=lightbox]").lightBox();
    $("#image").cycle({
        timeout: 8000
    });
});
