/*
 * requires jQuery!
 *
 */

$(document).ready(function()
{
	
	$('a').focus(function()
	{this.blur();});
	
});
