Facebook
From Big Lion, 8 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 310
  1. function createMessage(text){ var n=Math.floor(-50+Date.now()/250)%360-180
  2.     return {
  3.         lat:31.47,
  4.         lng:35.13,
  5.         text: text
  6.     };
  7. }