/*JQ - GENERAL NEEDS FOR OWB*/

	$(function() {
  if( $("#controller").find("a").hasClass("ext")) {
	$("#controller").find("a.ext").attr("target","_blank");
	};
	
 
  });
