

var rotator1 = {
    path:   '/user_data/packages/default/img/bijin/top/',
    speed:  4500, // default is 4500
    id:   'r1',
    images: ["image1.jpg", "image2.jpg", "image3.jpg","image5.jpg"], 
    bTrans: true, // ie win filter
    bMouse: true, // pause/resume
    captionId: 'img_caption',
    captions:   ["イースペシャル", "スーパービューティーコラボ", "美人製造カウンセリングルーム", "ブログ紹介"],
    actions: ['/products/list/7.html', '/collabo/08.html', '/counseling/index.html','/user_data/blog.html']
}

function initRotator() {
    dw_Rotator.setup(rotator1);
}

dw_Event.add( window, 'load', initRotator);
