$(document).contents()
уже захватит ваш текст if(offset > (windowHeight + windowScroll)){
src = $(this).attr('src');
$(this).attr('src', src.replace('.gif', '_stopped.gif'));
$(this).addClass('stopped');
}
if($(this).hasClass('stopped')){