function getAccessLog( str )
{
	new Ajax.Request( 'phpscript/src/getAccessLog.php?pageKind=' + str, 
	{
		method: 'get'
	} );
}