	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});
	

	








