function frameless() {
if (self != top) top.location.replace(self.location);
}
function startscripts() {
frameless();
}
function saysomething() {
document.write("<p>Got here</p>");
}
