// JavaScript Document
window.addEvent('domready', function() {
$$('a[href^=http:]').set('target', '_blank');
});



