	
	jQuery(document).ready(function(){

		/* Remove Focus lines on buttons */
		$('a').click(function() {
			this.blur();
		});
			
	});