function CycleRefs() {
 $j('#rotation').cycle({ 
    fx:     'scrollLeft', 
    xspeed:   2400, 
    timeout: 6000,
    delay: -1000,
    pause:   1,
    xsync: 1
 });
} 
function onBefore() { 
}
function onAfter() { 
}
$j(document).ready( function(){ 
  CycleRefs();
});
