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