var PI_BY_180 = Math.PI / 180,
    halfw = window.innerWidth / 2,
    halfh = window.innerHeight / 2,
    mx = halfw,
    my = halfh,
    lastx = mx,
    lasty = my,
    angle = 0,
    targetAngle = 0,
    angleTimer = 2,
    l = 100,

function drawCircle(fill_color, x, y, radius, speed, isLight) {
	//ctx.save();
  ctx.beginPath();
  ctx.strokeStyle = color;
  if(isLight) {
    ctx.shadowBlur = 40;
  }
	ctx.arc(x, y, radius, 0, 2 * Math.PI, false);
	ctx.fill();
  ctx.stroke();
  //ctx.restore();

}


THIS PROTOCOL CREATED BY NORAH TO . . . . . . 


██     ██      ██     ██████   ██████  ██████  ████████  █████  ██      
██     ██      ██     ██   ██ ██    ██ ██   ██    ██    ██   ██ ██      
██  █  ██      ██     ██████  ██    ██ ██████     ██    ███████ ██      
██ ███ ██ ██   ██     ██      ██    ██ ██   ██    ██    ██   ██ ██      
 ███ ███   █████      ██       ██████  ██   ██    ██    ██   ██ ███████ 



Create connection . . . . . . 

#!/usr/bin/wjportal

user=$norah
server=$wjportal


Connecting to server . . . . . .