Problem setDocumentTitle()

Heya @all!

Can someone explain me why this dosn’t work?


<script type="text/javascript" src="http://**myDomain**/piwik.js"></script>
<script type="text/javascript">
try{
var piwikTracker=Piwik.getTracker("http://**myDomain**/piwik.php", 1);
piwikTracker.setDocumentTitle("my title that i try to track " );
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
}catch(err){}</script>
<noscript><p><img src="http://**myDomain**/piwik.php?idsite=1" style="border:0" alt="" /></p></noscript>

The impressions will be tracked but not the custom title???
I read that some guys here had the same problem, but a helpfull response for that I could not found…
The version of piwik is:1.1.1

Any help would be great…
Thanks.