var num=Math.floor(60*Math.random())
document.write(" \
<STYLE TYPE='text/css'> \
TD.MainMenu { background: #FFFFFF; \
	margin: 0 0 0 0;  \
        font-family: 'Trebuchet MS', verdana, arial, helvetica, Tahoma, sans-serif; \
        font-size:1.3em; \
        font-weight: bold; }  \
A.MainMenu {text-decoration:none; font-weight: bold; border: solid thin #FFFFFF; }  \
A.MainMenu:link { color: #000000 }  \
A.MainMenu:visited { color: #000000 }  \
A.MainMenu:active { color: #000000 }  \
A.MainMenu:hover {color: #550000; background-color: #CCCCEE; border: solid thin #000000; }  \
P.Intro { font-size: 250%; font-family: Impact, Times, sans-serif;  text-align: left; } \
TD.MainHeading {color: #FFFFFF; text-align: left middle; background: #000077; \
        font-family: verdana, 'Trebuchet MS', arial, helvetica, Tahoma, sans-serif; \
        font-size:2em; \
        font-weight: bold; \
        padding-left: 35px;  \
        height: 2em;  \
}  \
#stylefour{position:relative;display:block;height:39px;font-size:17px; padding:0 0px 0 12px; \
font-weight:bold;background:transparent url(graphics/bgOFF.gif) repeat-x top left; \
font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #B30000;}  \
\
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}  \
\
#stylefour ul li{display:block;float:left;margin:0;}  \
\
#stylefour ul li a{display:block;float:left;color:#000; text-decoration:none;  \
padding:6px 15px 0 15px;height:23px;  \
background:transparent url(graphics/bgDIVIDER.gif) no-repeat top right;}  \
\
#stylefour ul li a:hover,#stylefour ul li a.current{color:#B30000; text-decoration:underline; \
background:#ddd url(graphics/bgON.gif) no-repeat top left;}  \
\
TD.visabsmat {color: #000000; text-align: left middle; background: #FFFFFF; \
        font-family: Tahoma, verdana, 'Trebuchet MS', arial, helvetica, sans-serif; \
        font-size:2.5em; \
        font-weight: bold; \
        padding-left: 35px;  \
}  \
</STYLE> \
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>  \
<TR>  \
<TD HEIGHT=25>  \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  \
</TD>  \
<TD VALIGN=TOP ROWSPAN=3>  \
<IMG SRC='BanFrac/image" + num + "s.jpg' BORDER=1>  \
</TD>  \
<TD HEIGHT=25>  \
&nbsp;  \
</TD>  \
</TR>  \
<TR>  \
<TD BGCOLOR=#000077>  \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  \
</TD>  \
<TD class=MainHeading width=100% nowrap>  \
The PascGalois Project<BR> \
Visualizing Abstract Mathematics  \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</TD>  \
</TR>  \
<TR>  \
<TD> \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
</TD> \
<TD VALIGN=TOP WIDTH=100% nowrap>  \
<div id='stylefour'>  \
<ul>  \
<li><a href='index.html' title=''>Home</a></li>  \
<li><a href='software.html' title=''>Software</a></li>  \
<li><a href='classroom.html' title=''>Classroom Resources</a></li>  \
<li><a href='galleries.html' title=''>Galleries</a></li>  \
<li><a href='participants.html' title=''>Participants <!-- &amp; Publications--></a></li>  \
</ul>  \
</div>  \
<P>&nbsp;  \
</TD>  \
</TR>  \
</TABLE>  \
");
