<html>
<head>
<title>skyPortal Template N</title>
<script language="JavaScript">
function restore() {
self.content.location.href = "/content.html"
}
</script>
</head>
<FRAMESET border="0" COLS="120,*" frameBorder="no" frameSpacing="0">
<FRAME marginHeight="0" marginWidth="0" name="nav" noResize scrolling="auto" src="nav.html">
<FRAME marginHeight="0" marginWidth="0" name="content" noResize src="content.html">
</FRAMESET>
</html>