Javascript: Read Title of Another Page

Is there a way to do this in Javascript? I have two pages, let’s call one js.htm and one title.htm. I want the javascript code in js.htm to print out the <title> of title.htm. Is there a way to do this?

Edit: And yes, it has to be Javascript.