// Web Management antiframe JavaScript

function antiFrame() 
	{
	if (top.location != this.location)
	{
	top.location = this.location;
	}
	}
	antiFrame()