if (parent.frames.length < 1)
	{
	top.location.href = location.href; 
	document.location.href = 'http://www.livado.be/index.cfm';
	}
/*
if (top != self) 
{
	top.location.href = location.href; 
}
*/