$(document).ready(function(){
    $("p.movie").each(function(){
        $(this).switchAIM({'targetId':'#movieArea'});
    });
});
