if (parent.frames.length > 0) 
{
    //parent.location.href = self.document.location
		parent.location.href = location.href;
		//if (window != top) top.location.href = location.href;
}
