// apply arrow to internal site links
$(document).ready(function() {
	$('a[@href*="designforcontext.com"]').addClass('internal');
	});
