Location function issue

Location function issue

So I got this on my code:
  1. $(document).ready(function(){
  2.       [...]
  3.       $(funtion(){
  4.             $('div#btn').click(function(){
  5.                   $(location).attr('href', '../otherHTML.html');
  6.                   return false;
  7.             });
  8.       });
  9.       [...]
  10. });
And dont' know why it's failing when I'm using the same strategy for other buttons and they work out.
Everything around is fine, I mean, the URL's *html* file exists and so on ...

- I didn't know it was imposible, so far I wouldn't had achieved it. -