function RunFoo(sDocument)
{
    document.write(sDocument);
}

