$(document).ready(function(){
	$("#ticker").load("sale_news/index.cgi", function(){
		$("#ticker").simplyScroll({
			autoMode: 'loop'
		});
	});
});
