function dispHTML(includeLayer,url){
	$(function(){
	$(includeLayer).load(url);
	});
}
