﻿
function contentDisp()
{
	$.ajax({
	url : "kwongwah.html",
	success : function (data) {
	$("#scroller").html(data);
	}
	});
}
