function oren_poster(id) { $(document).ready(function(){ $('.boxgrid.thecombo1').hover(function(){ $(".cover1", this).animate({top: '375px', left: '500px'},{queue: false, duration: 300}); }, function() { $(".cover1", this).animate({top: '0px', left: '0px'},{queue: false, duration: 300}); }); }); }