$(document).ready(function(){
	$(document).everyTime(10000, function() {
		//reload featured box
		$('#showcase-box').load("/home/reload_feature_product");	
	}, 0);
});

