$(document).ready(function($){
	$('#tagoSphere').tagoSphere();
	$("#new-product-slider").jCarouselLite({
		auto: 1000,
		speed: 2000,
		pause: 2000,				
		visible: 1,
		btnNext: ".jm-next",
		btnPrev: ".jm-prev",
		width: 580,
		width_img: 100
	});
	$("#top-sale-slider").jCarouselLite({
		auto: 1000,
		speed: 2000,
		pause: 2000,				
		visible: 1,
		btnNext: ".jm-next",
		btnPrev: ".jm-prev",
		width: 580,
		width_img: 100
	});
	$.ajax({
		url: "/modules/yahoo_stat/ystat.php",
		cache: false,
		success: function(html){
			$("#module_yahoo_stat_img").html(html);
			newloading = setTimeout(function() {
				loading_yahoo_stat();
			}, 20000);
		}
	});
});

function loading_yahoo_stat()
{
	$.ajax({
		url: "/modules/yahoo_stat/ystat.php",
		cache: false,
		success: function(html){
			$("#module_yahoo_stat_img").html(html);
			newloading = setTimeout(function() {
				loading_yahoo_stat();
			}, 20000);
		}
	});
}