$(document).ready(function(){
		$('#c02').load('/concept/categories/c02.html #mainArea');
		$('#c03').load('/concept/categories/c03.html #mainArea');		
		$('#flow').load('/flow/index.html #mainArea');
});			

