The issue is, if IE (6.0+) , has flash content embedded in it, and the url of the page has a # somewhere in it, then when the flash content loads ,or if the user interacts with
I'm not really familiar with sammy.js but:
1) the Flash object is somehow 'taking ownership' of the title property.
OR
2) sammy.js is clearing the title value on HTML losing focus aka Flash gaining it (less likley and don't know why would someone do that)
If 1) -> define the title property in the Flash object itself (not a Flash user, dunno if it can be done easily)
If 2) -> the javascript is dumping a variable string value connected to the title property?
SUGGESTION:
Enclose your flash object in a new $('title').text('YourTitleHere');