// (c) 2005 Jankes.pl
function setTargetByRel(x,i){for(i in x=document.links)if(x[i].rel=="new")x[i].target="_blank";}
window.onload = function(){if(self != top) top.location.href = self.location.href; setTargetByRel();}
window.onerror = null;
