$(function() {
	
	// linkscrubber
	$("a").bind("focus",function(){
		if(this.blur)this.blur();
	});
	
});
