function set_click_access( value, type )
{
  var httpObj = jQuery.get( "/phpscript/set_click_access.php?value=" + value + "&type=" + type + "&catch=" + ( new Date() ).getTime(),
  null,
  function() {
  } );
}
