Edit in JSFiddle

function f()
{
    return this;
}

document.write(window.f()); //[object Window]