$('#btn-example9-start').click(function() {
$('#example9 ul').playSpin({
manualStop: true
});
});
$('#btn-example9-stop').click(function() {
$('#example9 ul').stopSpin();
});
$('#btn-example9a-start').click(function() {
$('#example9a ul').playSpin({
manualStop: true
});
});
$('#btn-example9a-stop').click(function() {
$('#example9a ul').stopSpin();
});