Toothpaste Pony! (minti)'s status on Sunday, 22-Jan-12 06:42:23 UTC

  1. # # # javascript: prompt("Here's the result:", prompt("ROT13 the text entered", "").replace(/[a-zA-Z]/g, function(match) {var char = match.charCodeAt(0); var base = (char > 90 ? 97 : 65); return String.fromCharCode((char - base + 13) % 26 + base);}));

    Sunday, 22-Jan-12 06:42:23 UTC from web