jQuery(function($) {
    $('#topmain').bgSwitcher({
        images: ['./image/topbgrom.gif', './image/topbgwatg.gif', './image/topbgneos.gif', './image/topbghent.gif', './image/topbgoem.gif'],
        interval: 4000
    });
});

