$(document).ready(function(){
  $(".atab").click(function() {
    RewindFlashMovie();
  });
});