$(document).ready(function () {
    $("#randomArtikel").cycle({
        timeout: 15000,
        speed: 2000
    });
});
