function getf(filePath)
{
	query( '/privateAjax.php?file='+encodeURIComponent(filePath), 1, '' );
	return false;
}
