Anchor problem with WordPress

Hi if you go on the OUR NEWS section on the homepage here http://tinyurl.com/32y3lg3 you will see that there is a strange title being generated on hover, the code does not include any title in the tag, what can be the cause of this?
`

`

Could this have to do with one of the many JS files you have there? When I disable JS, there’s no title as per your HTML markup. When I enable JS, however, a title with your heading and text seems to get inserted via Javascript. I’d try and disable your JS functions one by one and see where the culprit lies.

am I doing something wrong with that jquery snippet?

im trying to remove all titles from anchors on the page, but it doesnt seem to work, im using the following code:


<script type="text/javascript">
$("a").removeAttr("title");
</script>	

any help please?