function checkFramed(mainURL) {
    if (parent == self)
      document.write(
      '<DIV STYLE="padding:8pt;' + 
      'border-style:solid;border-width:4pt;' + 
      'border-color:0066FF;text-align:center;">' + 
      '<STRONG STYLE="font-size:12pt;' + 
      'font-weight:900;font-family:sans-serif">' + 
      'This web page is a part of the ' + 
      '<A HREF="' + mainURL + '">UConn Physics old web site</A>.<BR> ' + 
      'It is not maintained; it stays online for historical and sentimental reasons.<BR> ' +
      'Please use the <A HREF="http://www.phys.uconn.edu/">current Physics web site</A> ' + 
      'for uptodate information.' +
      '</STRONG></DIV><BR>');
}

checkFramed("http://www.phys.uconn.edu/index.html");

