if (typeof(Prototype)!='undefined') {
  document.observe('dom:loaded', function() {
    /**
     * Make external links XHTML 1.0 Strict valid
     */
    $$('a[rel="external"]').each(function(node) { try {
      node.target = '_blank';
    } catch (e) { }});

  });
}
