/*************************************************************************
    This code is from Dynamic Web Coding at dyn-web.com
    Copyright 2008 by Sharon Paine 
    See Terms of Use at www.dyn-web.com/business/terms.php
    regarding conditions under which you may use this code.
    This notice must be retained in the code as is!
    
    for use with dw_rotator.js
*************************************************************************/



var rotator1 = {
    path:   'js-beerdinner/',
    id:   'r3',
    speed:  5500, // default 4500
    images: ["beer1.jpg", "beer2.jpg", "beer3.jpg", "beer4.jpg", "beer5.jpg"],
    bTrans: true // ie win filter
}
function initRotator() {
    dw_Rotator.setup(rotator1);
}
addLoadEvent(initRotator);


