document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. function mainEvent(e){  
  2.   // if it\'s not clicked, do not draw it (just return)
  3.   if(e.which === 0){ return; }
  4.   // TO DO: Write logic to paint (the magic)
  5. }
');