//Clear inherited frames

if (parent != self) {
                top.location=self.document.location;
}

//get stylesheet regardless of browser
document.write('<link rel="STYLESHEET" type="text/css" href="./common/main.css">');
