$(document).ready(function() {
	$('#top li').addClass('letters');
	$('.menu ul li').addClass('links');

<!-- External website mark -->
	$('a[href^="http"]')
	  .attr({
	    target: "_blank",
	    title: "This link directs you to an external website"
	  })
});