function replace() {
	$.ajax({
		method: 'get',
		url : '/home/homepage_sample',
		dataType : 'script'
	});
}
 
setInterval(replace, 4000);