
// Scripts "rompe-marcos"

if (parent.frames.length > 0) parent.location.href=self.location; 

function rompemarco() {

	if (self.parent.frames.length != 0)

	self.parent.location = document.location.href;

	}

rompemarco()
