$(function() {
	if ( location.hostname != 'www.simplecms.com' )
	{
		$('a').filter(function() {
			return this.hostname.replace('www.','') && this.hostname.replace('www.','') !== location.hostname.replace('www.','');
		}).attr("rel", "external").attr("target", "_blank").not(".noicon").addClass("link_external");
	}
});
