function doStuffOnload(){
  if (top!=self) top.location=self.location;
}
<!-- Confirmation code -->
function confirmation()
{
var answer=confirm("Are you sure?");
if (answer==false)
{ return false;}
else return true;
}
<!-- Pop-up window -->
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
<!--
function toggle(theDiv) {
    var elem = document.getElementById(theDiv);
    elem.style.display = (elem.style.display == "none")?"":"none";
}
//-->
