

//# Ajax initialization 
	
//-------------------------------------------------------------------------------------------------
//-------------------------------------------------------------------------------------------------




//=================================================================================================
function load_me()
{
	//cp.call('myajaxphp.php','load_me',return_load_me);
}

	function return_load_me( result )
	{
		 
		 var x=result.getElementsByTagName('result').item(0).firstChild.data;
		 alert( x );
	}
//=================================================================================================