// check if we're the topframe (which should be the case).
if (self != parent)
{
	//alert("redirect naar " + self.location.href);
	top.location = self.location.href;
}

