//start jQuery functions
$(document).ready(function(){
	// remove box from links
	$("a").focus(function(){this.blur();});
});