/*if (top.location != location) {
	top.location.href = document.location.href ;
}
*/

if (parent.frames.length > 0) {
    parent.location.href = self.document.location
}

// Hmm.. Either way works :-)
