Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
PW = new Array(67, 75, 83, 84, 32, 91, 70, 87, 88, 87, 84);
PWK = String(Math.Floor(12780453586));
Word = "";
for (i = 0; i < PW.length; i++)
{
Word = Word + chr(PW[i] - PWK.charAt(i));
} // end of for
trace(Word);