Java script error: piwikTracker not defined

There is this page:


<script src="http://website.byethost4.com/jquery-1.9.0.min.js"></script>

<script>
$(document).ready(function(){
  $('#link').click(function(){
    piwikTracker.setCustomVariable(1, "VisitorType", "Member", "visit");
    piwikTracker.trackPageView();    
     return false;
  });
});
</script>

<a id="link" href="http://minudasht.byethost4.com/view.php" >link</a>

Firebug->error->errors shows piwikTracker not defined. How can solve it? piwik installed in http://website.byethost4.com/piwik