ruota.onRollOver = function() {
ruota.play();
};
ruota.onRollOut = function() {
ruota.stop();
};