Event.observe(window, "load", function() {
	
	$$('a').each(function(i) {
		i.target = "_parent";
  });

});