<!--
if (parent.frames.length == 0) {
	parent.location.href = '/newframe.asp?content=' + self.document.location;
	//alert('/newframe.asp?content=' + self.document.location)
}
-->