/* code by milkandtang.com
      made on a macintosh */

$(document).ready(function() {	
	$('#content a').filter(function() {
	    return this.hostname && this.hostname !== location.hostname;
	}).not('.tt-flickr').attr('rel', 'external');
});
