$(document).ready(function() {$("#rollover_ad").hover(function(){$(this).children("span").stop().animate({width:412,left:-412},function(){$(this).prev().css("visibility","hidden");});},function(){$(this).children("span").stop().animate({width:0,left:0}).prev().css("visibility","visible");});});