// common js code 
// updates here may need to be duplicated in makezine.com/common.js
// Clear inherited frames

if (parent != self) {
                top.location=self.document.location;
}
