// for use with mootools v1.11
// Stewart Smith - WGBH Interactive
// http://interactive.wgbh.org/

var popped = {
	init: function(){
		$$('a').each(function(element) { element.target = '_blank'; });
	}
};
window.addEvent('domready', popped.init);