Should both of them reference the same object?
document.location was originally a read-only property, although Gecko browsers allow you to assign to it as well. For cross-browser safety, use window.location instead.
document.location
window.location
Read more: