setTimeout (Killer(), 500);
   function Killer()
    {
	if (parent.frames.length > 0) {
		top.location.replace(document.location);
		}
    } 


