function checkframe() {
var loc = location.href;
scriptname=loc.substring(loc.lastIndexOf('/')+1,loc.length);
//alert(scriptname);
if (top == self) {
 document.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ');
 document.write('<meta name="GENERATOR" content="Microsoft FrontPage 6.0"> ');
 document.write('<meta name="ProgId" content="FrontPage.Editor.Document"> ');
 document.write('<title>Pan Hellenic Students Association of Chicago - PHSAC</title></head> ');
 document.write('<frameset framespacing="0" border="0" frameborder="10" cols="57,263"> ');
 document.write('<frame name="contents" target="main" src=leftsimple.htm scrolling="auto" marginwidth="0" marginheight="0"> ');
 document.write('<frame name="main" src='+scriptname+'? scrolling="auto" marginwidth="0" marginheight="0" target="_blank"> ');
 document.write('<noframes><body></body></noframes></frameset></html> ');
}
}