// Framebreaker

function toptest()
	{
	if (self != top)
		{
		top.location.href = self.location.href;
		}
	}
	
