/*
======================================================

This script is used to avoid the page being displayed
inside a frame.

======================================================

*/

	
	
	if (top.location != self.location)
	{    
		top.location = self.location	
	}