var RMAAUTO_SCOLLERS=Array(); jQuery( document).ready( function(){ jQuery( '.easy_auto_scroller' ).each( function( i,v ) { var nm = RMAAUTO_SCOLLERS.length; var jq=jQuery(v); jq.html( '
'+jq.html()+'
'); jq._asinside=jQuery( '#_rma_auto_scroller_'+nm ); jq._aspos=0; jq.css( 'position','relative'); jq._asinside.css( 'position','relative'); jq._asinside.css( 'top',-jq._aspos); RMAAUTO_SCOLLERS[nm]=jq; window.setTimeout( RMAautoScrollerTick, 100 ); } ); } ); function RMAautoScrollerTick() { var i =0; for( i=0;i h2 ) { jq._aspos = -(h1); } jq._asinside.css( 'top',-jq._aspos); } window.setTimeout( RMAautoScrollerTick, 100 ); }