<script type="text/javascript">
var rotator1 = {
    path:   'images/',
    id:   'r1',
    speed:  3000, // default is 4500
    bTrans: true, // ie win filter
    bRand:  false, // random rotation
    bMouse: true, // pause/resume
    images:     ["home/boxes/leatherman_general.jpg", "home/boxes/maglite_general.jpg", "home/boxes/sog_general.jpg", "home/boxes/victorinox_general.jpg", "home/boxes/lego_general.jpg"],
    actions:    ["http://www.shoppingthestore.com/index.php?main_page=index&manufacturers_id=3", 
                "http://www.shoppingthestore.com/index.php?main_page=index&manufacturers_id=11", 
                "http://www.shoppingthestore.com/index.php?main_page=index&manufacturers_id=9", 
                "http://www.shoppingthestore.com/index.php?main_page=index&manufacturers_id=12"]
}

function initRotator() {
    jscript_dw_Rotator.setup(rotator1);
}

jscript_dw_Event.add( window, 'load', initRotator);
</script>

<script type="text/javascript">
var rotator2 = {
    path:   'images/',
    id:   'r2',
    speed:  3000, // default is 4500
    bTrans: true, // ie win filter
    bRand:  false, // random rotation
    bMouse: true, // pause/resume
    images:     ["home/boxes/leatherman_general.jpg", "home/boxes/maglite_general.jpg", "home/boxes/sog_general.jpg", "home/boxes/victorinox_general.jpg", "home/boxes/lego_general.jpg"],
    actions:    ["http://www.shoppingthestore.com/index.php?main_page=index&manufacturers_id=3", 
                "http://www.shoppingthestore.com/index.php?main_page=index&manufacturers_id=11", 
                "http://www.shoppingthestore.com/index.php?main_page=index&manufacturers_id=9", 
                "http://www.shoppingthestore.com/index.php?main_page=index&manufacturers_id=12"]
}

function initRotator() {
    jscript_dw_Rotator.setup(rotator2);
}

jscript_dw_Event.add( window, 'load', initRotator);
</script>