// arts2.js

function keepIn(parentHREF) {	
	if (top.location.href == self.location.href) {
		
		top.location.href = parentHREF;
		}
	}
