if (window.self != window.top) { 
window.top.location = window.self.location;
}

function atb() {
	for (i = 0; i < document.links.length; i++) {
		if (document.links[i].getAttribute('class') == 'nw'
		|| document.links[i].className == 'nw') {
		document.links[i].setAttribute('target', '_blank');
		}
	}
}
window.onload = atb;

if (document.images) {

pg = new Image(1,200); 
pg.src="img/pg.gif"; 
mc = new Image(1,162); 
mc.src="img/mc.gif"; 
pt = new Image(1,70); 
pt.src="img/lc.gif"; 
dt = new Image(400,80); 
dt.src="img/dt.gif"; 
nr = new Image(245,1); 
nr.src="img/nr.gif"; 
lc = new Image(439,24); 
lc.src="img/lc.gif"; 

}