function obfuscate(text)
{
    document.write(text);
}
