$(document).ready(function() {
    
    $( '#top_news' ).marquee('pointer').mouseover(function () {
	$(this).trigger('stop');
    }).mouseout(function () {
	$(this).trigger('start');
    })
});
