var map; window.onload = function() { $ES('a').each(function(el) { if ($(el).getProperty('rel') == "external") $(el).target = "_blank"; }); }