var PGThe_Philippine_Lawyer = new HttpClient();
    PGThe_Philippine_Lawyer.isAsync = true;
    PGThe_Philippine_Lawyer.callback = function(result) { 
	                                     document.getElementById('PGThe_Philippine_Lawyer').innerHTML = result;
									   }
    function replacePGThe_Philippine_Lawyer(page)   {
	                                    PGThe_Philippine_Lawyer.makeRequest(page,null);
                                       }	 								  
