$(document).ready( function()
{
	$('a[href=#]').click( function()
	{
		$(this).blur();
		return false;
	});
});
