var rotator1 = {
    path:   '/images/managed/ads/',
    speed:  5500, // milliseconds (eg 4500 = 4.5 seconds)
    id:   'r1',
    images: ["ad_smcp.jpg"], 
    actions: ["http://www.sellingmycellphone.com"], 
    bTrans: true, // ie win filter
    bMouse: true // pause/resume
}

function initRotator() {
    dw_Rotator.setup(rotator1);
}
	
dw_Event.add( window, 'load', initRotator);
