// stops pages from being para-sited, JGB 08.16.2000

if (window.location != top.location)
	{
	top.location = window.location;
	} 