/* Created by jankoatwarpspeed.com */
function logInfo(username, sysid, account){
	$.ajax({
	  type: "POST",
	  url: "scripts/ulog.php",
	  data: "username=" + username +"&sysid=" + sysid +"&account=" + account,
	  cache: false,
	  success: function(result){
	  //alert(result);
	  }
	});
}
